summaryrefslogtreecommitdiff
path: root/src/callproc.c
Commit message (Expand)AuthorAgeFilesLines
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (Fcall_process): GCPRO error_file. Encode infile,Kenichi Handa2006-01-261-8/+14
* (delete_temp_file): Bind file-name-handler-alist to nil for the callKen Raeburn2006-01-031-2/+4
* (Fcall_process_region): Bind file-name-handler-alist to nil for the call toKen Raeburn2006-01-011-0/+3
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+1
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (Fcall_process): Don't use alloca to graduallyKim F. Storm2005-06-031-18/+15
* (Vdoc_file_name, Vfile_name_coding_system)Stefan Monnier2005-03-241-6/+2
* From: YAMAMOTO MitsuharuKim F. Storm2004-11-021-0/+5
* (Fcall_process): Simplify handling of display arg.Kim F. Storm2004-10-131-6/+14
* *** empty log message ***Kenichi Handa2004-09-291-0/+2
* Undo 1.201 changes (committed accidentally)Kim F. Storm2004-06-171-13/+1
* Update copyright.Kim F. Storm2004-06-161-3/+15
* 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