| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
* | (Fprocess_status): Document connect and failed return values. | Kim F. Storm | 2002-03-01 | 1 | -0/+2 |
* | (Qconnect, Qfailed): New variables. | Kim F. Storm | 2002-02-28 | 1 | -145/+350 |
* | (send_process): Set src_multibyte to 1 after the call | Eli Zaretskii | 2002-01-07 | 1 | -3/+5 |
* | Test GNU_LINUX, not LINUX. | Richard M. Stallman | 2001-12-11 | 1 | -1/+1 |
* | (create_process): Use HAVE_WORKING_VFORK, not HAVE_VFORK. | Paul Eggert | 2001-12-07 | 1 | -4/+4 |
* | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 2001-11-02 | 1 | -39/+39 |
* | (Fstart_process): Add usage to doc-string. | Pavel Janík | 2001-11-02 | 1 | -1/+2 |
* | Don't define max. | Pavel Janík | 2001-10-24 | 1 | -3/+0 |
* | Change doc-string comments to `new style' [w/`doc:' keyword]. | Pavel Janík | 2001-10-20 | 1 | -234/+234 |
* | Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting | Ken Raeburn | 2001-10-16 | 1 | -14/+18 |
* | (process-inherit-coding-system-flag, get-buffer-process): Do not confuse | Pavel Janík | 2001-10-15 | 1 | -4/+4 |
* | Update calls to openp. | Stefan Monnier | 2001-10-12 | 1 | -3/+3 |
* | (send_process): Disable composition if from_byte < 0. | Gerd Moellmann | 2001-09-25 | 1 | -2/+7 |
* | (sigchld_handler) [LINUX]: Don't return from | Gerd Moellmann | 2001-09-24 | 1 | -1/+3 |
* | (sigchld_handler): Use GC_CONSP, GC_INTEGERP, GC_EQ | Gerd Moellmann | 2001-09-20 | 1 | -27/+29 |
* | (read_process_output): Don't call signal_after_change | Gerd Moellmann | 2001-05-16 | 1 | -2/+0 |