log src/process.c @ 53181:8337e648c2b3

age author description
2003-11-16 Jan Djärv Remove 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 Bader Add 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 batch mode.
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ärv Removed subtty, workaround for when TIOCSIGSEND fails.
2003-02-21 Juanma Barranquero (wait_reading_process_input): Use POLL_INTERRUPTED_SYS_CALL, not
2003-02-20 Kenichi Handa (setup_process_coding_systems): If the process's
2003-02-10 Kim F. Storm Doc fixes.
2003-02-10 Kenichi Handa (QCfilter_multibyte): New variable.
2003-02-04 Juanma Barranquero Trailing whitespace deleted.
2003-01-16 Kim F. Storm (set-process-filter): Document unibyte/multibyte-ness of string argument.
2003-01-14 Kim F. Storm (Fset_process_plist): Fixed return value.
2003-01-14 Kim F. Storm Reworked 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 arg. Callers changed.
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, cp, and i.
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 Love Include 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-server-log-function hook).
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 Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
2002-07-12 Richard M. Stallman (process_send_signal): Add abort call.
2002-07-11 Juanma Barranquero Use macro SPECPDL_INDEX.
2002-05-20 Ken Raeburn * process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAME
2002-05-16 Juanma Barranquero Fix 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 Choi Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
2002-04-03 Richard M. Stallman Comment 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 feature and
2002-03-21 Kim F. Storm (QCfeature, QCdatagram): Removed variables.
2002-03-20 Jason Rumney (QCfamily, QCfiler): Remove duplicate declaration and initialization.
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' and `pnamelen' down
2002-03-18 Kim F. Storm Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.