*** empty log message ***
[bpt/emacs.git] / src / process.c
2007-03-27 Juanma Barranquero(Fformat_network_address): Make room in args array...
2007-03-26 Sam Steingold(sigchld_handler): Delay by 1ms instead of 1s to
2007-03-25 Sam Steingoldrevert the last patch to the original fix: sleep BEFORE...
2007-03-20 YAMAMOTO Mitsuharu(Fmake_network_process) [HAVE_GETADDRINFO]: Clear
2007-03-17 Chong Yidong(Fdelete_process): Properly handle deletion of first...
2007-03-17 Chong Yidong(sigchld_handler): Change type of pid to pid_t. Scan...
2007-03-11 Sam Steingoldtweak 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 MorrisAdd 2007 to copyright years.
2007-01-13 Eli Zaretskii(Fdelete_process, Fprocess_id, sigchld_handler): Copy...
2006-12-27 Kim F. StormFix 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...
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 YidongDoc fix.
2006-06-01 Kim F. Storm2006-06-01 Michaël Cadilhac <michael.cadilhac@lrde...
2006-05-31 Kim F. Storm(select_wrapper): Add wrapper around select to work...
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...
2006-03-22 Kim F. Storm(Faccept_process_output): Fix to comply with lisp refer...
2006-03-11 Romain Francoise(Vprocess_adaptive_read_buffering): Doc fix.
2006-02-25 Stefan Monnier(Fmake_network_process): Init the process's mark.
2006-02-06 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2006-01-12 YAMAMOTO Mitsuharu[HAVE_INTTYPES_H]: Include inttypes.h.
2006-01-05 Kim F. Storm(Fmake_network_process): Use AF_INET instead of
2006-01-04 Eli Zaretskii[WINDOWSNT]: Undef AF_INET6 to disable IPv6 support...
2006-01-04 Kim F. StormAdd IPv6 support.
2005-12-30 Andreas Schwab(Fnetwork_interface_info): Correctly terminate the
2005-11-08 Kim F. Storm(Fsignal_process): Recognize signal names with and
2005-09-30 Dan Nicolaescu* image.c (slurp_file, xbm_read_bitmap_data): Cast...
2005-09-27 Dan Nicolaescu* xlwmenu.c (find_next_selectable):
2005-09-21 YAMAMOTO Mitsuharu(create_process) [RTU || UNIPLUS || DONT_REOPEN_PTY]:
2005-08-15 Kim F. Storm(deactivate_process, status_notify, read_process_output)
2005-08-07 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-07-04 Lute KamstraUpdate FSF's address.
2005-06-23 Juanma Barranquero(Fstop_process, Fcontinue_process): Follow error conven...
2005-06-21 Juanma Barranquero(Fmake_network_process): Fix spellings.
2005-06-10 Juanma Barranquero(syms_of_process) [ADAPTIVE_READ_BUFFERING]: Fix spelli...
2005-06-08 Kim F. Storm* composite.c (compose_chars_in_text):
2005-06-08 Richard M. Stallman(Fstart_process): Don't touch command_channel_p slot.
2005-06-07 Kim F. StormImprove commentary for adaptive read buffering.
2005-05-22 Andreas Schwab(send_process): Move misplaced volatile.
2005-05-22 Andreas Schwab(send_process): Remove misplaced volatile.
2005-05-21 Eli Zaretskii(send_process): Restore the SIGPIPE handler if we catch...
2005-05-14 Richard M. Stallman(send_process_trap): Unblock SIGPIPE.
2005-03-24 Stefan Monnier(Vfile_name_coding_system, Vdefault_file_name_coding_sy...
2005-03-16 YAMAMOTO Mitsuharu(init_process): Change `#ifdef DARWIN' to `#if defined...
2005-01-22 Steven Tamm* s/darwin.h: Removed PTY_ITERATION from here.
2004-12-27 Richard M. Stallman(list_processes_1): Set undo_list instead of calling...
2004-12-15 Jan Djärv* syssignal.h: Declare main_thread.
2004-11-09 Kim F. Storm(Fmake_network_process): Remove unused var 'retry'.
2004-11-09 Kim F. Storm(Fmake_network_process): Remove kludge for interrupted
2004-11-01 Kim F. Storm(connect_wait_mask, num_pending_connects): Only
2004-09-29 Kenichi Handa(send_process): Be sure to free composition data.
2004-08-22 Richard M. Stallman(process_send_signal) [SIGNALS_VIA_CHARACTERS, HAVE_TER...
2004-08-20 Kim F. Storm(wait_reading_process_output): Rename from
2004-08-19 Kim F. Storm* process.c (wait_reading_process_input): Clean up.
2004-08-19 Kim F. Storm(process_send_signal): Use CDISABLE.
2004-08-17 Kim F. Storm(Faccept_process_output): Add arg JUST-THIS-ONE;
2004-08-17 Kim F. Storm(process_send_signal): Fix last change--use
2004-08-16 Richard M. Stallman(process_send_signal) [SIGNALS_VIA_CHARACTERS, HAVE_TER...
2004-08-01 Kim F. Storm(read_process_output): Use whole read buffer.
2004-07-19 Steven TammFixes for Ctrl-G support on carbon, replacing old timeo...
2004-06-13 Richard M. StallmanComment change.
2004-06-06 Kim F. Storm(Fdelete_process): Undo 2004-05-28 change.
2004-05-28 Noah Friedmanprocess.c (Fdelete_process): Do not call remove_process.
2004-05-25 Kim F. Storm(wait_reading_process_input): Check connect_wait_mask
2004-05-13 Kim F. Storm(wait_reading_process_input): Make reentrant.
2004-05-11 Kim F. Storm(read_process_output): Grow decoding_buf when needed;
2004-05-10 Juanma Barranquero(Fstart_process): Fix docstring.
2004-05-08 Juanma Barranquero(Fwaiting_for_user_input_p, Fmake_network_process)
2004-02-06 Kim F. Storm(wait_reading_process_input): Don't do adaptive read
2004-01-27 Jan Djärv* process.c (sigchld_handler): Add comment about not...
2004-01-26 Jan Djärv(sigchld_handler): Set synch_process_termsig
2004-01-21 Stefan Monnier(wait_reading_process_input) [SYNC_INPUT]: Check interr...
2004-01-20 Stefan Monnier(wait_reading_process_input): Lisp_Object/int mixup.
2004-01-06 Kim F. Storm(read_process_output): Only activate adaptive
2004-01-01 Kim F. Storm(ADAPTIVE_READ_BUFFERING): New conditional.
2003-11-16 Jan DjärvRemove period at end of error message.
2003-09-27 Kenichi Handa(send_process): Delete unused temp_buf.
2003-09-23 Kim F. Storm(set_socket_option): Fix :bindtodevice option.
2003-09-23 Dave Love(Fnetwork_interface_info): Use
2003-09-18 Dave Love(Fnetwork_interface_info): Fix type error.
2003-09-17 Kim F. Storm(Fnetwork_interface_list, Fnetwork_interface_info):
2003-09-16 Kim F. Storm(Fset_process_sentinel): Add sentinel to childp plist
2003-09-13 Kim F. Storm[HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h.
2003-09-01 Miles BaderAdd arch taglines
next