| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (child_setup): Fix size in write call. | Richard M. Stallman | 1996-01-30 | 1 | -1/+1 |
| | | |||||
| * | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
| | | |||||
| * | Comment fixes. | Karl Heuer | 1996-01-05 | 1 | -1/+1 |
| | | |||||
| * | (Fcall_process) [MSDOS]: Support redirection of | Karl Heuer | 1995-12-13 | 1 | -22/+30 |
| | | | | | | | stderr. Assign process exit code to `synch_process_retcode' and error description to `synch_process_death'. Reset `synch_process_alive' to zero when the sub-process exits. | ||||
| * | (Fcall_process_region): Pass new arg to Fwrite_region. | Richard M. Stallman | 1995-08-14 | 1 | -2/+2 |
| | | |||||
| * | (init_callproc): Set Vdoc_directory based on | Richard M. Stallman | 1995-07-20 | 1 | -10/+9 |
| | | | | | | Vinstallation_directory when that's non-nil, regardless of whether we had to set Vexec_directory. | ||||
| * | (child_setup): Don't get confused if in == err. | Richard M. Stallman | 1995-06-29 | 1 | -6/+17 |
| | | |||||
| * | (call-process-region) [DOS_NT]: Use IS_DIRECTORY_SEP. | Richard M. Stallman | 1995-06-15 | 1 | -1/+5 |
| | | | | | (call-process-region) [WINDOWSNT]: Use proper temp file template. | ||||
| * | (Fcall_process): Keep reading till buffer is nearly full. | Richard M. Stallman | 1995-05-09 | 1 | -7/+25 |
| | | |||||
| * | (Fcall_process): Extend BUFFER arg so it can specify | Richard M. Stallman | 1995-04-29 | 1 | -3/+17 |
| | | | | | | a separate output file for stderr output. (Fcall_process_region): Doc fix. | ||||
| * | (child_setup): Reword "can't exec" message. | Richard M. Stallman | 1995-04-24 | 1 | -2/+4 |
| | | | | | | | Add newline after message. (Fcall_process): Call Fexpand_file_name for error_file. | ||||
| * | (getenv_internal): Balance parentheses across #if/#endif. | Karl Heuer | 1995-04-12 | 1 | -2/+3 |
| | | |||||
| * | (child_setup) [WINDOWSNT]: Removed syntax errors. | Karl Heuer | 1995-04-12 | 1 | -3/+3 |
| | | |||||
| * | Update copyright. | Karl Heuer | 1995-04-07 | 1 | -1/+1 |
| | | |||||
| * | (Fcall_process): Extend BUFFER arg so it can specify | Richard M. Stallman | 1995-02-26 | 1 | -12/+69 |
| | | | | | | a separate output file for stderr output. (Fcall_process_region): Doc fix. | ||||
| * | (delete_temp_file): Use internal_delete_file. | Richard M. Stallman | 1994-11-28 | 1 | -2/+2 |
| | | |||||
| * | (getenv_internal) [WINDOWSNT]: Use strnicmp, not bcmp. | Richard M. Stallman | 1994-11-01 | 1 | -18/+57 |
| | | | | | | | | | | | | | | | | | | | (child_setup): Use IS_DIRECTORY_SEP. [WINDOWSNT]: Call prepare_standard_handles. Use spawnve. Use reset_standard_handles. (Fcall_process_region): Test DOS_NT, not MSDOS. (Fcall_process) [WINDOWSNT]: Call pipe_with_inherited_out. Use the return value of child_setup to get the child's pid; don't call vfork etc. explicitly. [WINDOWSNT]: Add includes. Defone NOMINMAX, _P_NOWAIT. (Vbinary_process_input, Vbinary_process_output) (Qbuffer_file_type): Test DOS_NT, not MSDOS. (syms_of_callproc): Test DOS_NT, not MSDOS. (init_callproc): Test DOS_NT, not MSDOS. | ||||
| * | (child_setup): Always use _exit. | Richard M. Stallman | 1994-10-19 | 1 | -1/+1 |
| | | |||||
| * | (Fcall_process, child_setup, getenv_internal): Use type test macros. | Karl Heuer | 1994-09-27 | 1 | -9/+7 |
| | | |||||
| * | (Fcall_process) [__osf__ && __alpha]: | Richard M. Stallman | 1994-09-17 | 1 | -1/+9 |
| | | | | | Don't stop reading if read returns negative. | ||||
| * | (delete_temp_file): Use Fdelete_file. | Richard M. Stallman | 1994-09-14 | 1 | -1/+3 |
| | | |||||
| * | (Fcall_process_region): gcpro filename_string. | Karl Heuer | 1994-08-17 | 1 | -2/+5 |
| | | |||||
| * | Put stdio.h after config.h. | Richard M. Stallman | 1994-06-15 | 1 | -1/+1 |
| | | |||||
| * | (init_callproc) [MSDOS]: Exclude less code, so ../etc | Richard M. Stallman | 1994-06-07 | 1 | -2/+3 |
| | | | | | is still tested for doc file. | ||||
| * | [MSDOS]: #include "msdos.h" for rootrelativepath template. | Karl Heuer | 1994-06-04 | 1 | -0/+1 |
| | | |||||
| * | (child_setup): If PWD is set, set it in the child so that | Richard M. Stallman | 1994-05-28 | 1 | -4/+16 |
| | | | | | it points at the child's working directory. | ||||
| * | (child_setup): PRIO_PROCESS renamed to SET_EMACS_PRIORITY. | Richard M. Stallman | 1994-05-13 | 1 | -2/+3 |
| | | | | | Don't call nice if emacs_priority is positive. | ||||
| * | (init_callproc): Never set Vdata_directory based on | Richard M. Stallman | 1994-05-12 | 1 | -1/+25 |
| | | | | | the executable's location. But maybe set it from source dir. | ||||
| * | [MSDOS]: Rename Vbinary_process to Vbinary_process_output. | Richard M. Stallman | 1994-05-07 | 1 | -4/+29 |
| | | | | | | | | | | | | (syms_of_callproc) [MSDOS]: Rename lisp variable binary-process to binary-process-output. (Fcall_process, syms_of_callproc) [MSDOS]: Use new names. (Vbinary_process_input) [MSDOS]: New variable. (syms_of_callproc) [MSDOS]: Declare binary-process-input. (Fcall_process_region) [MSDOS]: Bind binary-process-input temporarily to buffer-file-type. (init_callproc) [MSDOS]: Don't add lib-src as the wrapped binaries are in bin. | ||||
| * | (child_setup): Test PRIO_PROCESS, as in sys_subshell. | Richard M. Stallman | 1994-04-28 | 1 | -0/+2 |
| | | |||||
| * | (init_callproc): Set Vdoc_directory like Vdata_directory. | Richard M. Stallman | 1994-04-21 | 1 | -1/+1 |
| | | |||||
| * | If we include fcntl.h, define INCLUDED_FCNTL. | Richard M. Stallman | 1994-04-12 | 1 | -0/+2 |
| | | |||||
| * | (child_setup): Check out==err when relocating fds. | Karl Heuer | 1994-03-31 | 1 | -2/+7 |
| | | |||||
| * | (call_process_cleanup, getenv_internal): Use assignment, not initialization. | Karl Heuer | 1994-03-23 | 1 | -3/+5 |
| | | |||||
| * | (Fcall_process): Make sure to close descriptors. | Richard M. Stallman | 1994-03-22 | 1 | -9/+15 |
| | | | | | (call_process_cleanup): Always close descriptor. | ||||
| * | (Fcall_process): GCPRO some things. | Karl Heuer | 1994-03-18 | 1 | -16/+19 |
| | | |||||
| * | Don't kill remaining processes if child exits. | Richard M. Stallman | 1994-03-09 | 1 | -0/+16 |
| | | | | | | | (call_process_exited): New variable. (Fcall_process): Set it. (call_process_cleanup): Test it. | ||||
| * | (syms_of_callproc): New variable Vdoc_directory. | Karl Heuer | 1994-02-22 | 1 | -2/+10 |
| | | | | | (init_callproc_1): Initialize it. | ||||
| * | Include stdio.h. | Richard M. Stallman | 1994-01-29 | 1 | -4/+7 |
| | | | | | (init_callproc): Put non-ex-dir warnings on stderr. | ||||
| * | (init_callproc): Use Vinstallation_directory. | Richard M. Stallman | 1994-01-17 | 1 | -15/+9 |
| | | |||||
| * | (child_setup): Call close_load_descs. | Richard M. Stallman | 1994-01-11 | 1 | -0/+1 |
| | | |||||
| * | (child_setup): Don't declare PID `register'; we later take its address. | Roland McGrath | 1994-01-08 | 1 | -1/+1 |
| | | |||||
| * | Don't declare sys_errlist; declare strerror instead. | Roland McGrath | 1994-01-08 | 1 | -6/+5 |
| | | | | | (relocate_fd): Call strerror instead of using sys_errlist. | ||||
| * | (syms_of_callproc) [MSDOS]: New lisp variable: binary-process. | Richard M. Stallman | 1994-01-08 | 1 | -5/+115 |
| | | | | | | | | | | | | | | | | (init_callproc) [MSDOS]: Initialize binary-process. [MSDOS]: Declare binary-process. [MSDOS]: Include <fcntl.h>, <sys/stat.h>, <sys/param.h>, and <errno.h> needed for the next changes. (Fcall_process) [MSDOS]: Create temporary file for process output. Run the subprocess using `run_msdos_command' instead of forking. Arrange for cleanup to erase temporary file. (Fcall_process) [not subprocesses]: Barf if zero buffer argument. (call_process_cleanup) [MSDOS]: Close and erase temporary file instead of the pid-stuff. (Fcall_process_region) [MSDOS]: Create temporary file in $TMP or $TEMP. (Fchild_setup) [MSDOS]: #if 0, as it is not used. | ||||
| * | Include systty.h. | Richard M. Stallman | 1993-12-25 | 1 | -1/+3 |
| | | | | | (child_setup): Use EMACS_SET_TTY_PGRP. | ||||
| * | (Fcall_process): Call prepare_menu_bars. | Richard M. Stallman | 1993-12-23 | 1 | -2/+8 |
| | | | | | (Fgetenv): One arg is maximum. | ||||
| * | (child_setup): Test SETPGRP_RELEASES_CTTY, not IRIX. | Richard M. Stallman | 1993-11-25 | 1 | -5/+5 |
| | | | | | (init_callproc): Fix previous change. | ||||
| * | (init_callproc): Maybe add ../lib-src to exec-path | Richard M. Stallman | 1993-11-24 | 1 | -10/+47 |
| | | | | | | | and maybe store it in exec-directory. Maybe put ../etc into data-directory. (init_callproc_1): Part of init_callproc is split out. | ||||
| * | (Fcall_process): Clear synch_process_death and | Richard M. Stallman | 1993-11-11 | 1 | -3/+6 |
| | | | | | synch_process_retcode before the vfork. | ||||
| * | Include <paths.h>, not "paths.h". | Roland McGrath | 1993-09-12 | 1 | -1/+1 |
| | | |||||