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