summaryrefslogtreecommitdiff
path: root/src/callproc.c
Commit message (Expand)AuthorAge
* (Fcall_process_region) [DOS_NT]: Avoid downcasingRichard M. Stallman1996-08-05
* (Fcall_process) [MSDOS]:Miles Bader1996-07-06
* (Fcall_process): Fix previous change.Richard M. Stallman1996-06-21
* (Fcall_process): Handle t or nil as STDERR_FILE.Richard M. Stallman1996-06-16
* (Fcall_process): Don't close the same fd twice.Karl Heuer1996-05-15
* (Fcall_process): Fix previous change (now !MSDOS only).Richard M. Stallman1996-05-12
* (Fcall_process): Close fd_error if successful.Richard M. Stallman1996-05-11
* (Fcall_process) [WINDOWSNT]: Remove conditional NT code.Richard M. Stallman1996-04-26
* (Fcall_process, child_setup): If BSD_PGRPS, callRichard M. Stallman1996-03-24
* (child_setup): Fix size in write call.Richard M. Stallman1996-01-30
* Update FSF's address in the preamble.Erik Naggum1996-01-15
* Comment fixes.Karl Heuer1996-01-05
* (Fcall_process) [MSDOS]: Support redirection ofKarl Heuer1995-12-13
* (Fcall_process_region): Pass new arg to Fwrite_region.Richard M. Stallman1995-08-14
* (init_callproc): Set Vdoc_directory based onRichard M. Stallman1995-07-20
* (child_setup): Don't get confused if in == err.Richard M. Stallman1995-06-29
* (call-process-region) [DOS_NT]: Use IS_DIRECTORY_SEP.Richard M. Stallman1995-06-15
* (Fcall_process): Keep reading till buffer is nearly full.Richard M. Stallman1995-05-09
* (Fcall_process): Extend BUFFER arg so it can specifyRichard M. Stallman1995-04-29
* (child_setup): Reword "can't exec" message.Richard M. Stallman1995-04-24
* (getenv_internal): Balance parentheses across #if/#endif.Karl Heuer1995-04-12
* (child_setup) [WINDOWSNT]: Removed syntax errors.Karl Heuer1995-04-12
* Update copyright.Karl Heuer1995-04-07
* (Fcall_process): Extend BUFFER arg so it can specifyRichard M. Stallman1995-02-26
* (delete_temp_file): Use internal_delete_file.Richard M. Stallman1994-11-28
* (getenv_internal) [WINDOWSNT]: Use strnicmp, not bcmp.Richard M. Stallman1994-11-01
* (child_setup): Always use _exit.Richard M. Stallman1994-10-19
* (Fcall_process, child_setup, getenv_internal): Use type test macros.Karl Heuer1994-09-27
* (Fcall_process) [__osf__ && __alpha]:Richard M. Stallman1994-09-17
* (delete_temp_file): Use Fdelete_file.Richard M. Stallman1994-09-14
* (Fcall_process_region): gcpro filename_string.Karl Heuer1994-08-17
* Put stdio.h after config.h.Richard M. Stallman1994-06-15
* (init_callproc) [MSDOS]: Exclude less code, so ../etcRichard M. Stallman1994-06-07
* [MSDOS]: #include "msdos.h" for rootrelativepath template.Karl Heuer1994-06-04
* (child_setup): If PWD is set, set it in the child so thatRichard M. Stallman1994-05-28
* (child_setup): PRIO_PROCESS renamed to SET_EMACS_PRIORITY.Richard M. Stallman1994-05-13
* (init_callproc): Never set Vdata_directory based onRichard M. Stallman1994-05-12
* [MSDOS]: Rename Vbinary_process to Vbinary_process_output.Richard M. Stallman1994-05-07
* (child_setup): Test PRIO_PROCESS, as in sys_subshell.Richard M. Stallman1994-04-28
* (init_callproc): Set Vdoc_directory like Vdata_directory.Richard M. Stallman1994-04-21
* If we include fcntl.h, define INCLUDED_FCNTL.Richard M. Stallman1994-04-12
* (child_setup): Check out==err when relocating fds.Karl Heuer1994-03-31
* (call_process_cleanup, getenv_internal): Use assignment, not initialization.Karl Heuer1994-03-23
* (Fcall_process): Make sure to close descriptors.Richard M. Stallman1994-03-22
* (Fcall_process): GCPRO some things.Karl Heuer1994-03-18
* Don't kill remaining processes if child exits.Richard M. Stallman1994-03-09
* (syms_of_callproc): New variable Vdoc_directory.Karl Heuer1994-02-22
* Include stdio.h.Richard M. Stallman1994-01-29
* (init_callproc): Use Vinstallation_directory.Richard M. Stallman1994-01-17
* (child_setup): Call close_load_descs.Richard M. Stallman1994-01-11