summaryrefslogtreecommitdiff
path: root/src/callproc.c
Commit message (Expand)AuthorAgeFilesLines
* nclude msdos.h after lisp.h.Eli Zaretskii1998-04-271-1/+4
* (Fcall_process) [MSDOS]: Call child_setup instead of run_msdos_command.Eli Zaretskii1998-04-211-13/+26
* (Fcall_process_region): Unbind coding-system-for-writeRichard M. Stallman1998-04-171-2/+8
* (Fcall_process): CallEli Zaretskii1998-04-151-1/+7
* Remove binary-process-{in,out}put.Eli Zaretskii1998-04-151-70/+0
* Fix -Wimplicit warnings.Andreas Schwab1998-04-141-1/+8
* (relocate_fd): Avoid `min'/`max' as variable names.Karl Heuer1998-04-091-5/+5
* Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1998-03-211-8/+8
* (syms_of_callproc): Doc fixes.Richard M. Stallman1998-03-181-4/+5
* (Vdefault_file_name_coding_system): Extern it.Kenichi Handa1998-03-031-3/+2
* (Fcall_process): Calculate CARRYOVER correctly.Kenichi Handa1998-03-031-1/+1
* (Fcall_process_region): Pass new arg to Fwrite_region.Richard M. Stallman1998-03-021-1/+1
* (Fcall_process): Allow creating a new buffer for the output.Richard M. Stallman1998-02-031-1/+1
* (Fcall_process): Test only args past args[4] for multibyteness.Richard M. Stallman1998-01-271-1/+1
* (Fcall_process): Use raw-text instead of emacs-muleKenichi Handa1998-01-221-29/+36
* (Fcall_process): When deciding whether to encode args,Richard M. Stallman1998-01-051-9/+16
* (Fcall_process): Cast new_argv for child_setup.Richard M. Stallman1997-12-281-2/+5
* (Fcall_process): Don't clobber new_argv[0]Karl Heuer1997-12-091-1/+3
* (Fcall_process): Set Vlast_coding_system_used afterKenichi Handa1997-12-091-0/+2
* (Fcall_process): GCPRO infile, buffer, andKenichi Handa1997-11-081-25/+36
* Ensure standard handles are reset even if spawnve fails.Andrew Innes1997-10-131-1/+1
* (child_setup) [WINDOWSNT]: Change directory ofGeoff Voelker1997-09-231-0/+3
* (Fcall_process): Encode the new current dir.Richard M. Stallman1997-09-091-0/+6
* (Fcall_process_region): Fix previous change:Richard M. Stallman1997-09-071-1/+1
* (Fcall_process): Set EOL conversion type to LF whenRichard M. Stallman1997-09-031-42/+53
* Whitespace change.Richard M. Stallman1997-08-271-1/+1
* (init_callproc): Don't warn about missingRichard M. Stallman1997-08-241-4/+9
* (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