]> code.delx.au - gnu-emacs/history - src/process.c
*** empty log message ***
[gnu-emacs] / src / process.c
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
2003-07-31 Kenichi Handa(read_process_output): Return the actually read bytes
2003-06-22 Richard M. Stallman(wait_reading_process_input): Don't signal SIGIO in...
2003-06-04 Stefan Monnier(allocate_pty): Revert part of the previous patch.
2003-05-25 Stefan Monnier(allocate_pty): Remove `unused var stb' and
2003-05-17 David Kastrup(read_process_output): Back out change from 2003-03-09.
2003-03-09 David Kastrup(read_process_output): We have allocated enough space
2003-02-21 Jan DjärvRemoved subtty, workaround for when TIOCSIGSEND fails.
2003-02-21 Juanma Barranquero(wait_reading_process_input): Use POLL_INTERRUPTED_SYS_...
2003-02-20 Kenichi Handa(setup_process_coding_systems): If the process's
2003-02-10 Kim F. StormDoc fixes.
2003-02-10 Kenichi Handa(QCfilter_multibyte): New variable.
2003-02-04 Juanma BarranqueroTrailing whitespace deleted.
2003-01-16 Kim F. Storm(set-process-filter): Document unibyte/multibyte-ness...
2003-01-14 Kim F. Storm(Fset_process_plist): Fixed return value.
2003-01-14 Kim F. StormReworked 2003-01-12 change -- call a plist a plist!
2003-01-12 Kim F. Storm(QCvars): New variable.
2003-01-10 Kim F. Storm(Fset_process_contact): New function.
2003-01-08 Kim F. Storm(Fmake_network_process): Convert new port number
2003-01-08 Kim F. Storm(format-network-address): Added optional OMIT-PORT...
2003-01-08 Kim F. Storm(server_accept_connection): Fixed recording of new
2002-11-18 Dave Love(_GNU_SOURCE): Don't define.
2002-11-07 Kim F. Storm(Fformat_network_address): Removed unused locals p...
2002-11-06 Richard M. Stallman(wait_reading_process_input):
2002-10-31 Stefan Monnier(Fformat_network_address): Fix int/Lisp_Object mixup.
2002-10-30 Dave LoveInclude sys/wait.h.
2002-10-28 Kim F. Storm(Fsignal_process): Allow PROCESS to be specified by
2002-10-24 Kim F. Storm(Fformat_network_address): New function.
2002-09-18 Kim F. Storm(make-network-process): Doc fix (there is no network...
next