aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged in changes from CVS trunk.Karoly Lorentey2004-11-131-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
* | Merged in changes from CVS trunk.Karoly Lorentey2004-11-061-7/+41
|\ \ | |/
| * (connect_wait_mask, num_pending_connects): OnlyKim F. Storm2004-11-011-7/+41
* | Merged in changes from CVS trunk.Karoly Lorentey2004-10-031-0/+1
|\ \ | |/
| * (send_process): Be sure to free composition data.Kenichi Handa2004-09-291-0/+1
* | Merged in changes from CVS trunk.Karoly Lorentey2004-08-231-115/+86
|\ \ | |/
| * (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
* | Merged in changes from CVS trunk.Karoly Lorentey2004-08-191-18/+51
|\ \ | |/
| * (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
* | Merged in changes from CVS trunk.Karoly Lorentey2004-08-031-6/+6
|\ \ | |/
| * (read_process_output): Use whole read buffer.Kim F. Storm2004-08-011-6/+6
* | Merged in changes from CVS trunk.Karoly Lorentey2004-07-221-3/+4
|\ \ | |/
| * Fixes for Ctrl-G support on carbon, replacing old timeout based pollingSteven Tamm2004-07-191-3/+4
* | Merged in changes from CVS trunk.Karoly Lorentey2004-06-141-0/+2
|\ \ | |/
| * Comment change.Richard M. Stallman2004-06-131-0/+2
* | Merged in changes from CVS trunk.Karoly Lorentey2004-06-071-28/+11
|\ \ | |/
| * (Fdelete_process): Undo 2004-05-28 change.Kim F. Storm2004-06-061-28/+11
* | Merged in changes from CVS trunk.Karoly Lorentey2004-05-301-1/+12
|\ \ | |/
| * process.c (Fdelete_process): Do not call remove_process.Noah Friedman2004-05-281-1/+12
* | Merged in changes from CVS trunk.Karoly Lorentey2004-05-271-1/+2
|\ \ | |/
| * (wait_reading_process_input): Check connect_wait_maskKim F. Storm2004-05-251-1/+2
* | Merged in changes from CVS trunk.Karoly Lorentey2004-05-181-5/+10
|\ \ | |/
| * (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
* | Merged in changes from CVS trunk.Karoly Lorentey2004-05-111-33/+33
|\ \ | |/
| * (Fwaiting_for_user_input_p, Fmake_network_process)Juanma Barranquero2004-05-081-33/+33
* | Merged in changes from CVS HEADKaroly Lorentey2004-02-171-1/+1
|\ \ | |/
| * (wait_reading_process_input): Don't do adaptive readKim F. Storm2004-02-061-1/+1
* | Merged in changes from CVS HEADKaroly Lorentey2004-02-021-13/+5
|\ \ | |/
| * * 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
* | Removed %T in mode-line-format. Trivial documentation changes.Karoly Lorentey2004-01-251-0/+2
* | Merged in changes from CVS HEADKaroly Lorentey2004-01-221-2/+6
|\ \ | |/
| * (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
* | Don't select on stdin unconditionally.Karoly Lorentey2004-01-111-0/+5
* | Merged in changes from CVS HEADKaroly Lorentey2004-01-101-2/+2
|\ \ | |/
| * (read_process_output): Only activate adaptiveKim F. Storm2004-01-061-2/+2
* | Converted display hooks to be display-local. Plus many bugfixes.Karoly Lorentey2004-01-051-1/+1
* | Merged in changes from CVS HEADKaroly Lorentey2004-01-021-35/+164
|\ \ | |/
| * (ADAPTIVE_READ_BUFFERING): New conditional.Kim F. Storm2004-01-011-35/+164
* | A few more bugfixes and new features.Karoly Lorentey2003-12-311-12/+2
|/