log src/callproc.c @ 45092:7f1d09693ef3

age author description
Fri, 03 May 2002 20:40:58 +0000 Colin Walters (Vgame_score_directory): Renamed to Vshared_game_score_directory.
Tue, 30 Apr 2002 01:00:24 +0000 Stefan Monnier (Fcall_process): Update call to openp.
Mon, 29 Apr 2002 22:56:39 +0000 Colin Walters (Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]: Default to
Fri, 26 Apr 2002 23:39:06 +0000 Andrew Choi Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Wed, 10 Apr 2002 19:15:51 +0000 Colin Walters (Vgame_score_directory): New variable.
Mon, 04 Mar 2002 23:41:00 +0000 Stefan Monnier Change defvar_int def and vars to use EMACS_INT instead of just int.
Fri, 07 Dec 2001 06:45:39 +0000 Richard M. Stallman (init_callproc): Set Vdata_directory based on the source
Mon, 26 Nov 2001 00:36:28 +0000 Richard M. Stallman (Fcall_process): When we make a bigger buffer for bufptr,
Fri, 02 Nov 2001 20:46:55 +0000 Pavel Jank Update usage of CHECK_ macros (remove unused second argument).
Sun, 21 Oct 2001 09:53:01 +0000 Miles Bader (Fcall_process_region, Fcall_process): Add usage: string to doc string.
Sat, 20 Oct 2001 20:54:39 +0000 Pavel Jank Change doc-string comments to `new style' [w/`doc:' keyword].
Sun, 14 Oct 2001 20:13:47 +0000 Stefan Monnier (syms_of_callproc): Init Vexec_suffixes to Qnil.
Fri, 12 Oct 2001 03:23:25 +0000 Stefan Monnier (Vexec_suffixes): New var.
Wed, 03 Oct 2001 01:12:03 +0000 Miles Bader (syms_of_callproc): Explicitly state in the documentation for
Thu, 20 Sep 2001 10:06:12 +0000 Gerd Moellmann (Fcall_process): Handle errors from pipe(2).
Tue, 29 May 2001 13:56:54 +0000 Gerd Moellmann (Fcall_process): Deal with decode_coding returning
Tue, 16 Jan 2001 12:42:22 +0000 Gerd Moellmann Call redisplay_preserve_echo_area with additional arg.
Tue, 07 Nov 2000 18:12:12 +0000 Dave Love (Fcall_process_region): Use HAVE_MKSTEMP.
Tue, 22 Aug 2000 22:38:05 +0000 Andrew Innes [USE_CRT_DLL]: Remove unnecessary extern, which
Wed, 09 Aug 2000 07:51:57 +0000 Kenichi Handa (Fcall_process): Terminate the unwind-protect around the
Sat, 05 Aug 2000 19:26:30 +0000 Gerd Moellmann (child_setup): Use xfree instead of free.
Fri, 04 Aug 2000 02:12:39 +0000 Kenichi Handa (Fcall_process): Handle post-read-conversion of coding system if any.
Mon, 31 Jul 2000 06:29:29 +0000 Eli Zaretskii (child_setup) [MSDOS]: malloc pwd_var instead of
Fri, 23 Jun 2000 15:41:52 +0000 Dave Love (setpgrp): Undefine before defining.
Mon, 29 May 2000 12:52:44 +0000 Kenichi Handa (Fcall_process): Fix previous change.
Mon, 29 May 2000 11:18:02 +0000 Kenichi Handa Include composite.h.
Wed, 24 May 2000 13:08:10 +0000 Gerd Moellmann (setpgrp): Don't define if USG and BSD_PGRPS are not defined.
Tue, 23 May 2000 22:00:25 +0000 Gerd Moellmann (setpgrp) [HAVE_SETPGID]: Define as setpgid.
Fri, 19 May 2000 23:51:10 +0000 Kenichi Handa (Fcall_process): Always encode an argument string if
Mon, 15 May 2000 14:47:46 +0000 Gerd Moellmann (Fgetenv_internal): Renamed from Fgetenv.