summaryrefslogtreecommitdiff
path: root/src/process.c
AgeCommit message (Expand)Author
2002-09-12(wait_reading_process_input, both versions):Richard M. Stallman
2002-08-24(Fstart_process): Remove /: from program name.Richard M. Stallman
2002-07-16* process.c (status_message): Use SSET.Ken Raeburn
2002-07-16(create_process): Test USG_SUBTTY_WORKS.Richard M. Stallman
2002-07-15Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn
2002-07-12(process_send_signal): Add abort call.Richard M. Stallman
2002-07-11Use macro SPECPDL_INDEX.Juanma Barranquero
2002-05-20* process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAMEKen Raeburn
2002-05-17*** empty log message ***Dave Love
2002-05-16Fix typo.Juanma Barranquero
2002-05-04(init_process): Only add server subfeature if we canJason Rumney
2002-05-03(Fmake_network_process): Only support server socketsJason Rumney
2002-04-30(Fstart_process): Update call to openp.Stefan Monnier
2002-04-26Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi
2002-04-03Comment change.Richard M. Stallman
2002-04-01(DATAGRAM_CONN_P, list_processes_1)Stefan Monnier
2002-03-28(DATAGRAM_CONN_P): Make sure PROC is really a process.Miles Bader
2002-03-27(set-network-process-options): Add usage.Pavel Janík
2002-03-21(init_process): Only provide make-network-process feature andKim F. Storm
2002-03-21(QCfeature, QCdatagram): Removed variables.Kim F. Storm
2002-03-20(QCfamily, QCfiler): Remove duplicate declaration and initialization.Jason Rumney
2002-03-20(conv_sockaddr_to_lisp, conv_lisp_to_sockaddr): Don'tEli Zaretskii
2002-03-18(wait_reading_process_input): Move variables `pname' and `pnamelen' downPavel Janík
2002-03-18Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.Kim F. Storm
2002-03-18(Fmake_network_process): Remove unused variable `sa'.Pavel Janík
2002-03-17(Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)Kim F. Storm
2002-03-03(Fopen_network_stream): Always call turn_on_atimers around connect.Kim F. Storm
2002-03-01(Fopen_network_stream): Use GCPRO6.Kim F. Storm
2002-03-01Include "character.h" instead of "charset.h".Kenichi Handa
2002-03-01(Fprocess_status): Document connect and failed return values.Kim F. Storm
2002-02-28(Qconnect, Qfailed): New variables.Kim F. Storm
2002-01-07(send_process): Set src_multibyte to 1 after the callEli Zaretskii
2001-12-11Test GNU_LINUX, not LINUX.Richard M. Stallman
2001-12-07(create_process): Use HAVE_WORKING_VFORK, not HAVE_VFORK.Paul Eggert
2001-11-02Update usage of CHECK_ macros (remove unused second argument).Pavel Janík
2001-11-02(Fstart_process): Add usage to doc-string.Pavel Janík
2001-10-24Don't define max.Pavel Janík
2001-10-20Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík
2001-10-16Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn
2001-10-15(process-inherit-coding-system-flag, get-buffer-process): Do not confusePavel Janík
2001-10-12Update calls to openp.Stefan Monnier
2001-09-25(send_process): Disable composition if from_byte < 0.Gerd Moellmann
2001-09-24(sigchld_handler) [LINUX]: Don't return fromGerd Moellmann
2001-09-20(sigchld_handler): Use GC_CONSP, GC_INTEGERP, GC_EQGerd Moellmann
2001-05-16(read_process_output): Don't call signal_after_changeGerd Moellmann
2001-04-25(wait_reading_process_input): CallGerd Moellmann
2001-04-21(wait_reading_process_input) [!subprocesses]: Don'tEli Zaretskii
2001-04-19(wait_reading_process_input): CallGerd Moellmann
2001-03-08(Fset_process_window_size): Fix a typo.Gerd Moellmann
2001-03-07(Fset_process_filter): Don't crash if the inputGerd Moellmann