| Commit message (Expand) | Author | Age | Files | Lines |
* | (Fcall_process) [MSDOS]: | Miles Bader | 1996-07-06 | 1 | -4/+13 |
* | (Fcall_process): Fix previous change. | Richard M. Stallman | 1996-06-21 | 1 | -1/+1 |
* | (Fcall_process): Handle t or nil as STDERR_FILE. | Richard M. Stallman | 1996-06-16 | 1 | -2/+10 |
* | (Fcall_process): Don't close the same fd twice. | Karl Heuer | 1996-05-15 | 1 | -1/+1 |
* | (Fcall_process): Fix previous change (now !MSDOS only). | Richard M. Stallman | 1996-05-12 | 1 | -2/+4 |
* | (Fcall_process): Close fd_error if successful. | Richard M. Stallman | 1996-05-11 | 1 | -0/+2 |
* | (Fcall_process) [WINDOWSNT]: Remove conditional NT code. | Richard M. Stallman | 1996-04-26 | 1 | -6/+5 |
* | (Fcall_process, child_setup): If BSD_PGRPS, call | Richard M. Stallman | 1996-03-24 | 1 | -2/+2 |
* | (child_setup): Fix size in write call. | Richard M. Stallman | 1996-01-30 | 1 | -1/+1 |
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
* | Comment fixes. | Karl Heuer | 1996-01-05 | 1 | -1/+1 |
* | (Fcall_process) [MSDOS]: Support redirection of | Karl Heuer | 1995-12-13 | 1 | -22/+30 |
* | (Fcall_process_region): Pass new arg to Fwrite_region. | Richard M. Stallman | 1995-08-14 | 1 | -2/+2 |
* | (init_callproc): Set Vdoc_directory based on | Richard M. Stallman | 1995-07-20 | 1 | -10/+9 |
* | (child_setup): Don't get confused if in == err. | Richard M. Stallman | 1995-06-29 | 1 | -6/+17 |
* | (call-process-region) [DOS_NT]: Use IS_DIRECTORY_SEP. | Richard M. Stallman | 1995-06-15 | 1 | -1/+5 |
* | (Fcall_process): Keep reading till buffer is nearly full. | Richard M. Stallman | 1995-05-09 | 1 | -7/+25 |
* | (Fcall_process): Extend BUFFER arg so it can specify | Richard M. Stallman | 1995-04-29 | 1 | -3/+17 |
* | (child_setup): Reword "can't exec" message. | Richard M. Stallman | 1995-04-24 | 1 | -2/+4 |
* | (getenv_internal): Balance parentheses across #if/#endif. | Karl Heuer | 1995-04-12 | 1 | -2/+3 |
* | (child_setup) [WINDOWSNT]: Removed syntax errors. | Karl Heuer | 1995-04-12 | 1 | -3/+3 |
* | Update copyright. | Karl Heuer | 1995-04-07 | 1 | -1/+1 |
* | (Fcall_process): Extend BUFFER arg so it can specify | Richard M. Stallman | 1995-02-26 | 1 | -12/+69 |
* | (delete_temp_file): Use internal_delete_file. | Richard M. Stallman | 1994-11-28 | 1 | -2/+2 |
* | (getenv_internal) [WINDOWSNT]: Use strnicmp, not bcmp. | Richard M. Stallman | 1994-11-01 | 1 | -18/+57 |
* | (child_setup): Always use _exit. | Richard M. Stallman | 1994-10-19 | 1 | -1/+1 |
* | (Fcall_process, child_setup, getenv_internal): Use type test macros. | Karl Heuer | 1994-09-27 | 1 | -9/+7 |
* | (Fcall_process) [__osf__ && __alpha]: | Richard M. Stallman | 1994-09-17 | 1 | -1/+9 |
* | (delete_temp_file): Use Fdelete_file. | Richard M. Stallman | 1994-09-14 | 1 | -1/+3 |
* | (Fcall_process_region): gcpro filename_string. | Karl Heuer | 1994-08-17 | 1 | -2/+5 |
* | Put stdio.h after config.h. | Richard M. Stallman | 1994-06-15 | 1 | -1/+1 |
* | (init_callproc) [MSDOS]: Exclude less code, so ../etc | Richard M. Stallman | 1994-06-07 | 1 | -2/+3 |
* | [MSDOS]: #include "msdos.h" for rootrelativepath template. | Karl Heuer | 1994-06-04 | 1 | -0/+1 |
* | (child_setup): If PWD is set, set it in the child so that | Richard M. Stallman | 1994-05-28 | 1 | -4/+16 |
* | (child_setup): PRIO_PROCESS renamed to SET_EMACS_PRIORITY. | Richard M. Stallman | 1994-05-13 | 1 | -2/+3 |
* | (init_callproc): Never set Vdata_directory based on | Richard M. Stallman | 1994-05-12 | 1 | -1/+25 |
* | [MSDOS]: Rename Vbinary_process to Vbinary_process_output. | Richard M. Stallman | 1994-05-07 | 1 | -4/+29 |
* | (child_setup): Test PRIO_PROCESS, as in sys_subshell. | Richard M. Stallman | 1994-04-28 | 1 | -0/+2 |
* | (init_callproc): Set Vdoc_directory like Vdata_directory. | Richard M. Stallman | 1994-04-21 | 1 | -1/+1 |
* | If we include fcntl.h, define INCLUDED_FCNTL. | Richard M. Stallman | 1994-04-12 | 1 | -0/+2 |
* | (child_setup): Check out==err when relocating fds. | Karl Heuer | 1994-03-31 | 1 | -2/+7 |
* | (call_process_cleanup, getenv_internal): Use assignment, not initialization. | Karl Heuer | 1994-03-23 | 1 | -3/+5 |
* | (Fcall_process): Make sure to close descriptors. | Richard M. Stallman | 1994-03-22 | 1 | -9/+15 |
* | (Fcall_process): GCPRO some things. | Karl Heuer | 1994-03-18 | 1 | -16/+19 |
* | Don't kill remaining processes if child exits. | Richard M. Stallman | 1994-03-09 | 1 | -0/+16 |
* | (syms_of_callproc): New variable Vdoc_directory. | Karl Heuer | 1994-02-22 | 1 | -2/+10 |
* | Include stdio.h. | Richard M. Stallman | 1994-01-29 | 1 | -4/+7 |
* | (init_callproc): Use Vinstallation_directory. | Richard M. Stallman | 1994-01-17 | 1 | -15/+9 |
* | (child_setup): Call close_load_descs. | Richard M. Stallman | 1994-01-11 | 1 | -0/+1 |
* | (child_setup): Don't declare PID `register'; we later take its address. | Roland McGrath | 1994-01-08 | 1 | -1/+1 |