(QCfilter_multibyte): New variable.
[bpt/emacs.git] / src / process.c
2003-02-10 Kenichi Handa(QCfilter_multibyte): New variable.
2003-02-04 Juanma BarranqueroTrailing whitespace deleted.
2003-01-16 Kim F. Storm(set-process-filter): Document unibyte/multibyte-ness...
2003-01-14 Kim F. Storm(Fset_process_plist): Fixed return value.
2003-01-14 Kim F. StormReworked 2003-01-12 change -- call a plist a plist!
2003-01-12 Kim F. Storm(QCvars): New variable.
2003-01-10 Kim F. Storm(Fset_process_contact): New function.
2003-01-08 Kim F. Storm(Fmake_network_process): Convert new port number
2003-01-08 Kim F. Storm(format-network-address): Added optional OMIT-PORT...
2003-01-08 Kim F. Storm(server_accept_connection): Fixed recording of new
2002-11-18 Dave Love(_GNU_SOURCE): Don't define.
2002-11-07 Kim F. Storm(Fformat_network_address): Removed unused locals p...
2002-11-06 Richard M. Stallman(wait_reading_process_input):
2002-10-31 Stefan Monnier(Fformat_network_address): Fix int/Lisp_Object mixup.
2002-10-30 Dave LoveInclude sys/wait.h.
2002-10-28 Kim F. Storm(Fsignal_process): Allow PROCESS to be specified by
2002-10-24 Kim F. Storm(Fformat_network_address): New function.
2002-09-18 Kim F. Storm(make-network-process): Doc fix (there is no network...
2002-09-12 Richard M. Stallman(wait_reading_process_input, both versions):
2002-08-24 Richard M. Stallman(Fstart_process): Remove /: from program name.
2002-07-16 Ken Raeburn* process.c (status_message): Use SSET.
2002-07-16 Richard M. Stallman(create_process): Test USG_SUBTTY_WORKS.
2002-07-15 Ken RaeburnMost uses of XSTRING combined with STRING_BYTES or...
2002-07-12 Richard M. Stallman(process_send_signal): Add abort call.
2002-07-11 Juanma BarranqueroUse macro SPECPDL_INDEX.
2002-05-20 Ken Raeburn* process.c (set_socket_options, Fsignal_process):...
2002-05-16 Juanma BarranqueroFix typo.
2002-05-04 Jason Rumney(init_process): Only add server subfeature if we can
2002-05-03 Jason Rumney(Fmake_network_process): Only support server sockets
2002-04-30 Stefan Monnier(Fstart_process): Update call to openp.
2002-04-26 Andrew ChoiPatch for building Emacs on Mac OS X. April 26, 2002...
2002-04-03 Richard M. StallmanComment change.
2002-04-01 Stefan Monnier(DATAGRAM_CONN_P, list_processes_1)
2002-03-28 Miles Bader(DATAGRAM_CONN_P): Make sure PROC is really a process.
2002-03-27 Pavel Janík(set-network-process-options): Add usage.
2002-03-21 Kim F. Storm(init_process): Only provide make-network-process featu...
2002-03-21 Kim F. Storm(QCfeature, QCdatagram): Removed variables.
2002-03-20 Jason Rumney(QCfamily, QCfiler): Remove duplicate declaration and...
2002-03-20 Eli Zaretskii(conv_sockaddr_to_lisp, conv_lisp_to_sockaddr): Don't
2002-03-18 Pavel Janík(wait_reading_process_input): Move variables `pname...
2002-03-18 Kim F. StormDefine HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
2002-03-18 Pavel Janík(Fmake_network_process): Remove unused variable `sa'.
2002-03-17 Kim F. Storm(Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
2002-03-03 Kim F. Storm(Fopen_network_stream): Always call turn_on_atimers...
2002-03-01 Kim F. Storm(Fopen_network_stream): Use GCPRO6.
2002-03-01 Kim F. Storm(Fprocess_status): Document connect and failed return...
2002-02-28 Kim F. Storm(Qconnect, Qfailed): New variables.
2002-01-07 Eli Zaretskii(send_process): Set src_multibyte to 1 after the call
2001-12-11 Richard M. StallmanTest GNU_LINUX, not LINUX.
2001-12-07 Paul Eggert(create_process): Use HAVE_WORKING_VFORK, not HAVE_VFORK.
2001-11-02 Pavel JaníkUpdate usage of CHECK_ macros (remove unused second...
2001-11-02 Pavel Janík(Fstart_process): Add usage to doc-string.
2001-10-24 Pavel JaníkDon't define max.
2001-10-20 Pavel JaníkChange doc-string comments to `new style' [w/`doc:...
2001-10-16 Ken RaeburnAvoid (most) uses of XCAR/XCDR as lvalues, for flexibil...
2001-10-15 Pavel Janík(process-inherit-coding-system-flag, get-buffer-process...
2001-10-12 Stefan MonnierUpdate calls to openp.
2001-09-25 Gerd Moellmann(send_process): Disable composition if from_byte < 0.
2001-09-24 Gerd Moellmann(sigchld_handler) [LINUX]: Don't return from
2001-09-20 Gerd Moellmann(sigchld_handler): Use GC_CONSP, GC_INTEGERP, GC_EQ
2001-05-16 Gerd Moellmann(read_process_output): Don't call signal_after_change
2001-04-25 Gerd Moellmann(wait_reading_process_input): Call
2001-04-21 Eli Zaretskii(wait_reading_process_input) [!subprocesses]: Don't
2001-04-19 Gerd Moellmann(wait_reading_process_input): Call
2001-03-08 Gerd Moellmann(Fset_process_window_size): Fix a typo.
2001-03-07 Gerd Moellmann(Fset_process_filter): Don't crash if the input
2001-02-28 Gerd Moellmann(make_process): Use allocate_process.
2001-01-16 Gerd MoellmannCall redisplay_preserve_echo_area with additional arg.
2000-12-18 Gerd Moellmann(wait_reading_process_input): Check for pending
2000-12-18 Kenichi Handa(read_process_output): Don't run a filter if the code
2000-12-07 Gerd Moellmann(read_process_output): Make sure the process marker's
2000-10-25 Kenichi Handa(send_process): If OBJECT is t, it means that the data
2000-10-11 Kenichi Handa(read_process_output): Cancel previous change.
2000-10-11 Kenichi Handa(read_process_output): Fix previous change. Adjust...
2000-10-09 Andreas Schwab(Fopen_network_stream) [HAVE_GETADDRINFO]: Reset S to
2000-10-02 Dave Love(Fopen_network_stream): Use HAVE_GAI_STRERROR.
2000-09-30 Gerd Moellmann(Fopen_network_stream) [HAVE_GETADDRINFO]: Use
2000-09-21 Gerd Moellmann(process_sent_to): New variable.
2000-09-07 Kenichi Handa(read_process_output): Before inserting the decoded
2000-08-24 Kenichi Handa(create_process): Don't setup raw-text coding here.
2000-08-22 Andrew InnesInclude keyboard.h before frame.h.
2000-08-04 Kenichi Handa*** empty log message ***
2000-08-04 Kenichi Handa(read_process_output): Big simplification. Handle
2000-06-24 Ken Raeburn* process.c (Fopen_network_stream): Turn off atimers...
2000-05-20 Gerd Moellmann(toplevel) [UNIX98_PTYS]: Include stdlib.h.
2000-05-20 Kenichi Handa(Fstart_process): GCPRO current_dir before calling
2000-03-15 Gerd Moellmann(send_process): Add a hint that the function
2000-03-06 Gerd Moellmann(send_process): Remove local variable `procname' that
2000-02-25 Gerd Moellmann(wait_reading_process_input): Remove busy-cursor code.
2000-02-15 Gerd Moellmann(send_process) [BROKEN_PTY_READ_AFTER_EAGAIN]:
2000-02-12 Gerd Moellmann(Fopen_network_stream) [POLL_FOR_INPUT]: Register
2000-02-01 Dave Love(Fstart_process): Doc fix.
2000-01-25 Gerd Moellmann(toplevel): Include atimer.h.
1999-12-29 Kenichi Handa(read_process_output): Fix the args CHARPOS and LENINS
1999-12-24 Kenichi Handa(read_process_output): Fix the arg FROM to
1999-12-15 Kenichi HandaInclude composite.h.
1999-11-22 Paul Eggert* callproc.c (strerror): Remove decl.
1999-11-02 Dave LoveUndo last change and define _GNU_SOURCE before config.h.
1999-11-02 Dave LoveUse string.h for strsignal.
1999-10-19 Paul EggertAdd support for large files, 64-bit Solaris, system...
next