aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.h
Commit message (Collapse)AuthorAgeFilesLines
* (struct process): Make inherit_coding_system_flag a Lisp_Object.Richard M. Stallman1998-04-291-5/+9
|
* (struct Lisp_Process): Add inherit_coding_system_flag member.Eli Zaretskii1998-04-191-0/+3
|
* (struct Lisp_Process): New members decoding_carryoverKenichi Handa1998-01-221-0/+4
| | | | and encoding_carryover.
* (struct Lisp_Process): New membersKarl Heuer1997-02-201-0/+8
| | | | | decode_coding_system, decoding_buf, encode_coding_system, and encoding_buf.
* Comment change.Richard M. Stallman1996-09-011-1/+2
|
* (synch_process_death, synch_process_retcode): Delete extra declaration.Karl Heuer1996-01-311-2/+0
|
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
|
* Comment fixes.Karl Heuer1996-01-051-1/+1
|
* Update GPL to version 2.Karl Heuer1995-06-151-1/+1
|
* Make size field an EMACS_INT.Richard M. Stallman1994-12-291-1/+1
|
* (struct process): New field tty_name.Richard M. Stallman1994-09-181-0/+2
|
* Update copyright.Karl Heuer1994-05-041-1/+1
|
* (chan_process): Don't specify size.Karl Heuer1994-03-041-1/+1
|
* (chan_process, Vprocess_alist): Declared.Richard M. Stallman1994-03-021-0/+6
|
* New macros NULL_DEVICE and EXEC_SUFFIXES, to give the name of theJim Blandy1993-03-301-0/+11
| | | | | | | | | | | 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".
* entered into RCSJim Blandy1992-02-111-0/+5
|
* Initial revisionJim Blandy1991-07-301-0/+88