1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 02:31:03 -08:00
Commit graph

8 commits

Author SHA1 Message Date
Richard M. Stallman
776332c4a2 Make size field an EMACS_INT. 1994-12-29 19:56:17 +00:00
Richard M. Stallman
93103d17ba (struct process): New field tty_name. 1994-09-18 20:11:07 +00:00
Karl Heuer
3a22ee3595 Update copyright. 1994-05-04 02:41:09 +00:00
Karl Heuer
b28e2cc6b0 (chan_process): Don't specify size. 1994-03-04 01:08:34 +00:00
Richard M. Stallman
fcf848767b (chan_process, Vprocess_alist): Declared. 1994-03-02 23:37:02 +00:00
Jim Blandy
5437e9f97e New macros NULL_DEVICE and EXEC_SUFFIXES, to give the name of the
equivalent of /dev/null, and the suffixes used by executable
	files.  This is simple, and helps people porting Emacs to other
	operating systems.
	* process.h (NULL_DEVICE): Give this a default value.
	* process.c (Fstart_process): Pass EXEC_SUFFIXES to openp.
	(Fprocess_send_eof): Use NULL_DEVICE instead of "/dev/null".
	* callproc.c (Fcall_process): Pass EXEC_SUFFIXES to openp.
	Use NULL_DEVICE instead of "/dev/null".
1993-03-30 23:05:56 +00:00
Jim Blandy
7a04feb074 entered into RCS 1992-02-11 02:10:29 +00:00
Jim Blandy
92d97f2c7b Initial revision 1991-07-30 08:53:37 +00:00