Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Comment change. | Richard M. Stallman | 1996-09-01 | 1 | -1/+2 |
| | |||||
* | (synch_process_death, synch_process_retcode): Delete extra declaration. | Karl Heuer | 1996-01-31 | 1 | -2/+0 |
| | |||||
* | 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 |
| | |||||
* | Update GPL to version 2. | Karl Heuer | 1995-06-15 | 1 | -1/+1 |
| | |||||
* | Make size field an EMACS_INT. | Richard M. Stallman | 1994-12-29 | 1 | -1/+1 |
| | |||||
* | (struct process): New field tty_name. | Richard M. Stallman | 1994-09-18 | 1 | -0/+2 |
| | |||||
* | Update copyright. | Karl Heuer | 1994-05-04 | 1 | -1/+1 |
| | |||||
* | (chan_process): Don't specify size. | Karl Heuer | 1994-03-04 | 1 | -1/+1 |
| | |||||
* | (chan_process, Vprocess_alist): Declared. | Richard M. Stallman | 1994-03-02 | 1 | -0/+6 |
| | |||||
* | New macros NULL_DEVICE and EXEC_SUFFIXES, to give the name of the | Jim Blandy | 1993-03-30 | 1 | -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 RCS | Jim Blandy | 1992-02-11 | 1 | -0/+5 |
| | |||||
* | Initial revision | Jim Blandy | 1991-07-30 | 1 | -0/+88 |