1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00
Commit graph

27 commits

Author SHA1 Message Date
Jan Djärv
eb37b8fd09 * process.h: Add extern to synch_process_termsig. 2004-01-27 09:40:23 +00:00
Jan Djärv
b0c681e2ef synch_process_termsig new variable. 2004-01-26 23:39:50 +00:00
Kim F. Storm
2ba4be11b7 (struct Lisp_Process): New members for adaptive read
buffering: adaptive_read_buffering, read_output_delay, and
read_output_skip.
2004-01-01 23:33:58 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Jan Djärv
1678225877 Removed subtty, workaround for when TIOCSIGSEND fails. 2003-02-21 18:13:53 +00:00
Kenichi Handa
56533d51c8 (struct Lisp_Process): New member filter_multibyte. 2003-02-10 07:45:13 +00:00
Kim F. Storm
59be51d7f2 (struct Lisp_Process): New member plist replaces old
member private_vars.  All uses changed.
2003-01-14 09:55:00 +00:00
Kim F. Storm
2a061f25b2 (struct Lisp_Process): New member private_vars. 2003-01-12 20:23:45 +00:00
Kim F. Storm
cfa955c26c (struct Lisp_Process): New member log.
Doc fix: Member command used to indicate stopped network process.
Doc fix: Member childp contains plist for network process.
Doc fix: Member kill_without_query is inverse of query-on-exit flag.
2002-03-17 20:16:55 +00:00
Stefan Monnier
8958788972 (EXEC_SUFFIXES): Remove. 2001-10-14 20:16:52 +00:00
Richard M. Stallman
2ba993db41 (struct process): Make inherit_coding_system_flag a Lisp_Object. 1998-04-29 21:47:23 +00:00
Eli Zaretskii
8d051ef1d1 (struct Lisp_Process): Add inherit_coding_system_flag member. 1998-04-19 14:18:01 +00:00
Kenichi Handa
095d64ee6e (struct Lisp_Process): New members decoding_carryover
and encoding_carryover.
1998-01-22 01:26:45 +00:00
Karl Heuer
3b92c4f5bf (struct Lisp_Process): New members
decode_coding_system, decoding_buf, encode_coding_system, and
encoding_buf.
1997-02-20 06:54:35 +00:00
Richard M. Stallman
217666dd8a Comment change. 1996-09-01 23:18:22 +00:00
Karl Heuer
4b3d19094a (synch_process_death, synch_process_retcode): Delete extra declaration. 1996-01-31 22:36:08 +00:00
Erik Naggum
3b7ad313e0 Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
Karl Heuer
8e6208c5d2 Comment fixes. 1996-01-05 10:03:17 +00:00
Karl Heuer
7c938215cd Update GPL to version 2. 1995-06-15 20:42:24 +00:00
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