]> code.delx.au - gnu-emacs/history - src/callproc.c
(Version, mh-version): Update for release 8.0.
[gnu-emacs] / src / callproc.c
2006-02-06 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2006-01-26 Kenichi Handa(Fcall_process): GCPRO error_file. Encode infile,
2006-01-03 Ken Raeburn(delete_temp_file): Bind file-name-handler-alist to...
2006-01-01 Ken Raeburn(Fcall_process_region): Bind file-name-handler-alist...
2005-08-07 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-07-04 Lute KamstraUpdate FSF's address.
2005-06-03 Kim F. Storm(Fcall_process): Don't use alloca to gradually
2005-03-24 Stefan Monnier(Vdoc_file_name, Vfile_name_coding_system)
2004-11-02 Kim F. StormFrom: YAMAMOTO Mitsuharu
2004-10-13 Kim F. Storm(Fcall_process): Simplify handling of display arg.
2004-09-29 Kenichi Handa*** empty log message ***
2004-06-17 Kim F. StormUndo 2004-06-16T15:10:55Z!storm@cua.dk changes (committ...
2004-06-16 Kim F. StormUpdate copyright.
2004-01-26 Jan DjärvDefine synch_process_termsig.
2003-09-01 Miles BaderAdd arch taglines
2003-06-02 Dave LoveUse HAVE_FCNTL_H, not USG5.
2003-05-18 Richard M. Stallman(Fcall_process_region): Doc fix.
2003-02-04 Juanma BarranqueroTrailing whitespace deleted.
2002-08-24 Richard M. Stallman(Fcall_process): Remove /: from program name.
2002-07-22 Juanma Barranquero(init_callproc) [DOS_NT]: Initialize Vshared_game_score...
2002-07-21 Richard M. Stallman(init_callproc): Set up Vshared_game_score_directory.
2002-07-19 Ken Raeburn(Fcall_process): Make NEW_ARGV array hold pointer to
2002-07-15 Ken RaeburnMost uses of XSTRING combined with STRING_BYTES or...
2002-07-11 Juanma BarranqueroUse macro SPECPDL_INDEX.
2002-07-09 Kenichi Handa(Fcall_process): Fix previous change.
2002-06-24 Kenichi Handa(Fcall_process): If code detection is necessary, call...
2002-05-03 Colin Walters(Vgame_score_directory): Renamed to Vshared_game_score_...
2002-04-30 Stefan Monnier(Fcall_process): Update call to openp.
2002-04-29 Colin Walters(Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]: Default to
2002-04-26 Andrew ChoiPatch for building Emacs on Mac OS X. April 26, 2002...
2002-04-10 Colin Walters(Vgame_score_directory): New variable.
2002-03-04 Stefan MonnierChange defvar_int def and vars to use EMACS_INT instead...
2001-12-07 Richard M. Stallman(init_callproc): Set Vdata_directory based on the source
2001-11-26 Richard M. Stallman(Fcall_process): When we make a bigger buffer for bufptr,
2001-11-02 Pavel JaníkUpdate usage of CHECK_ macros (remove unused second...
2001-10-21 Miles Bader(Fcall_process_region, Fcall_process): Add usage: strin...
2001-10-20 Pavel JaníkChange doc-string comments to `new style' [w/`doc:...
2001-10-14 Stefan Monnier(syms_of_callproc): Init Vexec_suffixes to Qnil.
2001-10-12 Stefan Monnier(Vexec_suffixes): New var.
2001-10-03 Miles Bader(syms_of_callproc): Explicitly state in the documentati...
2001-09-20 Gerd Moellmann(Fcall_process): Handle errors from pipe(2).
2001-05-29 Gerd Moellmann(Fcall_process): Deal with decode_coding returning
2001-01-16 Gerd MoellmannCall redisplay_preserve_echo_area with additional arg.
2000-11-07 Dave Love(Fcall_process_region): Use HAVE_MKSTEMP.
2000-08-22 Andrew Innes[USE_CRT_DLL]: Remove unnecessary extern, which
2000-08-09 Kenichi Handa(Fcall_process): Terminate the unwind-protect around the
2000-08-05 Gerd Moellmann(child_setup): Use xfree instead of free.
2000-08-04 Kenichi Handa(Fcall_process): Handle post-read-conversion of coding...
2000-07-31 Eli Zaretskii(child_setup) [MSDOS]: malloc pwd_var instead of
2000-06-23 Dave Love(setpgrp): Undefine before defining.
2000-05-29 Kenichi Handa(Fcall_process): Fix previous change.
2000-05-29 Kenichi HandaInclude composite.h.
2000-05-24 Gerd Moellmann(setpgrp): Don't define if USG and BSD_PGRPS are not...
2000-05-23 Gerd Moellmann(setpgrp) [HAVE_SETPGID]: Define as setpgid.
2000-05-19 Kenichi Handa(Fcall_process): Always encode an argument string if
2000-05-15 Gerd Moellmann(Fgetenv_internal): Renamed from Fgetenv.
1999-12-15 Kenichi Handa(Fcall_process): Call code_convert_string to encode
1999-11-22 Paul Eggert* callproc.c (strerror): Remove decl.
1999-10-19 Paul EggertAdd support for large files, 64-bit Solaris, system...
1999-09-20 Gerd Moellmann(toplevel) [HAVE_UNISTD_H]: Include unistd.h.
1999-09-12 Ken RaeburnUse XCAR, XCDR, XFLOAT_DATA instead of explicit member...
1999-09-03 Richard M. Stallman(call-process) [macintosh]: Call mac_run_command in
1999-09-03 Richard M. StallmanDelete the system-independent include of stdlib.h
1999-08-18 Dave LoveUse stdlib.h.
1999-07-07 Richard M. Stallman(Fcall_process): Decide coding system for decoding
1999-07-02 Richard M. Stallman(init_callproc): Set exec_directory if installation_dir...
1999-03-04 Karl Heuer(Fcall_process): Use xmalloc, xfree.
1999-02-26 Richard M. StallmanUse epaths.h istead of paths.h.
1998-12-15 Kenichi HandaInclude "ccl.h".
1998-10-14 Eli Zaretskii(Fcall_process): Use $TMPDIR instead of trying $TMP
1998-08-19 Richard M. Stallman(Fcall_process): Use malloc for decoding_buf. emacs-20.3
1998-08-08 Richard M. Stallman(Fcall_process): Check type of process cmd args earlier on.
1998-07-21 Kenichi Handa(Fcall_process): Use alloca instead of
1998-06-29 Eli Zaretskii(Fcall_process) [! subprocesses]: Balance parentheses...
1998-06-23 Richard M. Stallman(Fcall_process): Handle third argument BUFFER
1998-06-06 Richard M. Stallman(init_callproc): Check Vinstallation_directory even...
1998-06-01 Karl Heuer(Fcall_process): Avoid initializer on auto struct.
1998-05-08 Richard M. Stallman(Fcall_process): Fix test for when to call Ffind_operat...
1998-05-07 Kenichi Handa(Fcall_process): If we must display received data on
1998-04-27 Eli Zaretskiinclude msdos.h after lisp.h.
1998-04-21 Eli Zaretskii(Fcall_process) [MSDOS]: Call child_setup instead of...
1998-04-17 Richard M. Stallman(Fcall_process_region): Unbind coding-system-for-write
1998-04-15 Eli Zaretskii(Fcall_process): Call
1998-04-15 Eli ZaretskiiRemove binary-process-{in,out}put.
1998-04-14 Andreas SchwabFix -Wimplicit warnings.
1998-04-09 Karl Heuer(relocate_fd): Avoid `min'/`max' as variable names.
1998-03-21 Richard M. StallmanUse STRING_BYTES and SET_STRING_BYTES.
1998-03-18 Richard M. Stallman(syms_of_callproc): Doc fixes.
1998-03-03 Kenichi Handa(Vdefault_file_name_coding_system): Extern it.
1998-03-03 Kenichi Handa(Fcall_process): Calculate CARRYOVER correctly.
1998-03-02 Richard M. Stallman(Fcall_process_region): Pass new arg to Fwrite_region.
1998-02-03 Richard M. Stallman(Fcall_process): Allow creating a new buffer for the...
1998-01-27 Richard M. Stallman(Fcall_process): Test only args past args[4] for multib...
1998-01-22 Kenichi Handa(Fcall_process): Use raw-text instead of emacs-mule
1998-01-05 Richard M. Stallman(Fcall_process): When deciding whether to encode args,
1997-12-28 Richard M. Stallman(Fcall_process): Cast new_argv for child_setup.
1997-12-09 Karl Heuer(Fcall_process): Don't clobber new_argv[0]
1997-12-09 Kenichi Handa(Fcall_process): Set Vlast_coding_system_used after
1997-11-08 Kenichi Handa(Fcall_process): GCPRO infile, buffer, and
1997-10-13 Andrew InnesEnsure standard handles are reset even if spawnve fails.
next