aboutsummaryrefslogtreecommitdiffstats
path: root/src/callproc.c
Commit message (Expand)AuthorAgeFilesLines
* Define synch_process_termsig.Jan Djärv2004-01-261-0/+17
* Add arch taglinesMiles Bader2003-09-011-0/+3
* Use HAVE_FCNTL_H, not USG5.Dave Love2003-06-021-2/+5
* (Fcall_process_region): Doc fix.Richard M. Stallman2003-05-181-1/+1
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-20/+20
* (Fcall_process): Remove /: from program name.Richard M. Stallman2002-08-241-0/+7
* (init_callproc) [DOS_NT]: Initialize Vshared_game_score_directory to nil.Juanma Barranquero2002-07-221-0/+8
* (init_callproc): Set up Vshared_game_score_directory.Richard M. Stallman2002-07-211-5/+5
* (Fcall_process): Make NEW_ARGV array hold pointer toKen Raeburn2002-07-191-2/+2
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-29/+29
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-111-5/+5
* (Fcall_process): Fix previous change.Kenichi Handa2002-07-091-1/+6
* (Fcall_process): If code detection is necessary, call detect_codingKenichi Handa2002-06-241-0/+6
* (Vgame_score_directory): Renamed to Vshared_game_score_directory.Colin Walters2002-05-031-4/+4
* (Fcall_process): Update call to openp.Stefan Monnier2002-04-301-1/+1
* (Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]: Default toColin Walters2002-04-291-1/+1
* Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-261-11/+11
* (Vgame_score_directory): New variable.Colin Walters2002-04-101-1/+10
* Change defvar_int def and vars to use EMACS_INT instead of just int.Stefan Monnier2002-03-041-1/+1
* (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