1996-05-15 |
Karl Heuer |
(Fcall_process): Don't close the same fd twice.
|
1996-05-12 |
Richard M. Stallman |
(Fcall_process): Fix previous change (now !MSDOS only).
|
1996-05-11 |
Richard M. Stallman |
(Fcall_process): Close fd_error if successful.
|
1996-04-26 |
Richard M. Stallman |
(Fcall_process) [WINDOWSNT]: Remove conditional NT code.
|
1996-03-24 |
Richard M. Stallman |
(Fcall_process, child_setup): If BSD_PGRPS, call
|
1996-01-30 |
Richard M. Stallman |
(child_setup): Fix size in write call.
|
1996-01-15 |
Erik Naggum |
Update FSF's address in the preamble.
|
1996-01-05 |
Karl Heuer |
Comment fixes.
|
1995-12-13 |
Karl Heuer |
(Fcall_process) [MSDOS]: Support redirection of
|
1995-08-14 |
Richard M. Stallman |
(Fcall_process_region): Pass new arg to Fwrite_region.
|
1995-07-20 |
Richard M. Stallman |
(init_callproc): Set Vdoc_directory based on
|
1995-06-29 |
Richard M. Stallman |
(child_setup): Don't get confused if in == err.
|
1995-06-15 |
Richard M. Stallman |
(call-process-region) [DOS_NT]: Use IS_DIRECTORY_SEP.
|
1995-05-09 |
Richard M. Stallman |
(Fcall_process): Keep reading till buffer is nearly full.
|
1995-04-29 |
Richard M. Stallman |
(Fcall_process): Extend BUFFER arg so it can specify
|
1995-04-24 |
Richard M. Stallman |
(child_setup): Reword "can't exec" message.
|
1995-04-12 |
Karl Heuer |
(getenv_internal): Balance parentheses across #if/#endif.
|
1995-04-12 |
Karl Heuer |
(child_setup) [WINDOWSNT]: Removed syntax errors.
|
1995-04-07 |
Karl Heuer |
Update copyright.
|
1995-02-26 |
Richard M. Stallman |
(Fcall_process): Extend BUFFER arg so it can specify
|
1994-11-28 |
Richard M. Stallman |
(delete_temp_file): Use internal_delete_file.
|
1994-11-01 |
Richard M. Stallman |
(getenv_internal) [WINDOWSNT]: Use strnicmp, not bcmp.
|
1994-10-19 |
Richard M. Stallman |
(child_setup): Always use _exit.
|
1994-09-27 |
Karl Heuer |
(Fcall_process, child_setup, getenv_internal): Use type test macros.
|
1994-09-17 |
Richard M. Stallman |
(Fcall_process) [__osf__ && __alpha]:
|
1994-09-14 |
Richard M. Stallman |
(delete_temp_file): Use Fdelete_file.
|
1994-08-17 |
Karl Heuer |
(Fcall_process_region): gcpro filename_string.
|
1994-06-15 |
Richard M. Stallman |
Put stdio.h after config.h.
|
1994-06-07 |
Richard M. Stallman |
(init_callproc) [MSDOS]: Exclude less code, so ../etc
|
1994-06-04 |
Karl Heuer |
[MSDOS]: #include "msdos.h" for rootrelativepath template.
|
1994-05-28 |
Richard M. Stallman |
(child_setup): If PWD is set, set it in the child so that
|
1994-05-13 |
Richard M. Stallman |
(child_setup): PRIO_PROCESS renamed to SET_EMACS_PRIORITY.
|
1994-05-12 |
Richard M. Stallman |
(init_callproc): Never set Vdata_directory based on
|
1994-05-07 |
Richard M. Stallman |
[MSDOS]: Rename Vbinary_process to Vbinary_process_output.
|
1994-04-28 |
Richard M. Stallman |
(child_setup): Test PRIO_PROCESS, as in sys_subshell.
|
1994-04-21 |
Richard M. Stallman |
(init_callproc): Set Vdoc_directory like Vdata_directory.
|
1994-04-12 |
Richard M. Stallman |
If we include fcntl.h, define INCLUDED_FCNTL.
|
1994-03-31 |
Karl Heuer |
(child_setup): Check out==err when relocating fds.
|
1994-03-23 |
Karl Heuer |
(call_process_cleanup, getenv_internal): Use assignment, not initialization.
|
1994-03-22 |
Richard M. Stallman |
(Fcall_process): Make sure to close descriptors.
|
1994-03-18 |
Karl Heuer |
(Fcall_process): GCPRO some things.
|
1994-03-09 |
Richard M. Stallman |
Don't kill remaining processes if child exits.
|
1994-02-22 |
Karl Heuer |
(syms_of_callproc): New variable Vdoc_directory.
|
1994-01-29 |
Richard M. Stallman |
Include stdio.h.
|
1994-01-17 |
Richard M. Stallman |
(init_callproc): Use Vinstallation_directory.
|
1994-01-11 |
Richard M. Stallman |
(child_setup): Call close_load_descs.
|
1994-01-08 |
Roland McGrath |
(child_setup): Don't declare PID `register'; we later take its address.
|
1994-01-08 |
Roland McGrath |
Don't declare sys_errlist; declare strerror instead.
|
1994-01-08 |
Richard M. Stallman |
(syms_of_callproc) [MSDOS]: New lisp variable: binary-process.
|
1993-12-25 |
Richard M. Stallman |
Include systty.h.
|
1993-12-23 |
Richard M. Stallman |
(Fcall_process): Call prepare_menu_bars.
|
1993-11-25 |
Richard M. Stallman |
(child_setup): Test SETPGRP_RELEASES_CTTY, not IRIX.
|
1993-11-24 |
Richard M. Stallman |
(init_callproc): Maybe add ../lib-src to exec-path
|
1993-11-11 |
Richard M. Stallman |
(Fcall_process): Clear synch_process_death and
|
1993-09-12 |
Roland McGrath |
Include <paths.h>, not "paths.h".
|
1993-09-10 |
Roland McGrath |
Include <config.h> instead of "config.h".
|
1993-06-30 |
Richard M. Stallman |
(PRIO_PROCESS): Definition deleted.
|
1993-06-18 |
Jim Blandy |
Changes for Irix 4.0, tested this time:
|
1993-06-17 |
Jim Blandy |
* m/iris4d.h (LIB_STANDARD): Do *not* include -lbsd. We are
|
1993-06-17 |
Jim Blandy |
* callproc.c (Fcall_process, child_setup): If IRIX is #defined,
|
1993-05-25 |
Jim Blandy |
* paths.h (PATH_INFO): New path, to edited by the configuration
|
1993-05-22 |
Jim Blandy |
Updated copyright years.
|
1993-05-13 |
Richard M. Stallman |
(child_setup): Omit duplicates from new env array.
|
1993-04-10 |
Jim Blandy |
* callproc.c (relocate_fd): Make messages string literals, not
|
1993-03-30 |
Jim Blandy |
New macros NULL_DEVICE and EXEC_SUFFIXES, to give the name of the
|
1993-03-20 |
Jim Blandy |
* callproc.c (child_setup): Make sure that in, out, and err are
|
1993-02-22 |
Jim Blandy |
* callproc.c (delete_temp_file): Declare this to return
|
1993-02-18 |
Michael I. Bushnell |
* process.c (Fstart_process): Jimb's change of December 11
|
1992-12-12 |
Jim Blandy |
Give subprocess creation a way to find a valid current directory
|
1992-11-16 |
Jim Blandy |
* systty.h, process.c, buffer.h, callproc.c, sysdep.c, dired.c:
|
1992-10-31 |
Jim Blandy |
* callproc.c: Arrange for synchronous processes to get SIGINT the
|
1992-09-23 |
Jim Blandy |
* callproc.c (child_setup): Don't use setpriority; we just need a
|
1992-08-07 |
Jim Blandy |
Restored up-to-date version of this file from pogo. What is going on
|
1992-08-06 |
Joseph Arceneaux |
Replaced fuctions egetenv, Fgetenv, getenv_internal, which had
|
1992-08-04 |
Richard M. Stallman |
entered into RCS
|
1992-07-12 |
Richard M. Stallman |
*** empty log message ***
|
1992-05-18 |
Jim Blandy |
*** empty log message ***
|
1992-05-10 |
Jim Blandy |
*** empty log message ***
|
1992-05-01 |
Jim Blandy |
*** empty log message ***
|
1992-04-24 |
Jim Blandy |
*** empty log message ***
|
1992-03-16 |
Jim Blandy |
*** empty log message ***
|
1992-03-14 |
Jim Blandy |
*** empty log message ***
|
1992-02-11 |
Jim Blandy |
*** empty log message ***
|
1992-02-06 |
Jim Blandy |
*** empty log message ***
|
1992-01-14 |
Jim Blandy |
*** empty log message ***
|
1991-12-04 |
Jim Blandy |
*** empty log message ***
|
1991-07-03 |
Jim Blandy |
*** empty log message ***
|
1991-06-24 |
Jim Blandy |
Initial revision
|