summaryrefslogtreecommitdiff
path: root/src/callproc.c
Commit message (Expand)AuthorAgeFilesLines
* (delete_temp_file): Use internal_delete_file.Richard M. Stallman1994-11-281-2/+2
* (getenv_internal) [WINDOWSNT]: Use strnicmp, not bcmp.Richard M. Stallman1994-11-011-18/+57
* (child_setup): Always use _exit.Richard M. Stallman1994-10-191-1/+1
* (Fcall_process, child_setup, getenv_internal): Use type test macros.Karl Heuer1994-09-271-9/+7
* (Fcall_process) [__osf__ && __alpha]:Richard M. Stallman1994-09-171-1/+9
* (delete_temp_file): Use Fdelete_file.Richard M. Stallman1994-09-141-1/+3
* (Fcall_process_region): gcpro filename_string.Karl Heuer1994-08-171-2/+5
* Put stdio.h after config.h.Richard M. Stallman1994-06-151-1/+1
* (init_callproc) [MSDOS]: Exclude less code, so ../etcRichard M. Stallman1994-06-071-2/+3
* [MSDOS]: #include "msdos.h" for rootrelativepath template.Karl Heuer1994-06-041-0/+1
* (child_setup): If PWD is set, set it in the child so thatRichard M. Stallman1994-05-281-4/+16
* (child_setup): PRIO_PROCESS renamed to SET_EMACS_PRIORITY.Richard M. Stallman1994-05-131-2/+3
* (init_callproc): Never set Vdata_directory based onRichard M. Stallman1994-05-121-1/+25
* [MSDOS]: Rename Vbinary_process to Vbinary_process_output.Richard M. Stallman1994-05-071-4/+29
* (child_setup): Test PRIO_PROCESS, as in sys_subshell.Richard M. Stallman1994-04-281-0/+2
* (init_callproc): Set Vdoc_directory like Vdata_directory.Richard M. Stallman1994-04-211-1/+1
* If we include fcntl.h, define INCLUDED_FCNTL.Richard M. Stallman1994-04-121-0/+2
* (child_setup): Check out==err when relocating fds.Karl Heuer1994-03-311-2/+7
* (call_process_cleanup, getenv_internal): Use assignment, not initialization.Karl Heuer1994-03-231-3/+5
* (Fcall_process): Make sure to close descriptors.Richard M. Stallman1994-03-221-9/+15
* (Fcall_process): GCPRO some things.Karl Heuer1994-03-181-16/+19
* Don't kill remaining processes if child exits.Richard M. Stallman1994-03-091-0/+16
* (syms_of_callproc): New variable Vdoc_directory.Karl Heuer1994-02-221-2/+10
* Include stdio.h.Richard M. Stallman1994-01-291-4/+7
* (init_callproc): Use Vinstallation_directory.Richard M. Stallman1994-01-171-15/+9
* (child_setup): Call close_load_descs.Richard M. Stallman1994-01-111-0/+1
* (child_setup): Don't declare PID `register'; we later take its address.Roland McGrath1994-01-081-1/+1
* Don't declare sys_errlist; declare strerror instead.Roland McGrath1994-01-081-6/+5
* (syms_of_callproc) [MSDOS]: New lisp variable: binary-process.Richard M. Stallman1994-01-081-5/+115
* Include systty.h.Richard M. Stallman1993-12-251-1/+3
* (Fcall_process): Call prepare_menu_bars.Richard M. Stallman1993-12-231-2/+8
* (child_setup): Test SETPGRP_RELEASES_CTTY, not IRIX.Richard M. Stallman1993-11-251-5/+5
* (init_callproc): Maybe add ../lib-src to exec-pathRichard M. Stallman1993-11-241-10/+47
* (Fcall_process): Clear synch_process_death andRichard M. Stallman1993-11-111-3/+6
* Include <paths.h>, not "paths.h".Roland McGrath1993-09-121-1/+1
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
* (PRIO_PROCESS): Definition deleted.Richard M. Stallman1993-06-301-1/+1
* Changes for Irix 4.0, tested this time:Jim Blandy1993-06-181-1/+1
* * m/iris4d.h (LIB_STANDARD): Do *not* include -lbsd. We areJim Blandy1993-06-171-1/+3
* * callproc.c (Fcall_process, child_setup): If IRIX is #defined,Jim Blandy1993-06-171-2/+2
* * paths.h (PATH_INFO): New path, to edited by the configurationJim Blandy1993-05-251-0/+8
* Updated copyright years.Jim Blandy1993-05-221-1/+1
* (child_setup): Omit duplicates from new env array.Richard M. Stallman1993-05-131-3/+27
* * callproc.c (relocate_fd): Make messages string literals, notJim Blandy1993-04-101-5/+4
* New macros NULL_DEVICE and EXEC_SUFFIXES, to give the name of theJim Blandy1993-03-301-7/+3
* * callproc.c (child_setup): Make sure that in, out, and err areJim Blandy1993-03-201-0/+42
* * callproc.c (delete_temp_file): Declare this to returnJim Blandy1993-02-221-2/+6
* * process.c (Fstart_process): Jimb's change of December 11Michael I. Bushnell1993-02-181-1/+1
* Give subprocess creation a way to find a valid current directoryJim Blandy1992-12-121-11/+29
* * systty.h, process.c, buffer.h, callproc.c, sysdep.c, dired.c:Jim Blandy1992-11-161-1/+1