aboutsummaryrefslogtreecommitdiffstats
path: root/src/callproc.c
Commit message (Expand)AuthorAgeFilesLines
* (init_callproc): Set Vdata_directory based on the sourceRichard M. Stallman2001-12-071-3/+10
* (Fcall_process): When we make a bigger buffer for bufptr,Richard M. Stallman2001-11-261-1/+5
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-6/+6
* (Fcall_process_region, Fcall_process): Add usage: string to doc string.Miles Bader2001-10-211-2/+6
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-10-201-69/+69
* (syms_of_callproc): Init Vexec_suffixes to Qnil.Stefan Monnier2001-10-141-23/+1
* (Vexec_suffixes): New var.Stefan Monnier2001-10-121-4/+30
* (syms_of_callproc): Explicitly state in the documentation forMiles Bader2001-10-031-0/+2
* (Fcall_process): Handle errors from pipe(2).Gerd Moellmann2001-09-201-5/+6
* (Fcall_process): Deal with decode_coding returningGerd Moellmann2001-05-291-1/+65
* Call redisplay_preserve_echo_area with additional arg.Gerd Moellmann2001-01-161-1/+1
* (Fcall_process_region): Use HAVE_MKSTEMP.Dave Love2000-11-071-0/+11
* [USE_CRT_DLL]: Remove unnecessary extern, whichAndrew Innes2000-08-221-0/+4
* (Fcall_process): Terminate the unwind-protect around theKenichi Handa2000-08-091-13/+19
* (child_setup): Use xfree instead of free.Gerd Moellmann2000-08-051-1/+1
* (Fcall_process): Handle post-read-conversion of coding system if any.Kenichi Handa2000-08-041-0/+9
* (child_setup) [MSDOS]: malloc pwd_var instead ofEli Zaretskii2000-07-311-0/+8
* (setpgrp): Undefine before defining.Dave Love2000-06-231-0/+2
* (Fcall_process): Fix previous change.Kenichi Handa2000-05-291-11/+11
* Include composite.h.Kenichi Handa2000-05-291-5/+29
* (setpgrp): Don't define if USG and BSD_PGRPS are not defined.Gerd Moellmann2000-05-241-0/+2
* (setpgrp) [HAVE_SETPGID]: Define as setpgid.Gerd Moellmann2000-05-231-0/+4
* (Fcall_process): Always encode an argument string ifKenichi Handa2000-05-191-28/+27
* (Fgetenv_internal): Renamed from Fgetenv.Gerd Moellmann2000-05-151-2/+2
* (Fcall_process): Call code_convert_string to encodeKenichi Handa1999-12-151-29/+12
* * callproc.c (strerror): Remove decl.Paul Eggert1999-11-221-3/+2
* 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