2006-07-10 |
Chong Yidong |
Doc fix.
|
2006-06-01 |
Kim F. Storm |
2006-06-01 Michaël Cadilhac <michael.cadilhac@lrde.org>
|
2006-05-31 |
Kim F. Storm |
(select_wrapper): Add wrapper around select to work around
|
2006-05-08 |
Kenichi Handa |
(setup_process_coding_systems): Use system_eol_type
|
2006-04-13 |
Richard M. Stallman |
(conv_lisp_to_sockaddr): Fix previous change.
|
2006-04-12 |
Richard M. Stallman |
(Fprocess_send_eof): Abort if fail to open null device.
|
2006-04-12 |
Richard M. Stallman |
(conv_lisp_to_sockaddr): If FAMILY unknown, just return.
|
2006-04-08 |
Stefan Monnier |
* process.h (struct Lisp_Process): Replace Lisp_Objects `pid',
|
2006-03-22 |
Kim F. Storm |
(Faccept_process_output): Fix to comply with lisp reference.
|
2006-03-11 |
Romain Francoise |
(Vprocess_adaptive_read_buffering): Doc fix.
|
2006-02-25 |
Stefan Monnier |
(Fmake_network_process): Init the process's mark.
|
2006-02-06 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
2006-01-12 |
YAMAMOTO Mitsuharu |
[HAVE_INTTYPES_H]: Include inttypes.h.
|
2006-01-05 |
Kim F. Storm |
(Fmake_network_process): Use AF_INET instead of
|
2006-01-04 |
Eli Zaretskii |
[WINDOWSNT]: Undef AF_INET6 to disable IPv6 support for w32.
|
2006-01-04 |
Kim F. Storm |
Add IPv6 support.
|
2005-12-30 |
Andreas Schwab |
(Fnetwork_interface_info): Correctly terminate the
|
2005-11-08 |
Kim F. Storm |
(Fsignal_process): Recognize signal names with and
|
2005-09-30 |
Dan Nicolaescu |
* image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct
|
2005-09-27 |
Dan Nicolaescu |
* xlwmenu.c (find_next_selectable):
|
2005-09-21 |
YAMAMOTO Mitsuharu |
(create_process) [RTU || UNIPLUS || DONT_REOPEN_PTY]:
|
2005-08-15 |
Kim F. Storm |
(deactivate_process, status_notify, read_process_output)
|
2005-08-07 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
2005-07-04 |
Lute Kamstra |
Update FSF's address.
|
2005-06-23 |
Juanma Barranquero |
(Fstop_process, Fcontinue_process): Follow error conventions.
|
2005-06-21 |
Juanma Barranquero |
(Fmake_network_process): Fix spellings.
|
2005-06-10 |
Juanma Barranquero |
(syms_of_process) [ADAPTIVE_READ_BUFFERING]: Fix spellings in docstrings.
|
2005-06-08 |
Kim F. Storm |
* composite.c (compose_chars_in_text):
|
2005-06-08 |
Richard M. Stallman |
(Fstart_process): Don't touch command_channel_p slot.
|
2005-06-07 |
Kim F. Storm |
Improve commentary for adaptive read buffering.
|
2005-05-22 |
Andreas Schwab |
(send_process): Move misplaced volatile.
|
2005-05-22 |
Andreas Schwab |
(send_process): Remove misplaced volatile.
|
2005-05-21 |
Eli Zaretskii |
(send_process): Restore the SIGPIPE handler if we catch a SIGPIPE.
|
2005-05-14 |
Richard M. Stallman |
(send_process_trap): Unblock SIGPIPE.
|
2005-03-24 |
Stefan Monnier |
(Vfile_name_coding_system, Vdefault_file_name_coding_system):
|
2005-03-16 |
YAMAMOTO Mitsuharu |
(init_process): Change `#ifdef DARWIN' to `#if defined (DARWIN) ||
|
2005-01-22 |
Steven Tamm |
* s/darwin.h: Removed PTY_ITERATION from here.
|
2004-12-27 |
Richard M. Stallman |
(list_processes_1): Set undo_list instead of calling Fbuffer_undo_list.
|
2004-12-15 |
Jan Djärv |
* syssignal.h: Declare main_thread.
|
2004-11-09 |
Kim F. Storm |
(Fmake_network_process): Remove unused var 'retry'.
|
2004-11-09 |
Kim F. Storm |
(Fmake_network_process): Remove kludge for interrupted
|
2004-11-01 |
Kim F. Storm |
(connect_wait_mask, num_pending_connects): Only
|
2004-09-29 |
Kenichi Handa |
(send_process): Be sure to free composition data.
|
2004-08-22 |
Richard M. Stallman |
(process_send_signal) [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]:
|
2004-08-20 |
Kim F. Storm |
(wait_reading_process_output): Rename from
|
2004-08-19 |
Kim F. Storm |
* process.c (wait_reading_process_input): Clean up.
|
2004-08-19 |
Kim F. Storm |
(process_send_signal): Use CDISABLE.
|
2004-08-17 |
Kim F. Storm |
(Faccept_process_output): Add arg JUST-THIS-ONE;
|
2004-08-17 |
Kim F. Storm |
(process_send_signal): Fix last change--use
|
2004-08-16 |
Richard M. Stallman |
(process_send_signal) [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up.
|
2004-08-01 |
Kim F. Storm |
(read_process_output): Use whole read buffer.
|
2004-07-19 |
Steven Tamm |
Fixes for Ctrl-G support on carbon, replacing old timeout based polling
|
2004-06-13 |
Richard M. Stallman |
Comment change.
|
2004-06-06 |
Kim F. Storm |
(Fdelete_process): Undo 2004-05-28 change.
|
2004-05-28 |
Noah Friedman |
process.c (Fdelete_process): Do not call remove_process.
|
2004-05-25 |
Kim F. Storm |
(wait_reading_process_input): Check connect_wait_mask
|
2004-05-13 |
Kim F. Storm |
(wait_reading_process_input): Make reentrant.
|
2004-05-11 |
Kim F. Storm |
(read_process_output): Grow decoding_buf when needed;
|
2004-05-10 |
Juanma Barranquero |
(Fstart_process): Fix docstring.
|
2004-05-08 |
Juanma Barranquero |
(Fwaiting_for_user_input_p, Fmake_network_process)
|
2004-02-06 |
Kim F. Storm |
(wait_reading_process_input): Don't do adaptive read
|
2004-01-27 |
Jan Djärv |
* process.c (sigchld_handler): Add comment about not calling malloc
|
2004-01-26 |
Jan Djärv |
(sigchld_handler): Set synch_process_termsig
|
2004-01-21 |
Stefan Monnier |
(wait_reading_process_input) [SYNC_INPUT]: Check interrupt_input_pending.
|
2004-01-20 |
Stefan Monnier |
(wait_reading_process_input): Lisp_Object/int mixup.
|
2004-01-06 |
Kim F. Storm |
(read_process_output): Only activate adaptive
|
2004-01-01 |
Kim F. Storm |
(ADAPTIVE_READ_BUFFERING): New conditional.
|
2003-11-16 |
Jan Djärv |
Remove period at end of error message.
|
2003-09-27 |
Kenichi Handa |
(send_process): Delete unused temp_buf.
|
2003-09-23 |
Kim F. Storm |
(set_socket_option): Fix :bindtodevice option.
|
2003-09-23 |
Dave Love |
(Fnetwork_interface_info): Use
|
2003-09-18 |
Dave Love |
(Fnetwork_interface_info): Fix type error.
|
2003-09-17 |
Kim F. Storm |
(Fnetwork_interface_list, Fnetwork_interface_info):
|
2003-09-16 |
Kim F. Storm |
(Fset_process_sentinel): Add sentinel to childp plist
|
2003-09-13 |
Kim F. Storm |
[HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h.
|
2003-09-01 |
Miles Bader |
Add arch taglines
|
2003-07-31 |
Kenichi Handa |
(read_process_output): Return the actually read bytes
|
2003-06-22 |
Richard M. Stallman |
(wait_reading_process_input): Don't signal SIGIO in batch mode.
|
2003-06-04 |
Stefan Monnier |
(allocate_pty): Revert part of the previous patch.
|
2003-05-25 |
Stefan Monnier |
(allocate_pty): Remove `unused var stb' and
|
2003-05-17 |
David Kastrup |
(read_process_output): Back out change from 2003-03-09.
|
2003-03-09 |
David Kastrup |
(read_process_output): We have allocated enough space
|
2003-02-21 |
Jan Djärv |
Removed subtty, workaround for when TIOCSIGSEND fails.
|
2003-02-21 |
Juanma Barranquero |
(wait_reading_process_input): Use POLL_INTERRUPTED_SYS_CALL, not
|
2003-02-20 |
Kenichi Handa |
(setup_process_coding_systems): If the process's
|
2003-02-10 |
Kim F. Storm |
Doc fixes.
|
2003-02-10 |
Kenichi Handa |
(QCfilter_multibyte): New variable.
|
2003-02-04 |
Juanma Barranquero |
Trailing whitespace deleted.
|
2003-01-16 |
Kim F. Storm |
(set-process-filter): Document unibyte/multibyte-ness of string argument.
|
2003-01-14 |
Kim F. Storm |
(Fset_process_plist): Fixed return value.
|
2003-01-14 |
Kim F. Storm |
Reworked 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 arg. Callers changed.
|
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, cp, and i.
|
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 Love |
Include 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-server-log-function hook).
|
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 Raeburn |
Most uses of XSTRING combined with STRING_BYTES or indirection changed to
|
2002-07-12 |
Richard M. Stallman |
(process_send_signal): Add abort call.
|
2002-07-11 |
Juanma Barranquero |
Use macro SPECPDL_INDEX.
|
2002-05-20 |
Ken Raeburn |
* process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAME
|
2002-05-16 |
Juanma Barranquero |
Fix 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 Choi |
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
|
2002-04-03 |
Richard M. Stallman |
Comment 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.
|