summaryrefslogtreecommitdiff
path: root/src/callproc.c
Commit message (Expand)AuthorAge
* (Fcall_process): Doc fix.Richard M. Stallman2006-06-13
* (Fcall_process): Reject encoding arguments byKenichi Handa2006-05-18
* (Fcall_process): Use system_eol_type for encodingKenichi Handa2006-05-08
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-06
* (Fcall_process): GCPRO error_file. Encode infile,Kenichi Handa2006-01-26
* (delete_temp_file): Bind file-name-handler-alist to nil for the callKen Raeburn2006-01-03
* (Fcall_process_region): Bind file-name-handler-alist to nil for the call toKen Raeburn2006-01-01
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-07
* Update FSF's address.Lute Kamstra2005-07-04
* (Fcall_process): Don't use alloca to graduallyKim F. Storm2005-06-03
* (Vdoc_file_name, Vfile_name_coding_system)Stefan Monnier2005-03-24
* From: YAMAMOTO MitsuharuKim F. Storm2004-11-02
* (Fcall_process): Simplify handling of display arg.Kim F. Storm2004-10-13
* *** empty log message ***Kenichi Handa2004-09-29
* Undo 2004-06-16T15:10:55Z!storm@cua.dk changes (committed accidentally)Kim F. Storm2004-06-17
* Update copyright.Kim F. Storm2004-06-16
* Define synch_process_termsig.Jan Djärv2004-01-26
* Add arch taglinesMiles Bader2003-09-01
* Use HAVE_FCNTL_H, not USG5.Dave Love2003-06-02
* (Fcall_process_region): Doc fix.Richard M. Stallman2003-05-18
* Trailing whitespace deleted.Juanma Barranquero2003-02-04
* (Fcall_process): Remove /: from program name.Richard M. Stallman2002-08-24
* (init_callproc) [DOS_NT]: Initialize Vshared_game_score_directory to nil.Juanma Barranquero2002-07-22
* (init_callproc): Set up Vshared_game_score_directory.Richard M. Stallman2002-07-21
* (Fcall_process): Make NEW_ARGV array hold pointer toKen Raeburn2002-07-19
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-15
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-11
* (Fcall_process): Fix previous change.Kenichi Handa2002-07-09
* (Fcall_process): If code detection is necessary, call detect_codingKenichi Handa2002-06-24
* (Vgame_score_directory): Renamed to Vshared_game_score_directory.Colin Walters2002-05-03
* (Fcall_process): Update call to openp.Stefan Monnier2002-04-30
* (Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]: Default toColin Walters2002-04-29
* Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-26
* (Vgame_score_directory): New variable.Colin Walters2002-04-10
* Change defvar_int def and vars to use EMACS_INT instead of just int.Stefan Monnier2002-03-04
* (init_callproc): Set Vdata_directory based on the sourceRichard M. Stallman2001-12-07
* (Fcall_process): When we make a bigger buffer for bufptr,Richard M. Stallman2001-11-26
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-02
* (Fcall_process_region, Fcall_process): Add usage: string to doc string.Miles Bader2001-10-21
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-10-20
* (syms_of_callproc): Init Vexec_suffixes to Qnil.Stefan Monnier2001-10-14
* (Vexec_suffixes): New var.Stefan Monnier2001-10-12
* (syms_of_callproc): Explicitly state in the documentation forMiles Bader2001-10-03
* (Fcall_process): Handle errors from pipe(2).Gerd Moellmann2001-09-20
* (Fcall_process): Deal with decode_coding returningGerd Moellmann2001-05-29
* Call redisplay_preserve_echo_area with additional arg.Gerd Moellmann2001-01-16
* (Fcall_process_region): Use HAVE_MKSTEMP.Dave Love2000-11-07
* [USE_CRT_DLL]: Remove unnecessary extern, whichAndrew Innes2000-08-22
* (Fcall_process): Terminate the unwind-protect around theKenichi Handa2000-08-09
* (child_setup): Use xfree instead of free.Gerd Moellmann2000-08-05