aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * (wait_reading_process_input): Lisp_Object/int mixup.Stefan Monnier2004-01-201-2/+2
| * (read_process_output): Only activate adaptiveKim F. Storm2004-01-061-2/+2
| * (ADAPTIVE_READ_BUFFERING): New conditional.Kim F. Storm2004-01-011-35/+164
| * Remove period at end of error message.Jan Djärv2003-11-161-1/+1
| * (send_process): Delete unused temp_buf.Kenichi Handa2003-09-271-3/+0
| * (set_socket_option): Fix :bindtodevice option.Kim F. Storm2003-09-231-16/+31
| * (Fnetwork_interface_info): UseDave Love2003-09-231-4/+4
| * (Fnetwork_interface_info): Fix type error.Dave Love2003-09-181-4/+4
| * (Fnetwork_interface_list, Fnetwork_interface_info):Kim F. Storm2003-09-171-9/+11
| * (Fset_process_sentinel): Add sentinel to childp plistKim F. Storm2003-09-161-231/+181
| * [HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h.Kim F. Storm2003-09-131-0/+245
* | (read_process_output): Grow decoding_buf when needed;Kenichi Handa2004-05-131-0/+4
* | Sync to HEADKenichi Handa2004-04-161-272/+611
* | (send_process): Be sure to set coding->src_multibyte.Kenichi Handa2003-12-291-1/+2
* | *** empty log message ***Kenichi Handa2003-09-081-67/+63
|\ \
| * | (read_process_output): Handle carryover correctly.Kenichi Handa2003-06-051-8/+12
| * | *** empty log message ***Dave Love2002-05-171-0/+7
| * | Include "character.h" instead of "charset.h".Kenichi Handa2002-03-011-54/+45
* | | New directoryKenichi Handa2003-09-081-3/+0
| |/ |/|
* | Add arch taglinesMiles Bader2003-09-011-0/+3
* | (read_process_output): Return the actually read bytesKenichi Handa2003-07-311-7/+4
* | (wait_reading_process_input): Don't signal SIGIO in batch mode.Richard M. Stallman2003-06-221-1/+1
* | (allocate_pty): Revert part of the previous patch.Stefan Monnier2003-06-041-7/+2
* | (allocate_pty): Remove `unused var stb' andStefan Monnier2003-05-251-34/+37
* | (read_process_output): Back out change from 2003-03-09.David Kastrup2003-05-171-3/+3