log src/process.c @ 76493:e5e12c57c640

age author description
2007-03-17 Chong Yidong (sigchld_handler): Change type of pid to pid_t. Scan deleted_pid_list
2007-03-11 Sam Steingold tweak last patch: add comment and avoid the first sleep
2007-03-11 Sam Steingold (sigchld_handler): Sleep before wait3 to avoid a busyloop.
2007-03-01 Kenichi Handa (send_process_object): Check the process status and
2007-02-23 Kenichi Handa (send_process_object_unwind): New function.
2007-01-21 Glenn Morris Add 2007 to copyright years.
2007-01-13 Eli Zaretskii (Fdelete_process, Fprocess_id, sigchld_handler): Copy PID into EMACS_INT
2006-12-27 Kim F. Storm Fix typo in comment.
2006-12-19 Kim F. Storm (Qsignal): Declare here.
2006-12-09 Eli Zaretskii (Fsignal_process): Doc fix. Use XFLOAT_DATA to extract the process ID from
2006-12-07 Kim F. Storm (parse_signal): Use xstricmp instead of strcasecmp.
2006-12-04 Kim F. Storm (parse_signal): Rename macro from handle_signal.
2006-12-04 Kim F. Storm (Qsignal): Declare extern.
2006-11-12 Juanma Barranquero (syms_of_process) <delete-exited-processes>: Doc fix.
2006-10-03 Kim F. Storm (list_processes_1): Run sentinels before removing dead
2006-09-08 Richard M. Stallman (inhibit_sentinels): New variable.
2006-08-05 Chong Yidong * process.c: Reapply 2006-08-01 change.
2006-08-03 Chong Yidong * process.c: Revert last change.
2006-08-01 Kim F. Storm (wait_reading_process_output_unwind): New function.
2006-07-10 Chong Yidong Doc fix.
2006-06-01 Kim F. Storm 2006-06-01 Michaƫl Cadilhac <michael.cadilhac@lrde.org>
2006-05-31 Kim F. Storm (select_wrapper): Add wrapper around select to work around
2006-05-08 Kenichi Handa (setup_process_coding_systems): Use system_eol_type
2006-04-13 Richard M. Stallman (conv_lisp_to_sockaddr): Fix previous change.
2006-04-12 Richard M. Stallman (Fprocess_send_eof): Abort if fail to open null device.
2006-04-12 Richard M. Stallman (conv_lisp_to_sockaddr): If FAMILY unknown, just return.
2006-04-08 Stefan Monnier * process.h (struct Lisp_Process): Replace Lisp_Objects `pid',
2006-03-22 Kim F. Storm (Faccept_process_output): Fix to comply with lisp reference.
2006-03-11 Romain Francoise (Vprocess_adaptive_read_buffering): Doc fix.
2006-02-25 Stefan Monnier (Fmake_network_process): Init the process's mark.