aboutsummaryrefslogtreecommitdiffstats
path: root/src/callproc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* (Fcall_process_region): Use cdr part (not car part)Kenichi Handa1997-08-041-1/+1
* (syms_of_callproc): Don't init Vtemp_file_name_pattern here.Richard M. Stallman1997-07-271-2/+1
* (Fcall_process) [MSDOS]: Request EOL conversion ofRichard M. Stallman1997-07-131-0/+13
* (Fcall_process): If enable-multibyte-characters isKenichi Handa1997-07-071-24/+52
* Call Ffind_operation_coding_system.Kenichi Handa1997-07-021-6/+7
* (Fcall_process): Fix previous change.Richard M. Stallman1997-06-291-2/+2
* (Fcall_process): Avoid storing alloca resultRichard M. Stallman1997-06-281-1/+3
* (Fcall_process): Use setsid to disconnect childRichard M. Stallman1997-06-131-1/+4
* (Fcall_process): Pay attention toKenichi Handa1997-06-091-4/+13
* (Fcall_process_region): Supply 7th new argKenichi Handa1997-05-101-1/+1
* Include charset.h and coding.h.Karl Heuer1997-02-201-9/+131
* (Fcall_process_region): Define missing local `count'.Richard M. Stallman1996-12-101-0/+1
* (Vtemp_file_name_pattern): New variable.Richard M. Stallman1996-12-071-11/+24
* Use new names for w32 filesGeoff Voelker1996-11-191-1/+1
* (init_callproc): Use dir_warning.Richard M. Stallman1996-10-311-12/+4
* (Fcall_process_region) [DOS_NT]: Avoid downcasingRichard M. Stallman1996-08-051-4/+4
* (Fcall_process) [MSDOS]:Miles Bader1996-07-061-4/+13
* (Fcall_process): Fix previous change.Richard M. Stallman1996-06-211-1/+1
* (Fcall_process): Handle t or nil as STDERR_FILE.Richard M. Stallman1996-06-161-2/+10
* (Fcall_process): Don't close the same fd twice.Karl Heuer1996-05-151-1/+1
* (Fcall_process): Fix previous change (now !MSDOS only).Richard M. Stallman1996-05-121-2/+4
* (Fcall_process): Close fd_error if successful.Richard M. Stallman1996-05-111-0/+2
* (Fcall_process) [WINDOWSNT]: Remove conditional NT code.Richard M. Stallman1996-04-261-6/+5
* (Fcall_process, child_setup): If BSD_PGRPS, callRichard M. Stallman1996-03-241-2/+2
* (child_setup): Fix size in write call.Richard M. Stallman1996-01-301-1/+1
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* Comment fixes.Karl Heuer1996-01-051-1/+1
* (Fcall_process) [MSDOS]: Support redirection ofKarl Heuer1995-12-131-22/+30
* (Fcall_process_region): Pass new arg to Fwrite_region.Richard M. Stallman1995-08-141-2/+2
* (init_callproc): Set Vdoc_directory based onRichard M. Stallman1995-07-201-10/+9
* (child_setup): Don't get confused if in == err.Richard M. Stallman1995-06-291-6/+17
* (call-process-region) [DOS_NT]: Use IS_DIRECTORY_SEP.Richard M. Stallman1995-06-151-1/+5
* (Fcall_process): Keep reading till buffer is nearly full.Richard M. Stallman1995-05-091-7/+25
* (Fcall_process): Extend BUFFER arg so it can specifyRichard M. Stallman1995-04-291-3/+17
* (child_setup): Reword "can't exec" message.Richard M. Stallman1995-04-241-2/+4
* (getenv_internal): Balance parentheses across #if/#endif.Karl Heuer1995-04-121-2/+3
* (child_setup) [WINDOWSNT]: Removed syntax errors.Karl Heuer1995-04-121-3/+3
* Update copyright.Karl Heuer1995-04-071-1/+1
* (Fcall_process): Extend BUFFER arg so it can specifyRichard M. Stallman1995-02-261-12/+69
* (delete_temp_file): Use internal_delete_file.Richard M. Stallman1994-11-281-2/+2
* (getenv_internal) [WINDOWSNT]: Use strnicmp, not bcmp.Richard M. Stallman1994-11-011-18/+57
* (child_setup): Always use _exit.Richard M. Stallman1994-10-191-1/+1
* (Fcall_process, child_setup, getenv_internal): Use type test macros.Karl Heuer1994-09-271-9/+7
* (Fcall_process) [__osf__ && __alpha]:Richard M. Stallman1994-09-171-1/+9
* (delete_temp_file): Use Fdelete_file.Richard M. Stallman1994-09-141-1/+3
* (Fcall_process_region): gcpro filename_string.Karl Heuer1994-08-171-2/+5
* Put stdio.h after config.h.Richard M. Stallman1994-06-151-1/+1
* (init_callproc) [MSDOS]: Exclude less code, so ../etcRichard M. Stallman1994-06-071-2/+3
* [MSDOS]: #include "msdos.h" for rootrelativepath template.Karl Heuer1994-06-041-0/+1
* (child_setup): If PWD is set, set it in the child so thatRichard M. Stallman1994-05-281-4/+16