aboutsummaryrefslogtreecommitdiffstats
path: root/src/callproc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (Fcall_process): Doc fix.Richard M. Stallman2006-06-131-0/+4
|
* (Fcall_process): Reject encoding arguments byKenichi Handa2006-05-181-0/+2
| | | | ascii-incompatible coding systems (e.g. utf-16).
* (Fcall_process): Use system_eol_type for encodingKenichi Handa2006-05-081-0/+2
| | | | arguments if eol_type is not yet decided.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (Fcall_process): GCPRO error_file. Encode infile,Kenichi Handa2006-01-261-8/+14
| | | | | current_dir, and error_file. On reporting an error, decode them back.
* (delete_temp_file): Bind file-name-handler-alist to nil for the callKen Raeburn2006-01-031-2/+4
| | | | to internal_delete_file.
* (Fcall_process_region): Bind file-name-handler-alist to nil for the call toKen Raeburn2006-01-011-0/+3
| | | | Fwrite_region.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (Fcall_process): Don't use alloca to graduallyKim F. Storm2005-06-031-18/+15
| | | | | | increase size of buf, as it effectively uses twice the necessary space on the stack. Instead, pre-allocate buf of full size, and gradually increase the read size.
* (Vdoc_file_name, Vfile_name_coding_system)Stefan Monnier2005-03-241-6/+2
| | | | (Vdefault_file_name_coding_system): Remove unused declaration.
* From: YAMAMOTO MitsuharuKim F. Storm2004-11-021-0/+5
| | | | (Fcall_process): Block input around vfork.
* (Fcall_process): Simplify handling of display arg.Kim F. Storm2004-10-131-6/+14
| | | | Resume `display_on_the_fly' once a coding system is determined.
* *** empty log message ***Kenichi Handa2004-09-291-0/+2
|
* Undo 2004-06-16T15:10:55Z!storm@cua.dk changes (committed accidentally)Kim F. Storm2004-06-171-13/+1
| | | | except for the copyright year update.
* Update copyright.Kim F. Storm2004-06-161-3/+15
|
* Define synch_process_termsig.Jan Djärv2004-01-261-0/+17
| | | | | (Fcall_process): Initiate synch_process_termsig to zero and check if non-zero and get signal name after subprocess has ended.
* Add arch taglinesMiles Bader2003-09-011-0/+3
|
* Use HAVE_FCNTL_H, not USG5.Dave Love2003-06-021-2/+5
| | | | (syms_of_callproc) <process-environment>: Doc fix.
* (Fcall_process_region): Doc fix.Richard M. Stallman2003-05-181-1/+1
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-20/+20
|
* (Fcall_process): Remove /: from program name.Richard M. Stallman2002-08-241-0/+7
|
* (init_callproc) [DOS_NT]: Initialize Vshared_game_score_directory to nil.Juanma Barranquero2002-07-221-0/+8
| | | | (syms_of_callproc) [DOS_NT]: Likewise.
* (init_callproc): Set up Vshared_game_score_directory.Richard M. Stallman2002-07-211-5/+5
| | | | | Set to nil if dir does not exist. (syms_of_callproc): Init unconditionally and simply.
* (Fcall_process): Make NEW_ARGV array hold pointer toKen Raeburn2002-07-191-2/+2
| | | | const.
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-29/+29
| | | | | SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references left unchanged for now.
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-111-5/+5
|
* (Fcall_process): Fix previous change.Kenichi Handa2002-07-091-1/+6
|
* (Fcall_process): If code detection is necessary, call detect_codingKenichi Handa2002-06-241-0/+6
| | | | directly here.
* (Vgame_score_directory): Renamed to Vshared_game_score_directory.Colin Walters2002-05-031-4/+4
|
* (Fcall_process): Update call to openp.Stefan Monnier2002-04-301-1/+1
|
* (Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]: Default toColin Walters2002-04-291-1/+1
| | | | "~/.emacs.d/games".
* Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-261-11/+11
| | | | lisp/ChangeLog, and src/ChangeLog for list of changes.
* (Vgame_score_directory): New variable.Colin Walters2002-04-101-1/+10
| | | | (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
* Change defvar_int def and vars to use EMACS_INT instead of just int.Stefan Monnier2002-03-041-1/+1
|
* (init_callproc): Set Vdata_directory based on the sourceRichard M. Stallman2001-12-071-3/+10
| | | | location whenever Emacs was not run installed.
* (Fcall_process): When we make a bigger buffer for bufptr,Richard M. Stallman2001-11-261-1/+5
| | | | don't lose the data in it.
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-6/+6
|
* (Fcall_process_region, Fcall_process): Add usage: string to doc string.Miles Bader2001-10-211-2/+6
|
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-10-201-69/+69
|
* (syms_of_callproc): Init Vexec_suffixes to Qnil.Stefan Monnier2001-10-141-23/+1
| | | | (decode_suffixes): Remove.
* (Vexec_suffixes): New var.Stefan Monnier2001-10-121-4/+30
| | | | | | (Fcall_process): Update call to openp. (decode_suffixes): New function. (syms_of_callproc): Init exec-suffixes.
* (syms_of_callproc): Explicitly state in the documentation forMiles Bader2001-10-031-0/+2
| | | | | `process-environment' that earlier entries take precedence over later ones.
* (Fcall_process): Handle errors from pipe(2).Gerd Moellmann2001-09-201-5/+6
| | | | (child_setup): Delete code in #ifdef vipc.
* (Fcall_process): Deal with decode_coding returningGerd Moellmann2001-05-291-1/+65
| | | | CODING_FINISH_INCONSISTENT_EOL.
* Call redisplay_preserve_echo_area with additional arg.Gerd Moellmann2001-01-161-1/+1
|
* (Fcall_process_region): Use HAVE_MKSTEMP.Dave Love2000-11-071-0/+11
|
* [USE_CRT_DLL]: Remove unnecessary extern, whichAndrew Innes2000-08-221-0/+4
| | | | screws up dllimport attributes.
* (Fcall_process): Terminate the unwind-protect around theKenichi Handa2000-08-091-13/+19
| | | | post-read-conversion of coding system.
* (child_setup): Use xfree instead of free.Gerd Moellmann2000-08-051-1/+1
|