summaryrefslogtreecommitdiff
path: root/src/process.c
Commit message (Expand)AuthorAgeFilesLines
* (make_process): Initialize kill_without_query struct member.Chong Yidong2008-08-151-0/+1
* (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait forYAMAMOTO Mitsuharu2008-07-171-17/+39
* (wait_reading_process_output): Check for window changes caused by timers.Chong Yidong2008-02-271-1/+3
* Chong Yidong <cyd at stupidchicken.com>Glenn Morris2008-01-101-1/+3
* Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
* (make_process): Initialize pty_flag to Qnil instead of 0YAMAMOTO Mitsuharu2007-12-241-1/+1
* (make_process): Initialize pty_flag to 0.Richard M. Stallman2007-12-031-0/+1
* (list_processes_1): Fix indentation level of theAndreas Schwab2007-11-261-2/+4
* (Fset_process_filter): Doc fix.Juanma Barranquero2007-10-191-1/+1
* (Fmake_network_process): Doc fix.Glenn Morris2007-09-201-1/+3
* Replace `iff' in comments.Glenn Morris2007-08-081-6/+6
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* Undo May 3 change.Richard M. Stallman2007-05-061-6/+6
* (Faccept_process_output): Revert 2006-03-22 change soRichard M. Stallman2007-05-051-6/+6
* (Fstart_process): Doc fix.Richard M. Stallman2007-04-231-3/+4
* (Fstart_process): Doc fix.Eli Zaretskii2007-04-231-6/+11
* (wait_reading_process_output) [HAVE_PTYS]:Kim F. Storm2007-03-291-10/+11
* (Fformat_network_address): Return nil when theJuanma Barranquero2007-03-291-2/+14
* (Fformat_network_address): Make room in args array to format IPv6 addresses.Juanma Barranquero2007-03-271-2/+1
* (sigchld_handler): Delay by 1ms instead of 1s toSam Steingold2007-03-261-1/+1
* revert the last patch to the original fix: sleep BEFORE the first waitSam Steingold2007-03-251-8/+8
* (Fmake_network_process) [HAVE_GETADDRINFO]: ClearYAMAMOTO Mitsuharu2007-03-201-3/+7
* (Fdelete_process): Properly handle deletion of first element ofChong Yidong2007-03-171-13/+16
* (sigchld_handler): Change type of pid to pid_t. Scan deleted_pid_listChong Yidong2007-03-171-5/+9
* tweak last patch: add comment and avoid the first sleepSam Steingold2007-03-111-7/+10
* (sigchld_handler): Sleep before wait3 to avoid a busyloop.Sam Steingold2007-03-111-0/+1
* (send_process_object): Check the process status andKenichi Handa2007-03-011-1/+9
* (send_process_object_unwind): New function.Kenichi Handa2007-02-231-12/+79
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (Fdelete_process, Fprocess_id, sigchld_handler): Copy PID into EMACS_INTEli Zaretskii2007-01-131-6/+12
* Fix typo in comment.Kim F. Storm2006-12-271-1/+1
* (Qsignal): Declare here.Kim F. Storm2006-12-191-2/+3
* (Fsignal_process): Doc fix. Use XFLOAT_DATA to extract the process ID fromEli Zaretskii2006-12-091-2/+2
* (parse_signal): Use xstricmp instead of strcasecmp.Kim F. Storm2006-12-071-2/+2
* (parse_signal): Rename macro from handle_signal.Kim F. Storm2006-12-041-40/+40
* (Qsignal): Declare extern.Kim F. Storm2006-12-041-3/+9
* (syms_of_process) <delete-exited-processes>: Doc fix.Juanma Barranquero2006-11-121-1/+1
* (list_processes_1): Run sentinels before removing deadKim F. Storm2006-10-031-2/+5
* (inhibit_sentinels): New variable.Richard M. Stallman2006-09-081-6/+15
* * process.c: Reapply 2006-08-01 change.Chong Yidong2006-08-051-6/+12
* * process.c: Revert last change.Chong Yidong2006-08-031-12/+6
* (wait_reading_process_output_unwind): New function.Kim F. Storm2006-08-011-4/+12
* Doc fix.Chong Yidong2006-07-101-2/+2
* 2006-06-01 Michaƫl Cadilhac <michael.cadilhac@lrde.org>Kim F. Storm2006-06-011-8/+57
* (select_wrapper): Add wrapper around select to work aroundKim F. Storm2006-05-311-0/+19
* (setup_process_coding_systems): Use system_eol_typeKenichi Handa2006-05-081-0/+12
* (conv_lisp_to_sockaddr): Fix previous change.Richard M. Stallman2006-04-131-5/+8
* (Fprocess_send_eof): Abort if fail to open null device.Richard M. Stallman2006-04-121-0/+2
* (conv_lisp_to_sockaddr): If FAMILY unknown, just return.Richard M. Stallman2006-04-121-1/+4
* * process.h (struct Lisp_Process): Replace Lisp_Objects `pid',Stefan Monnier2006-04-081-46/+50