(Fcall_process): Cast new_argv for child_setup.
[bpt/emacs.git] / src / callproc.c
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.
1997-09-23 Geoff Voelker(child_setup) [WINDOWSNT]: Change directory of
1997-09-09 Richard M. Stallman(Fcall_process): Encode the new current dir.
1997-09-07 Richard M. Stallman(Fcall_process_region): Fix previous change:
1997-09-03 Richard M. Stallman(Fcall_process): Set EOL conversion type to LF when
1997-08-27 Richard M. StallmanWhitespace change.
1997-08-24 Richard M. Stallman(init_callproc): Don't warn about missing
1997-08-04 Kenichi Handa(Fcall_process_region): Use cdr part (not car part)
1997-07-27 Richard M. Stallman(syms_of_callproc): Don't init Vtemp_file_name_pattern...
1997-07-13 Richard M. Stallman(Fcall_process) [MSDOS]: Request EOL conversion of
1997-07-07 Kenichi Handa(Fcall_process): If enable-multibyte-characters is
1997-07-02 Kenichi HandaCall Ffind_operation_coding_system.
1997-06-29 Richard M. Stallman(Fcall_process): Fix previous change.
1997-06-28 Richard M. Stallman(Fcall_process): Avoid storing alloca result
1997-06-13 Richard M. Stallman(Fcall_process): Use setsid to disconnect child
1997-06-09 Kenichi Handa(Fcall_process): Pay attention to
1997-05-10 Kenichi Handa(Fcall_process_region): Supply 7th new arg
1997-02-20 Karl HeuerInclude charset.h and coding.h.
1996-12-10 Richard M. Stallman(Fcall_process_region): Define missing local `count'.
1996-12-07 Richard M. Stallman(Vtemp_file_name_pattern): New variable.
1996-11-19 Geoff VoelkerUse new names for w32 files
1996-10-31 Richard M. Stallman(init_callproc): Use dir_warning.
1996-08-05 Richard M. Stallman(Fcall_process_region) [DOS_NT]: Avoid downcasing
1996-07-06 Miles Bader(Fcall_process) [MSDOS]:
1996-06-21 Richard M. Stallman(Fcall_process): Fix previous change.
1996-06-16 Richard M. Stallman(Fcall_process): Handle t or nil as STDERR_FILE.
1996-05-15 Karl Heuer(Fcall_process): Don't close the same fd twice.
1996-05-12 Richard M. Stallman(Fcall_process): Fix previous change (now !MSDOS only).
1996-05-11 Richard M. Stallman(Fcall_process): Close fd_error if successful.
1996-04-26 Richard M. Stallman(Fcall_process) [WINDOWSNT]: Remove conditional NT...
1996-03-24 Richard M. Stallman(Fcall_process, child_setup): If BSD_PGRPS, call
1996-01-30 Richard M. Stallman(child_setup): Fix size in write call.
1996-01-15 Erik NaggumUpdate FSF's address in the preamble.
1996-01-05 Karl HeuerComment fixes.
1995-12-13 Karl Heuer(Fcall_process) [MSDOS]: Support redirection of
1995-08-14 Richard M. Stallman(Fcall_process_region): Pass new arg to Fwrite_region.
1995-07-20 Richard M. Stallman(init_callproc): Set Vdoc_directory based on
1995-06-29 Richard M. Stallman(child_setup): Don't get confused if in == err.
1995-06-15 Richard M. Stallman(call-process-region) [DOS_NT]: Use IS_DIRECTORY_SEP.
1995-05-09 Richard M. Stallman(Fcall_process): Keep reading till buffer is nearly...
1995-04-29 Richard M. Stallman(Fcall_process): Extend BUFFER arg so it can specify
1995-04-24 Richard M. Stallman(child_setup): Reword "can't exec" message.
1995-04-12 Karl Heuer(getenv_internal): Balance parentheses across #if/...
1995-04-12 Karl Heuer(child_setup) [WINDOWSNT]: Removed syntax errors.
1995-04-07 Karl HeuerUpdate copyright.
1995-02-26 Richard M. Stallman(Fcall_process): Extend BUFFER arg so it can specify
1994-11-28 Richard M. Stallman(delete_temp_file): Use internal_delete_file.
1994-11-01 Richard M. Stallman(getenv_internal) [WINDOWSNT]: Use strnicmp, not bcmp.
1994-10-19 Richard M. Stallman(child_setup): Always use _exit.
1994-09-27 Karl Heuer(Fcall_process, child_setup, getenv_internal): Use...
1994-09-17 Richard M. Stallman(Fcall_process) [__osf__ && __alpha]:
1994-09-14 Richard M. Stallman(delete_temp_file): Use Fdelete_file.
1994-08-17 Karl Heuer(Fcall_process_region): gcpro filename_string.
1994-06-15 Richard M. StallmanPut stdio.h after config.h.
1994-06-07 Richard M. Stallman(init_callproc) [MSDOS]: Exclude less code, so ../etc
1994-06-04 Karl Heuer[MSDOS]: #include "msdos.h" for rootrelativepath template.
1994-05-28 Richard M. Stallman(child_setup): If PWD is set, set it in the child so...
1994-05-13 Richard M. Stallman(child_setup): PRIO_PROCESS renamed to SET_EMACS_PRIORITY.
1994-05-12 Richard M. Stallman(init_callproc): Never set Vdata_directory based on
1994-05-07 Richard M. Stallman[MSDOS]: Rename Vbinary_process to Vbinary_process_output.
1994-04-28 Richard M. Stallman(child_setup): Test PRIO_PROCESS, as in sys_subshell.
1994-04-21 Richard M. Stallman(init_callproc): Set Vdoc_directory like Vdata_directory.
1994-04-12 Richard M. StallmanIf we include fcntl.h, define INCLUDED_FCNTL.
1994-03-31 Karl Heuer(child_setup): Check out==err when relocating fds.
1994-03-23 Karl Heuer(call_process_cleanup, getenv_internal): Use assignment...
1994-03-22 Richard M. Stallman(Fcall_process): Make sure to close descriptors.
1994-03-18 Karl Heuer(Fcall_process): GCPRO some things.
1994-03-09 Richard M. StallmanDon't kill remaining processes if child exits.
1994-02-22 Karl Heuer(syms_of_callproc): New variable Vdoc_directory.
1994-01-29 Richard M. StallmanInclude stdio.h.
1994-01-17 Richard M. Stallman(init_callproc): Use Vinstallation_directory.
1994-01-11 Richard M. Stallman(child_setup): Call close_load_descs.
1994-01-08 Roland McGrath(child_setup): Don't declare PID `register'; we later...
1994-01-08 Roland McGrathDon't declare sys_errlist; declare strerror instead.
1994-01-08 Richard M. Stallman(syms_of_callproc) [MSDOS]: New lisp variable: binary...
1993-12-25 Richard M. StallmanInclude systty.h.
1993-12-23 Richard M. Stallman(Fcall_process): Call prepare_menu_bars.
1993-11-25 Richard M. Stallman(child_setup): Test SETPGRP_RELEASES_CTTY, not IRIX.
1993-11-24 Richard M. Stallman(init_callproc): Maybe add ../lib-src to exec-path
1993-11-11 Richard M. Stallman(Fcall_process): Clear synch_process_death and
1993-09-12 Roland McGrathInclude <paths.h>, not "paths.h".
1993-09-10 Roland McGrathInclude <config.h> instead of "config.h".
1993-06-30 Richard M. Stallman(PRIO_PROCESS): Definition deleted.
1993-06-18 Jim BlandyChanges for Irix 4.0, tested this time:
1993-06-17 Jim Blandy* m/iris4d.h (LIB_STANDARD): Do *not* include -lbsd...
1993-06-17 Jim Blandy* callproc.c (Fcall_process, child_setup): If IRIX...
1993-05-25 Jim Blandy* paths.h (PATH_INFO): New path, to edited by the confi...
1993-05-22 Jim BlandyUpdated copyright years.
1993-05-13 Richard M. Stallman(child_setup): Omit duplicates from new env array.
1993-04-10 Jim Blandy* callproc.c (relocate_fd): Make messages string litera...
1993-03-30 Jim BlandyNew macros NULL_DEVICE and EXEC_SUFFIXES, to give the...
1993-03-20 Jim Blandy* callproc.c (child_setup): Make sure that in, out...
1993-02-22 Jim Blandy* callproc.c (delete_temp_file): Declare this to return
1993-02-18 Michael I. Bushnell* process.c (Fstart_process): Jimb's change of December 11
1992-12-12 Jim BlandyGive subprocess creation a way to find a valid current...
1992-11-16 Jim Blandy* systty.h, process.c, buffer.h, callproc.c, sysdep...
next