| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
* | (wait_reading_process_input): Call | Gerd Moellmann | 2001-04-25 | 1 | -1/+5 |
* | (wait_reading_process_input) [!subprocesses]: Don't | Eli Zaretskii | 2001-04-21 | 1 | -19/+5 |
* | (wait_reading_process_input): Call | Gerd Moellmann | 2001-04-19 | 1 | -10/+46 |
* | (Fset_process_window_size): Fix a typo. | Gerd Moellmann | 2001-03-08 | 1 | -1/+1 |
* | (Fset_process_filter): Don't crash if the input | Gerd Moellmann | 2001-03-07 | 1 | -11/+29 |
* | (make_process): Use allocate_process. | Gerd Moellmann | 2001-02-28 | 1 | -7/+2 |
* | Call redisplay_preserve_echo_area with additional arg. | Gerd Moellmann | 2001-01-16 | 1 | -7/+7 |
* | (wait_reading_process_input): Check for pending | Gerd Moellmann | 2000-12-18 | 1 | -18/+20 |
* | (read_process_output): Don't run a filter if the code | Kenichi Handa | 2000-12-18 | 1 | -5/+6 |
* | (read_process_output): Make sure the process marker's | Gerd Moellmann | 2000-12-07 | 1 | -1/+9 |
* | (send_process): If OBJECT is t, it means that the data | Kenichi Handa | 2000-10-25 | 1 | -12/+20 |
* | (read_process_output): Cancel previous change. | Kenichi Handa | 2000-10-11 | 1 | -4/+4 |