Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright for years from Emacs 21 to present (mainly adding | Glenn Morris | 2007-01-14 | 1 | -2/+2 |
| | | | | 2001). | ||||
* | (inhibit_sentinels): Add decl. | Richard M. Stallman | 2006-09-08 | 1 | -0/+4 |
| | |||||
* | Include headers for pid_t. | Stefan Monnier | 2006-04-24 | 1 | -0/+6 |
| | |||||
* | * process.h (struct Lisp_Process): Replace Lisp_Objects `pid', | Stefan Monnier | 2006-04-08 | 1 | -6/+13 |
| | | | | | | | | | | | | | | | | | | `raw_status_high', and `raw_status_low' with plain integers, and move them to the end of the structure. * alloc.c (allocate_process): Use PSEUDOVECSIZE to initialize the pseudovector's size field so only the Lisp_Object fields get GC'd. * process.c (update_status, make_process, Fdelete_process) (Fprocess_status, list_processes_1, start_process_unwind) (create_process, Fmake_network_process, server_accept_connection) (wait_reading_process_output, send_process, Fprocess_running_child_p) (process_send_signal, proc_encode_coding_system, Fprocess_send_eof) (sigchld_handler, status_notify): Adjust to new non-Lisp fields for `pid' and `raw_status'. (Fprocess_id, Fsignal_process): Same, and additionally use floats when representing PIDs that are larger than most-positive-fixnum. | ||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -1/+2 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | Undo previous change. | Richard M. Stallman | 2005-06-08 | 1 | -2/+0 |
| | |||||
* | (struct process): Conditionalize slots adaptive_read_buffering, | Richard M. Stallman | 2005-06-08 | 1 | -3/+3 |
| | | | | | read_output_delay and read_output_skip on ADAPTIVE_READ_BUFFERING. Delete command_channel_p. | ||||
* | * process.h: Add extern to synch_process_termsig. | Jan Djärv | 2004-01-27 | 1 | -1/+1 |
| | |||||
* | synch_process_termsig new variable. | Jan Djärv | 2004-01-26 | 1 | -0/+3 |
| | |||||
* | (struct Lisp_Process): New members for adaptive read | Kim F. Storm | 2004-01-01 | 1 | -0/+12 |
| | | | | | buffering: adaptive_read_buffering, read_output_delay, and read_output_skip. | ||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
| | |||||
* | Removed subtty, workaround for when TIOCSIGSEND fails. | Jan Djärv | 2003-02-21 | 1 | -3/+0 |
| | |||||
* | (struct Lisp_Process): New member filter_multibyte. | Kenichi Handa | 2003-02-10 | 1 | -0/+6 |
| | |||||
* | (struct Lisp_Process): New member plist replaces old | Kim F. Storm | 2003-01-14 | 1 | -2/+2 |
| | | | | member private_vars. All uses changed. | ||||
* | (struct Lisp_Process): New member private_vars. | Kim F. Storm | 2003-01-12 | 1 | -0/+2 |
| | |||||
* | (struct Lisp_Process): New member log. | Kim F. Storm | 2002-03-17 | 1 | -3/+8 |
| | | | | | | 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. | ||||
* | (EXEC_SUFFIXES): Remove. | Stefan Monnier | 2001-10-14 | 1 | -6/+0 |
| | |||||
* | (struct process): Make inherit_coding_system_flag a Lisp_Object. | Richard M. Stallman | 1998-04-29 | 1 | -5/+9 |
| | |||||
* | (struct Lisp_Process): Add inherit_coding_system_flag member. | Eli Zaretskii | 1998-04-19 | 1 | -0/+3 |
| | |||||
* | (struct Lisp_Process): New members decoding_carryover | Kenichi Handa | 1998-01-22 | 1 | -0/+4 |
| | | | | and encoding_carryover. | ||||
* | (struct Lisp_Process): New members | Karl Heuer | 1997-02-20 | 1 | -0/+8 |
| | | | | | decode_coding_system, decoding_buf, encode_coding_system, and encoding_buf. | ||||
* | 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 |