summaryrefslogtreecommitdiff
path: root/src/process.c
AgeCommit message (Expand)Author
2007-05-06Undo May 3 change.Richard M. Stallman
2007-05-05(Faccept_process_output): Revert 2006-03-22 change soRichard M. Stallman
2007-04-23(Fstart_process): Doc fix.Richard M. Stallman
2007-04-23(Fstart_process): Doc fix.Eli Zaretskii
2007-03-29(wait_reading_process_output) [HAVE_PTYS]:Kim F. Storm
2007-03-29(Fformat_network_address): Return nil when theJuanma Barranquero
2007-03-27(Fformat_network_address): Make room in args array to format IPv6 addresses.Juanma Barranquero
2007-03-26(sigchld_handler): Delay by 1ms instead of 1s toSam Steingold
2007-03-25revert the last patch to the original fix: sleep BEFORE the first waitSam Steingold
2007-03-20(Fmake_network_process) [HAVE_GETADDRINFO]: ClearYAMAMOTO Mitsuharu
2007-03-17(Fdelete_process): Properly handle deletion of first element ofChong Yidong
2007-03-17(sigchld_handler): Change type of pid to pid_t. Scan deleted_pid_listChong Yidong
2007-03-11tweak last patch: add comment and avoid the first sleepSam Steingold
2007-03-11(sigchld_handler): Sleep before wait3 to avoid a busyloop.Sam Steingold
2007-03-01(send_process_object): Check the process status andKenichi Handa
2007-02-23(send_process_object_unwind): New function.Kenichi Handa
2007-01-21Add 2007 to copyright years.Glenn Morris
2007-01-13(Fdelete_process, Fprocess_id, sigchld_handler): Copy PID into EMACS_INTEli Zaretskii
2006-12-27Fix typo in comment.Kim F. Storm
2006-12-19(Qsignal): Declare here.Kim F. Storm
2006-12-09(Fsignal_process): Doc fix. Use XFLOAT_DATA to extract the process ID fromEli Zaretskii
2006-12-07(parse_signal): Use xstricmp instead of strcasecmp.Kim F. Storm
2006-12-04(parse_signal): Rename macro from handle_signal.Kim F. Storm
2006-12-04(Qsignal): Declare extern.Kim F. Storm
2006-11-12(syms_of_process) <delete-exited-processes>: Doc fix.Juanma Barranquero
2006-10-03(list_processes_1): Run sentinels before removing deadKim F. Storm
2006-09-08(inhibit_sentinels): New variable.Richard M. Stallman
2006-08-05* process.c: Reapply 2006-08-01 change.Chong Yidong
2006-08-03* process.c: Revert last change.Chong Yidong
2006-08-01(wait_reading_process_output_unwind): New function.Kim F. Storm
2006-07-10Doc fix.Chong Yidong
2006-06-012006-06-01 Michaƫl Cadilhac <michael.cadilhac@lrde.org>Kim F. Storm
2006-05-31(select_wrapper): Add wrapper around select to work aroundKim F. Storm
2006-05-08(setup_process_coding_systems): Use system_eol_typeKenichi Handa
2006-04-13(conv_lisp_to_sockaddr): Fix previous change.Richard M. Stallman
2006-04-12(Fprocess_send_eof): Abort if fail to open null device.Richard M. Stallman
2006-04-12(conv_lisp_to_sockaddr): If FAMILY unknown, just return.Richard M. Stallman
2006-04-08* process.h (struct Lisp_Process): Replace Lisp_Objects `pid',Stefan Monnier
2006-03-22(Faccept_process_output): Fix to comply with lisp reference.Kim F. Storm
2006-03-11(Vprocess_adaptive_read_buffering): Doc fix.Romain Francoise
2006-02-25(Fmake_network_process): Init the process's mark.Stefan Monnier
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2006-01-12[HAVE_INTTYPES_H]: Include inttypes.h.YAMAMOTO Mitsuharu
2006-01-05(Fmake_network_process): Use AF_INET instead ofKim F. Storm
2006-01-04[WINDOWSNT]: Undef AF_INET6 to disable IPv6 support for w32.Eli Zaretskii
2006-01-04Add IPv6 support.Kim F. Storm
2005-12-30(Fnetwork_interface_info): Correctly terminate theAndreas Schwab
2005-11-08(Fsignal_process): Recognize signal names with andKim F. Storm
2005-09-30* image.c (slurp_file, xbm_read_bitmap_data): Cast to the correctDan Nicolaescu
2005-09-27* xlwmenu.c (find_next_selectable):Dan Nicolaescu