summaryrefslogtreecommitdiff
path: root/src/process.c
AgeCommit message (Expand)Author
2006-08-05* process.c: Reapply 2006-08-01 change.Chong Yidong
2006-08-03* process.c: Revert last change.Chong Yidong
2006-08-01(wait_reading_process_output_unwind): New function.Kim F. Storm
2006-07-10Doc fix.Chong Yidong
2006-06-012006-06-01 Michaël Cadilhac <michael.cadilhac@lrde.org>Kim F. Storm
2006-05-31(select_wrapper): Add wrapper around select to work aroundKim F. Storm
2006-05-08(setup_process_coding_systems): Use system_eol_typeKenichi Handa
2006-04-13(conv_lisp_to_sockaddr): Fix previous change.Richard M. Stallman
2006-04-12(Fprocess_send_eof): Abort if fail to open null device.Richard M. Stallman
2006-04-12(conv_lisp_to_sockaddr): If FAMILY unknown, just return.Richard M. Stallman
2006-04-08* process.h (struct Lisp_Process): Replace Lisp_Objects `pid',Stefan Monnier
2006-03-22(Faccept_process_output): Fix to comply with lisp reference.Kim F. Storm
2006-03-11(Vprocess_adaptive_read_buffering): Doc fix.Romain Francoise
2006-02-25(Fmake_network_process): Init the process's mark.Stefan Monnier
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2006-01-12[HAVE_INTTYPES_H]: Include inttypes.h.YAMAMOTO Mitsuharu
2006-01-05(Fmake_network_process): Use AF_INET instead ofKim F. Storm
2006-01-04[WINDOWSNT]: Undef AF_INET6 to disable IPv6 support for w32.Eli Zaretskii
2006-01-04Add IPv6 support.Kim F. Storm
2005-12-30(Fnetwork_interface_info): Correctly terminate theAndreas Schwab
2005-11-08(Fsignal_process): Recognize signal names with andKim F. Storm
2005-09-30* image.c (slurp_file, xbm_read_bitmap_data): Cast to the correctDan Nicolaescu
2005-09-27* xlwmenu.c (find_next_selectable):Dan Nicolaescu
2005-09-21(create_process) [RTU || UNIPLUS || DONT_REOPEN_PTY]:YAMAMOTO Mitsuharu
2005-08-15(deactivate_process, status_notify, read_process_output)Kim F. Storm
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-04Update FSF's address.Lute Kamstra
2005-06-23(Fstop_process, Fcontinue_process): Follow error conventions.Juanma Barranquero
2005-06-21(Fmake_network_process): Fix spellings.Juanma Barranquero
2005-06-10(syms_of_process) [ADAPTIVE_READ_BUFFERING]: Fix spellings in docstrings.Juanma Barranquero
2005-06-08* composite.c (compose_chars_in_text):Kim F. Storm
2005-06-08(Fstart_process): Don't touch command_channel_p slot.Richard M. Stallman
2005-06-07Improve commentary for adaptive read buffering.Kim F. Storm
2005-05-22(send_process): Move misplaced volatile.Andreas Schwab
2005-05-22(send_process): Remove misplaced volatile.Andreas Schwab
2005-05-21(send_process): Restore the SIGPIPE handler if we catch a SIGPIPE.Eli Zaretskii
2005-05-14(send_process_trap): Unblock SIGPIPE.Richard M. Stallman
2005-03-24(Vfile_name_coding_system, Vdefault_file_name_coding_system):Stefan Monnier
2005-03-16(init_process): Change `#ifdef DARWIN' to `#if defined (DARWIN) ||YAMAMOTO Mitsuharu
2005-01-22* s/darwin.h: Removed PTY_ITERATION from here.Steven Tamm
2004-12-27(list_processes_1): Set undo_list instead of calling Fbuffer_undo_list.Richard M. Stallman
2004-12-15* syssignal.h: Declare main_thread.Jan Djärv
2004-11-09(Fmake_network_process): Remove unused var 'retry'.Kim F. Storm
2004-11-09(Fmake_network_process): Remove kludge for interruptedKim F. Storm
2004-11-01(connect_wait_mask, num_pending_connects): OnlyKim F. Storm
2004-09-29(send_process): Be sure to free composition data.Kenichi Handa
2004-08-22(process_send_signal) [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]:Richard M. Stallman
2004-08-20(wait_reading_process_output): Rename fromKim F. Storm
2004-08-19* process.c (wait_reading_process_input): Clean up.Kim F. Storm
2004-08-19(process_send_signal): Use CDISABLE.Kim F. Storm