aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-03-29(wait_reading_process_output) [HAVE_PTYS]:Kim F. Storm1-10/+11
2007-03-29(Fformat_network_address): Return nil when theJuanma Barranquero1-2/+14
2007-03-27(Fformat_network_address): Make room in args array to format IPv6 addresses.Juanma Barranquero1-2/+1
2007-03-26(sigchld_handler): Delay by 1ms instead of 1s toSam Steingold1-1/+1
2007-03-25revert the last patch to the original fix: sleep BEFORE the first waitSam Steingold1-8/+8
2007-03-20(Fmake_network_process) [HAVE_GETADDRINFO]: ClearYAMAMOTO Mitsuharu1-3/+7
2007-03-17(Fdelete_process): Properly handle deletion of first element ofChong Yidong1-13/+16
2007-03-17(sigchld_handler): Change type of pid to pid_t. Scan deleted_pid_listChong Yidong1-5/+9
2007-03-11tweak last patch: add comment and avoid the first sleepSam Steingold1-7/+10
2007-03-11(sigchld_handler): Sleep before wait3 to avoid a busyloop.Sam Steingold1-0/+1
2007-03-01(send_process_object): Check the process status andKenichi Handa1-1/+9
2007-02-23(send_process_object_unwind): New function.Kenichi Handa1-12/+79
2007-01-21Add 2007 to copyright years.Glenn Morris1-1/+1
2007-01-13(Fdelete_process, Fprocess_id, sigchld_handler): Copy PID into EMACS_INTEli Zaretskii1-6/+12
2006-12-27Fix typo in comment.Kim F. Storm1-1/+1
2006-12-19(Qsignal): Declare here.Kim F. Storm1-2/+3
2006-12-09(Fsignal_process): Doc fix. Use XFLOAT_DATA to extract the process ID fromEli Zaretskii1-2/+2
2006-12-07(parse_signal): Use xstricmp instead of strcasecmp.Kim F. Storm1-2/+2
2006-12-04(parse_signal): Rename macro from handle_signal.Kim F. Storm1-40/+40
2006-12-04(Qsignal): Declare extern.Kim F. Storm1-3/+9
2006-11-12(syms_of_process) <delete-exited-processes>: Doc fix.Juanma Barranquero1-1/+1
2006-10-03(list_processes_1): Run sentinels before removing deadKim F. Storm1-2/+5
2006-09-08(inhibit_sentinels): New variable.Richard M. Stallman1-6/+15
2006-08-05* process.c: Reapply 2006-08-01 change.Chong Yidong1-6/+12
2006-08-03* process.c: Revert last change.Chong Yidong1-12/+6
2006-08-01(wait_reading_process_output_unwind): New function.Kim F. Storm1-4/+12
2006-07-10Doc fix.Chong Yidong1-2/+2
2006-06-012006-06-01 Michaƫl Cadilhac <michael.cadilhac@lrde.org>Kim F. Storm1-8/+57
2006-05-31(select_wrapper): Add wrapper around select to work aroundKim F. Storm1-0/+19
2006-05-08(setup_process_coding_systems): Use system_eol_typeKenichi Handa1-0/+12
2006-04-13(conv_lisp_to_sockaddr): Fix previous change.Richard M. Stallman1-5/+8
2006-04-12(Fprocess_send_eof): Abort if fail to open null device.Richard M. Stallman1-0/+2
2006-04-12(conv_lisp_to_sockaddr): If FAMILY unknown, just return.Richard M. Stallman1-1/+4
2006-04-08* process.h (struct Lisp_Process): Replace Lisp_Objects `pid',Stefan Monnier1-46/+50
2006-03-22(Faccept_process_output): Fix to comply with lisp reference.Kim F. Storm1-38/+36
2006-03-11(Vprocess_adaptive_read_buffering): Doc fix.Romain Francoise1-1/+1
2006-02-25(Fmake_network_process): Init the process's mark.Stefan Monnier1-1/+7
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen1-1/+1
2006-01-12[HAVE_INTTYPES_H]: Include inttypes.h.YAMAMOTO Mitsuharu1-3/+10
2006-01-05(Fmake_network_process): Use AF_INET instead ofKim F. Storm1-1/+1
2006-01-04[WINDOWSNT]: Undef AF_INET6 to disable IPv6 support for w32.Eli Zaretskii1-0/+8
2006-01-04Add IPv6 support.Kim F. Storm1-20/+134
2005-12-30(Fnetwork_interface_info): Correctly terminate theAndreas Schwab1-1/+1
2005-11-08(Fsignal_process): Recognize signal names with andKim F. Storm1-30/+33
2005-09-30* image.c (slurp_file, xbm_read_bitmap_data): Cast to the correctDan Nicolaescu1-1/+1
2005-09-27* xlwmenu.c (find_next_selectable):Dan Nicolaescu1-1/+0
2005-09-21(create_process) [RTU || UNIPLUS || DONT_REOPEN_PTY]:YAMAMOTO Mitsuharu1-0/+8
2005-08-15(deactivate_process, status_notify, read_process_output)Kim F. Storm1-28/+37
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen1-2/+3
2005-07-04Update FSF's address.Lute Kamstra1-2/+2