aboutsummaryrefslogtreecommitdiffstats
path: root/src/callproc.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-45/+52
* (toplevel) [HAVE_UNISTD_H]: Include unistd.h.Gerd Moellmann1999-09-201-1/+4
* Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.Ken Raeburn1999-09-121-16/+16
* (call-process) [macintosh]: Call mac_run_command inRichard M. Stallman1999-09-031-5/+74
* Delete the system-independent include of stdlib.hRichard M. Stallman1999-09-031-4/+0
* Use stdlib.h.Dave Love1999-08-181-0/+4
* (Fcall_process): Decide coding system for decodingRichard M. Stallman1999-07-071-38/+50
* (init_callproc): Set exec_directory if installation_directory isRichard M. Stallman1999-07-021-5/+4
* (Fcall_process): Use xmalloc, xfree.Karl Heuer1999-03-041-3/+3
* Use epaths.h istead of paths.h.Richard M. Stallman1999-02-261-2/+2
* Include "ccl.h".Kenichi Handa1998-12-151-3/+20
* (Fcall_process): Use $TMPDIR instead of trying $TMPEli Zaretskii1998-10-141-2/+4
* (Fcall_process): Use malloc for decoding_buf.Richard M. Stallman1998-08-191-1/+3
* (Fcall_process): Check type of process cmd args earlier on.Richard M. Stallman1998-08-081-2/+3
* (Fcall_process): Use alloca instead ofKenichi Handa1998-07-211-1/+1
* (Fcall_process) [! subprocesses]: Balance parentheses in an if clause.Eli Zaretskii1998-06-291-1/+1
* (Fcall_process): Handle third argument BUFFERRichard M. Stallman1998-06-231-4/+6
* (init_callproc): Check Vinstallation_directory even if !initialized.Richard M. Stallman1998-06-061-1/+1
* (Fcall_process): Avoid initializer on auto struct.Karl Heuer1998-06-011-1/+3
* (Fcall_process): Fix test for when to call Ffind_operation_coding_system.Richard M. Stallman1998-05-081-1/+1
* (Fcall_process): If we must display received data onKenichi Handa1998-05-071-10/+23
* 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