Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-483
[bpt/emacs.git] / src / process.c
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...
2002-09-12 Richard M. Stallman(wait_reading_process_input, both versions):
2002-08-24 Richard M. Stallman(Fstart_process): Remove /: from program name.
2002-07-16 Ken Raeburn* process.c (status_message): Use SSET.
2002-07-16 Richard M. Stallman(create_process): Test USG_SUBTTY_WORKS.
2002-07-15 Ken RaeburnMost uses of XSTRING combined with STRING_BYTES or...
2002-07-12 Richard M. Stallman(process_send_signal): Add abort call.
2002-07-11 Juanma BarranqueroUse macro SPECPDL_INDEX.
2002-05-20 Ken Raeburn* process.c (set_socket_options, Fsignal_process):...
2002-05-16 Juanma BarranqueroFix typo.
2002-05-04 Jason Rumney(init_process): Only add server subfeature if we can
2002-05-03 Jason Rumney(Fmake_network_process): Only support server sockets
2002-04-30 Stefan Monnier(Fstart_process): Update call to openp.
2002-04-26 Andrew ChoiPatch for building Emacs on Mac OS X. April 26, 2002...
2002-04-03 Richard M. StallmanComment change.
2002-04-01 Stefan Monnier(DATAGRAM_CONN_P, list_processes_1)
2002-03-28 Miles Bader(DATAGRAM_CONN_P): Make sure PROC is really a process.
2002-03-27 Pavel Janík(set-network-process-options): Add usage.
2002-03-21 Kim F. Storm(init_process): Only provide make-network-process featu...
2002-03-21 Kim F. Storm(QCfeature, QCdatagram): Removed variables.
2002-03-20 Jason Rumney(QCfamily, QCfiler): Remove duplicate declaration and...
2002-03-20 Eli Zaretskii(conv_sockaddr_to_lisp, conv_lisp_to_sockaddr): Don't
2002-03-18 Pavel Janík(wait_reading_process_input): Move variables `pname...
2002-03-18 Kim F. StormDefine HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
2002-03-18 Pavel Janík(Fmake_network_process): Remove unused variable `sa'.
2002-03-17 Kim F. Storm(Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
2002-03-03 Kim F. Storm(Fopen_network_stream): Always call turn_on_atimers...
2002-03-01 Kim F. Storm(Fopen_network_stream): Use GCPRO6.
2002-03-01 Kim F. Storm(Fprocess_status): Document connect and failed return...
2002-02-28 Kim F. Storm(Qconnect, Qfailed): New variables.
2002-01-07 Eli Zaretskii(send_process): Set src_multibyte to 1 after the call
2001-12-11 Richard M. StallmanTest GNU_LINUX, not LINUX.
2001-12-07 Paul Eggert(create_process): Use HAVE_WORKING_VFORK, not HAVE_VFORK.
2001-11-02 Pavel JaníkUpdate usage of CHECK_ macros (remove unused second...
2001-11-02 Pavel Janík(Fstart_process): Add usage to doc-string.
2001-10-24 Pavel JaníkDon't define max.
2001-10-20 Pavel JaníkChange doc-string comments to `new style' [w/`doc:...
2001-10-16 Ken RaeburnAvoid (most) uses of XCAR/XCDR as lvalues, for flexibil...
2001-10-15 Pavel Janík(process-inherit-coding-system-flag, get-buffer-process...
2001-10-12 Stefan MonnierUpdate calls to openp.
2001-09-25 Gerd Moellmann(send_process): Disable composition if from_byte < 0.
2001-09-24 Gerd Moellmann(sigchld_handler) [LINUX]: Don't return from
2001-09-20 Gerd Moellmann(sigchld_handler): Use GC_CONSP, GC_INTEGERP, GC_EQ
2001-05-16 Gerd Moellmann(read_process_output): Don't call signal_after_change
2001-04-25 Gerd Moellmann(wait_reading_process_input): Call
2001-04-21 Eli Zaretskii(wait_reading_process_input) [!subprocesses]: Don't
2001-04-19 Gerd Moellmann(wait_reading_process_input): Call
next