aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (unfollow)
Commit message (Expand)AuthorFilesLines
2002-05-20* process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAMEKen Raeburn1-3/+3
2002-05-16Fix typo.Juanma Barranquero1-1/+1
2002-05-04(init_process): Only add server subfeature if we canJason Rumney1-1/+1
2002-05-03(Fmake_network_process): Only support server socketsJason Rumney1-1/+3
2002-04-30(Fstart_process): Update call to openp.Stefan Monnier1-1/+1
2002-04-26Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi1-0/+13
2002-04-03Comment change.Richard M. Stallman1-1/+2
2002-04-01(DATAGRAM_CONN_P, list_processes_1)Stefan Monnier1-8/+8
2002-03-28(DATAGRAM_CONN_P): Make sure PROC is really a process.Miles Bader1-1/+1
2002-03-27(set-network-process-options): Add usage.Pavel Janík1-3/+5
2002-03-21(init_process): Only provide make-network-process feature andKim F. Storm1-16/+19
2002-03-21(QCfeature, QCdatagram): Removed variables.Kim F. Storm1-121/+72
2002-03-20(QCfamily, QCfiler): Remove duplicate declaration and initialization.Jason Rumney1-6/+6
2002-03-20(conv_sockaddr_to_lisp, conv_lisp_to_sockaddr): Don'tEli Zaretskii1-7/+7
2002-03-18(wait_reading_process_input): Move variables `pname' and `pnamelen' downPavel Janík1-11/+14
2002-03-18Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.Kim F. Storm1-9/+1
2002-03-18(Fmake_network_process): Remove unused variable `sa'.Pavel Janík1-4/+4
2002-03-17(Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)Kim F. Storm1-274/+1630
2002-03-03(Fopen_network_stream): Always call turn_on_atimers around connect.Kim F. Storm1-4/+2
2002-03-01(Fopen_network_stream): Use GCPRO6.Kim F. Storm1-5/+4
2002-03-01(Fprocess_status): Document connect and failed return values.Kim F. Storm1-0/+2
2002-02-28(Qconnect, Qfailed): New variables.Kim F. Storm1-145/+350
2002-01-07(send_process): Set src_multibyte to 1 after the callEli Zaretskii1-3/+5
2001-12-11Test GNU_LINUX, not LINUX.Richard M. Stallman1-1/+1
2001-12-07(create_process): Use HAVE_WORKING_VFORK, not HAVE_VFORK.Paul Eggert1-4/+4
2001-11-02Update usage of CHECK_ macros (remove unused second argument).Pavel Janík1-39/+39
2001-11-02(Fstart_process): Add usage to doc-string.Pavel Janík1-1/+2
2001-10-24Don't define max.Pavel Janík1-3/+0
2001-10-20Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík1-234/+234
2001-10-16Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn1-14/+18
2001-10-15(process-inherit-coding-system-flag, get-buffer-process): Do not confusePavel Janík1-4/+4
2001-10-12Update calls to openp.Stefan Monnier1-3/+3
2001-09-25(send_process): Disable composition if from_byte < 0.Gerd Moellmann1-2/+7
2001-09-24(sigchld_handler) [LINUX]: Don't return fromGerd Moellmann1-1/+3
2001-09-20(sigchld_handler): Use GC_CONSP, GC_INTEGERP, GC_EQGerd Moellmann1-27/+29
2001-05-16(read_process_output): Don't call signal_after_changeGerd Moellmann1-2/+0
2001-04-25(wait_reading_process_input): CallGerd Moellmann1-1/+5
2001-04-21(wait_reading_process_input) [!subprocesses]: Don'tEli Zaretskii1-19/+5
2001-04-19(wait_reading_process_input): CallGerd Moellmann1-10/+46
2001-03-08(Fset_process_window_size): Fix a typo.Gerd Moellmann1-1/+1
2001-03-07(Fset_process_filter): Don't crash if the inputGerd Moellmann1-11/+29
2001-02-28(make_process): Use allocate_process.Gerd Moellmann1-7/+2
2001-01-16Call redisplay_preserve_echo_area with additional arg.Gerd Moellmann1-7/+7
2000-12-18(wait_reading_process_input): Check for pendingGerd Moellmann1-18/+20
2000-12-18(read_process_output): Don't run a filter if the codeKenichi Handa1-5/+6
2000-12-07(read_process_output): Make sure the process marker'sGerd Moellmann1-1/+9
2000-10-25(send_process): If OBJECT is t, it means that the dataKenichi Handa1-12/+20
2000-10-11(read_process_output): Cancel previous change.Kenichi Handa1-4/+4
2000-10-11(read_process_output): Fix previous change. Adjust multibyteness ofKenichi Handa1-2/+2
2000-10-09(Fopen_network_stream) [HAVE_GETADDRINFO]: Reset S toAndreas Schwab1-0/+1