]> git.eshelyaron.com Git - emacs.git/commit
(syms_of_callproc) [MSDOS]: New lisp variable: binary-process.
authorRichard M. Stallman <rms@gnu.org>
Sat, 8 Jan 1994 09:21:13 +0000 (09:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 8 Jan 1994 09:21:13 +0000 (09:21 +0000)
commit7e6c2178ef8c158c5625bc460240482377659e6a
tree69577af9b03e28aa68cfa8f32ee47caeab98c604
parent3680bdc6ffed16f2dd713552f8e9d40abf544f8b
(syms_of_callproc) [MSDOS]: New lisp variable: binary-process.
(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.
src/callproc.c