aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | * composite.c (compose_chars_in_text):Kim F. Storm2005-06-081-10/+10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | (Fstart_process): Don't touch command_channel_p slot.Richard M. Stallman2005-06-081-1/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Improve commentary for adaptive read buffering.Kim F. Storm2005-06-071-4/+13
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-55Miles Bader2005-05-261-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | (send_process): Move misplaced volatile.Andreas Schwab2005-05-221-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | (send_process): Remove misplaced volatile.Andreas Schwab2005-05-221-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | (send_process): Restore the SIGPIPE handler if we catch a SIGPIPE.Eli Zaretskii2005-05-211-1/+2
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-53Miles Bader2005-05-201-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | (send_process_trap): Unblock SIGPIPE.Richard M. Stallman2005-05-141-1/+6
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-31Miles Bader2005-03-311-4/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | (Vfile_name_coding_system, Vdefault_file_name_coding_system):Stefan Monnier2005-03-241-4/+2
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-28Miles Bader2005-03-191-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | (init_process): Change `#ifdef DARWIN' to `#if defined (DARWIN) ||YAMAMOTO Mitsuharu2005-03-161-1/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-4Miles Bader2005-01-221-0/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | * s/darwin.h: Removed PTY_ITERATION from here.Steven Tamm2005-01-221-0/+14
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-81Miles Bader2005-01-021-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | (list_processes_1): Set undo_list instead of calling Fbuffer_undo_list.Richard M. Stallman2004-12-271-1/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-79Miles Bader2004-12-251-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | * syssignal.h: Declare main_thread.Jan Djärv2004-12-151-0/+3
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-70Miles Bader2004-11-121-15/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | (Fmake_network_process): Remove unused var 'retry'.Kim F. Storm2004-11-091-1/+0
| * | | | | | | | | | | | | | | | | | | (Fmake_network_process): Remove kludge for interruptedKim F. Storm2004-11-091-14/+5
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-69Miles Bader2004-11-041-7/+41
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | (connect_wait_mask, num_pending_connects): OnlyKim F. Storm2004-11-011-7/+41
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | (send_process): Be sure to free composition data.Kenichi Handa2004-09-291-0/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-32Miles Bader2004-08-271-105/+109
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | (process_send_signal) [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]:Richard M. Stallman2004-08-221-4/+11
| * | | | | | | | | | | | | | | | (wait_reading_process_output): Rename fromKim F. Storm2004-08-201-18/+18
| * | | | | | | | | | | | | | | | * process.c (wait_reading_process_input): Clean up.Kim F. Storm2004-08-191-94/+66
| * | | | | | | | | | | | | | | | (process_send_signal): Use CDISABLE.Kim F. Storm2004-08-191-9/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | (Faccept_process_output): Add arg JUST-THIS-ONE;Kim F. Storm2004-08-171-8/+30
| * | | | | | | | | | | | | | | (process_send_signal): Fix last change--useKim F. Storm2004-08-171-1/+9
| * | | | | | | | | | | | | | | (process_send_signal) [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up.Richard M. Stallman2004-08-161-10/+13
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-27Miles Bader2004-08-031-6/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | (read_process_output): Use whole read buffer.Kim F. Storm2004-08-011-6/+6
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-25Miles Bader2004-07-231-3/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Fixes for Ctrl-G support on carbon, replacing old timeout based pollingSteven Tamm2004-07-191-3/+4
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
* | | | | | | | | | | | | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15Miles Bader2004-06-281-55/+53
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Comment change.Richard M. Stallman2004-06-131-0/+2
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | (Fdelete_process): Undo 2004-05-28 change.Kim F. Storm2004-06-061-28/+11
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | process.c (Fdelete_process): Do not call remove_process.Noah Friedman2004-05-281-1/+12
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | (wait_reading_process_input): Check connect_wait_maskKim F. Storm2004-05-251-1/+2
| | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | (wait_reading_process_input): Make reentrant.Kim F. Storm2004-05-131-3/+4
| * | | | | | | | (read_process_output): Grow decoding_buf when needed;Kim F. Storm2004-05-111-0/+4
| * | | | | | | | (Fstart_process): Fix docstring.Juanma Barranquero2004-05-101-2/+2
| | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | (Fwaiting_for_user_input_p, Fmake_network_process)Juanma Barranquero2004-05-081-33/+33
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | (wait_reading_process_input): Don't do adaptive readKim F. Storm2004-02-061-1/+1
| | |_|_|_|/ | |/| | | |
| * | | | | * process.c (sigchld_handler): Add comment about not calling mallocJan Djärv2004-01-271-1/+4
| * | | | | (sigchld_handler): Set synch_process_termsigJan Djärv2004-01-261-12/+1
| | |_|_|/ | |/| | |
| * | | | (wait_reading_process_input) [SYNC_INPUT]: Check interrupt_input_pending.Stefan Monnier2004-01-211-0/+4