| Commit message (Expand) | Author | Age | Files | Lines |
| * | (read_process_output): We have allocated enough space | David Kastrup | 2003-03-09 | 1 | -3/+3 |
| * | Removed subtty, workaround for when TIOCSIGSEND fails. | Jan Djärv | 2003-02-21 | 1 | -26/+45 |
| * | (wait_reading_process_input): Use POLL_INTERRUPTED_SYS_CALL, not | Juanma Barranquero | 2003-02-21 | 1 | -4/+4 |
| * | (setup_process_coding_systems): If the process's | Kenichi Handa | 2003-02-20 | 1 | -0/+3 |
| * | Doc fixes. | Kim F. Storm | 2003-02-10 | 1 | -9/+9 |
| * | (QCfilter_multibyte): New variable. | Kenichi Handa | 2003-02-10 | 1 | -43/+101 |
| * | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -72/+72 |
| * | (set-process-filter): Document unibyte/multibyte-ness of string argument. | Kim F. Storm | 2003-01-16 | 1 | -3/+11 |
| * | (Fset_process_plist): Fixed return value. | Kim F. Storm | 2003-01-14 | 1 | -1/+2 |
| * | Reworked 2003-01-12 change -- call a plist a plist! | Kim F. Storm | 2003-01-14 | 1 | -35/+23 |
| * | (QCvars): New variable. | Kim F. Storm | 2003-01-12 | 1 | -13/+39 |
| * | (Fset_process_contact): New function. | Kim F. Storm | 2003-01-10 | 1 | -1/+24 |
| * | (Fmake_network_process): Convert new port number | Kim F. Storm | 2003-01-08 | 1 | -1/+1 |
| * | (format-network-address): Added optional OMIT-PORT arg. Callers changed. | Kim F. Storm | 2003-01-08 | 1 | -14/+23 |
| * | (server_accept_connection): Fixed recording of new | Kim F. Storm | 2003-01-08 | 1 | -1/+11 |
| * | (_GNU_SOURCE): Don't define. | Dave Love | 2002-11-18 | 1 | -1/+0 |
| * | (Fformat_network_address): Removed unused locals p, cp, and i. | Kim F. Storm | 2002-11-07 | 1 | -4/+0 |
| * | (wait_reading_process_input): | Richard M. Stallman | 2002-11-06 | 1 | -2/+4 |
| * | (Fformat_network_address): Fix int/Lisp_Object mixup. | Stefan Monnier | 2002-10-31 | 1 | -6/+6 |
| * | Include sys/wait.h. | Dave Love | 2002-10-30 | 1 | -0/+7 |
| * | (Fsignal_process): Allow PROCESS to be specified by | Kim F. Storm | 2002-10-28 | 1 | -6/+38 |
| * | (Fformat_network_address): New function. | Kim F. Storm | 2002-10-24 | 1 | -13/+76 |
| * | (make-network-process): Doc fix (there is no network-server-log-function hook). | Kim F. Storm | 2002-09-18 | 1 | -3/+2 |
| * | (wait_reading_process_input, both versions): | Richard M. Stallman | 2002-09-12 | 1 | -1/+5 |
| * | (Fstart_process): Remove /: from program name. | Richard M. Stallman | 2002-08-24 | 1 | -6/+14 |
| * | * process.c (status_message): Use SSET. | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
| * | (create_process): Test USG_SUBTTY_WORKS. | Richard M. Stallman | 2002-07-16 | 1 | -16/+19 |
| * | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -66/+66 |
| * | (process_send_signal): Add abort call. | Richard M. Stallman | 2002-07-12 | 1 | -1/+3 |
| * | Use macro SPECPDL_INDEX. | Juanma Barranquero | 2002-07-11 | 1 | -5/+5 |
| * | * process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAME | Ken Raeburn | 2002-05-20 | 1 | -3/+3 |
| * | Fix typo. | Juanma Barranquero | 2002-05-16 | 1 | -1/+1 |
| * | (init_process): Only add server subfeature if we can | Jason Rumney | 2002-05-04 | 1 | -1/+1 |
| * | (Fmake_network_process): Only support server sockets | Jason Rumney | 2002-05-03 | 1 | -1/+3 |
| * | (Fstart_process): Update call to openp. | Stefan Monnier | 2002-04-30 | 1 | -1/+1 |
| * | Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog, | Andrew Choi | 2002-04-26 | 1 | -0/+13 |
| * | Comment change. | Richard M. Stallman | 2002-04-03 | 1 | -1/+2 |
| * | (DATAGRAM_CONN_P, list_processes_1) | Stefan Monnier | 2002-04-01 | 1 | -8/+8 |
| * | (DATAGRAM_CONN_P): Make sure PROC is really a process. | Miles Bader | 2002-03-28 | 1 | -1/+1 |
| * | (set-network-process-options): Add usage. | Pavel Janík | 2002-03-27 | 1 | -3/+5 |
| * | (init_process): Only provide make-network-process feature and | Kim F. Storm | 2002-03-21 | 1 | -16/+19 |
| * | (QCfeature, QCdatagram): Removed variables. | Kim F. Storm | 2002-03-21 | 1 | -121/+72 |
| * | (QCfamily, QCfiler): Remove duplicate declaration and initialization. | Jason Rumney | 2002-03-20 | 1 | -6/+6 |
| * | (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr): Don't | Eli Zaretskii | 2002-03-20 | 1 | -7/+7 |
| * | (wait_reading_process_input): Move variables `pname' and `pnamelen' down | Pavel Janík | 2002-03-18 | 1 | -11/+14 |
| * | Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H. | Kim F. Storm | 2002-03-18 | 1 | -9/+1 |
| * | (Fmake_network_process): Remove unused variable `sa'. | Pavel Janík | 2002-03-18 | 1 | -4/+4 |
| * | (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily) | Kim F. Storm | 2002-03-17 | 1 | -274/+1630 |
| * | (Fopen_network_stream): Always call turn_on_atimers around connect. | Kim F. Storm | 2002-03-03 | 1 | -4/+2 |
| * | (Fopen_network_stream): Use GCPRO6. | Kim F. Storm | 2002-03-01 | 1 | -5/+4 |