aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
Commit message (Expand)AuthorAgeFilesLines
* (_GNU_SOURCE): Don't define.Dave Love2002-11-181-1/+0
* (Fformat_network_address): Removed unused locals p, cp, and i.Kim F. Storm2002-11-071-4/+0
* (wait_reading_process_input):Richard M. Stallman2002-11-061-2/+4
* (Fformat_network_address): Fix int/Lisp_Object mixup.Stefan Monnier2002-10-311-6/+6
* Include sys/wait.h.Dave Love2002-10-301-0/+7
* (Fsignal_process): Allow PROCESS to be specified byKim F. Storm2002-10-281-6/+38
* (Fformat_network_address): New function.Kim F. Storm2002-10-241-13/+76
* (make-network-process): Doc fix (there is no network-server-log-function hook).Kim F. Storm2002-09-181-3/+2
* (wait_reading_process_input, both versions):Richard M. Stallman2002-09-121-1/+5
* (Fstart_process): Remove /: from program name.Richard M. Stallman2002-08-241-6/+14
* * process.c (status_message): Use SSET.Ken Raeburn2002-07-161-1/+1
* (create_process): Test USG_SUBTTY_WORKS.Richard M. Stallman2002-07-161-16/+19
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-66/+66
* (process_send_signal): Add abort call.Richard M. Stallman2002-07-121-1/+3
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-111-5/+5
* * process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAMEKen Raeburn2002-05-201-3/+3
* Fix typo.Juanma Barranquero2002-05-161-1/+1
* (init_process): Only add server subfeature if we canJason Rumney2002-05-041-1/+1
* (Fmake_network_process): Only support server socketsJason Rumney2002-05-031-1/+3
* (Fstart_process): Update call to openp.Stefan Monnier2002-04-301-1/+1
* Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-261-0/+13
* Comment change.Richard M. Stallman2002-04-031-1/+2
* (DATAGRAM_CONN_P, list_processes_1)Stefan Monnier2002-04-011-8/+8
* (DATAGRAM_CONN_P): Make sure PROC is really a process.Miles Bader2002-03-281-1/+1
* (set-network-process-options): Add usage.Pavel Janík2002-03-271-3/+5
* (init_process): Only provide make-network-process feature andKim F. Storm2002-03-211-16/+19
* (QCfeature, QCdatagram): Removed variables.Kim F. Storm2002-03-211-121/+72
* (QCfamily, QCfiler): Remove duplicate declaration and initialization.Jason Rumney2002-03-201-6/+6
* (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr): Don'tEli Zaretskii2002-03-201-7/+7
* (wait_reading_process_input): Move variables `pname' and `pnamelen' downPavel Janík2002-03-181-11/+14
* Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.Kim F. Storm2002-03-181-9/+1
* (Fmake_network_process): Remove unused variable `sa'.Pavel Janík2002-03-181-4/+4
* (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)Kim F. Storm2002-03-171-274/+1630
* (Fopen_network_stream): Always call turn_on_atimers around connect.Kim F. Storm2002-03-031-4/+2
* (Fopen_network_stream): Use GCPRO6.Kim F. Storm2002-03-011-5/+4
* (Fprocess_status): Document connect and failed return values.Kim F. Storm2002-03-011-0/+2
* (Qconnect, Qfailed): New variables.Kim F. Storm2002-02-281-145/+350
* (send_process): Set src_multibyte to 1 after the callEli Zaretskii2002-01-071-3/+5
* Test GNU_LINUX, not LINUX.Richard M. Stallman2001-12-111-1/+1
* (create_process): Use HAVE_WORKING_VFORK, not HAVE_VFORK.Paul Eggert2001-12-071-4/+4
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-39/+39
* (Fstart_process): Add usage to doc-string.Pavel Janík2001-11-021-1/+2
* Don't define max.Pavel Janík2001-10-241-3/+0
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-10-201-234/+234
* Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn2001-10-161-14/+18
* (process-inherit-coding-system-flag, get-buffer-process): Do not confusePavel Janík2001-10-151-4/+4
* Update calls to openp.Stefan Monnier2001-10-121-3/+3
* (send_process): Disable composition if from_byte < 0.Gerd Moellmann2001-09-251-2/+7
* (sigchld_handler) [LINUX]: Don't return fromGerd Moellmann2001-09-241-1/+3
* (sigchld_handler): Use GC_CONSP, GC_INTEGERP, GC_EQGerd Moellmann2001-09-201-27/+29