summaryrefslogtreecommitdiff
path: root/src/callproc.c
AgeCommit message (Expand)Author
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-04Update FSF's address.Lute Kamstra
2005-06-03(Fcall_process): Don't use alloca to graduallyKim F. Storm
2005-03-24(Vdoc_file_name, Vfile_name_coding_system)Stefan Monnier
2004-11-02From: YAMAMOTO MitsuharuKim F. Storm
2004-10-13(Fcall_process): Simplify handling of display arg.Kim F. Storm
2004-09-29*** empty log message ***Kenichi Handa
2004-06-17Undo 2004-06-16T15:10:55Z!storm@cua.dk changes (committed accidentally)Kim F. Storm
2004-06-16Update copyright.Kim F. Storm
2004-01-26Define synch_process_termsig.Jan Djärv
2003-09-01Add arch taglinesMiles Bader
2003-06-02Use HAVE_FCNTL_H, not USG5.Dave Love
2003-05-18(Fcall_process_region): Doc fix.Richard M. Stallman
2003-02-04Trailing whitespace deleted.Juanma Barranquero
2002-08-24(Fcall_process): Remove /: from program name.Richard M. Stallman
2002-07-22(init_callproc) [DOS_NT]: Initialize Vshared_game_score_directory to nil.Juanma Barranquero
2002-07-21(init_callproc): Set up Vshared_game_score_directory.Richard M. Stallman
2002-07-19(Fcall_process): Make NEW_ARGV array hold pointer toKen Raeburn
2002-07-15Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn
2002-07-11Use macro SPECPDL_INDEX.Juanma Barranquero
2002-07-09(Fcall_process): Fix previous change.Kenichi Handa
2002-06-24(Fcall_process): If code detection is necessary, call detect_codingKenichi Handa
2002-05-03(Vgame_score_directory): Renamed to Vshared_game_score_directory.Colin Walters
2002-04-30(Fcall_process): Update call to openp.Stefan Monnier
2002-04-29(Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]: Default toColin Walters
2002-04-26Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi
2002-04-10(Vgame_score_directory): New variable.Colin Walters
2002-03-04Change defvar_int def and vars to use EMACS_INT instead of just int.Stefan Monnier
2001-12-07(init_callproc): Set Vdata_directory based on the sourceRichard M. Stallman
2001-11-26(Fcall_process): When we make a bigger buffer for bufptr,Richard M. Stallman
2001-11-02Update usage of CHECK_ macros (remove unused second argument).Pavel Janík
2001-10-21(Fcall_process_region, Fcall_process): Add usage: string to doc string.Miles Bader
2001-10-20Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík
2001-10-14(syms_of_callproc): Init Vexec_suffixes to Qnil.Stefan Monnier
2001-10-12(Vexec_suffixes): New var.Stefan Monnier
2001-10-03(syms_of_callproc): Explicitly state in the documentation forMiles Bader
2001-09-20(Fcall_process): Handle errors from pipe(2).Gerd Moellmann
2001-05-29(Fcall_process): Deal with decode_coding returningGerd Moellmann
2001-01-16Call redisplay_preserve_echo_area with additional arg.Gerd Moellmann
2000-11-07(Fcall_process_region): Use HAVE_MKSTEMP.Dave Love
2000-08-22[USE_CRT_DLL]: Remove unnecessary extern, whichAndrew Innes
2000-08-09(Fcall_process): Terminate the unwind-protect around theKenichi Handa
2000-08-05(child_setup): Use xfree instead of free.Gerd Moellmann
2000-08-04(Fcall_process): Handle post-read-conversion of coding system if any.Kenichi Handa
2000-07-31(child_setup) [MSDOS]: malloc pwd_var instead ofEli Zaretskii
2000-06-23(setpgrp): Undefine before defining.Dave Love
2000-05-29(Fcall_process): Fix previous change.Kenichi Handa
2000-05-29Include composite.h.Kenichi Handa
2000-05-24(setpgrp): Don't define if USG and BSD_PGRPS are not defined.Gerd Moellmann
2000-05-23(setpgrp) [HAVE_SETPGID]: Define as setpgid.Gerd Moellmann