summaryrefslogtreecommitdiff
path: root/src/process.c
AgeCommit message (Expand)Author
2004-11-13Merged in changes from CVS trunk.Karoly Lorentey
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-06Merged in changes from CVS trunk.Karoly Lorentey
2004-11-01(connect_wait_mask, num_pending_connects): OnlyKim F. Storm
2004-10-03Merged in changes from CVS trunk.Karoly Lorentey
2004-09-29(send_process): Be sure to free composition data.Kenichi Handa
2004-08-23Merged in changes from CVS trunk.Karoly Lorentey
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-19Merged in changes from CVS trunk.Karoly Lorentey
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
2004-08-17(Faccept_process_output): Add arg JUST-THIS-ONE;Kim F. Storm
2004-08-17(process_send_signal): Fix last change--useKim F. Storm
2004-08-16(process_send_signal) [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up.Richard M. Stallman
2004-08-03Merged in changes from CVS trunk.Karoly Lorentey
2004-08-01(read_process_output): Use whole read buffer.Kim F. Storm
2004-07-22Merged in changes from CVS trunk.Karoly Lorentey
2004-07-19Fixes for Ctrl-G support on carbon, replacing old timeout based pollingSteven Tamm
2004-06-14Merged in changes from CVS trunk.Karoly Lorentey
2004-06-13Comment change.Richard M. Stallman
2004-06-07Merged in changes from CVS trunk.Karoly Lorentey
2004-06-06(Fdelete_process): Undo 2004-05-28 change.Kim F. Storm
2004-05-30Merged in changes from CVS trunk.Karoly Lorentey
2004-05-28process.c (Fdelete_process): Do not call remove_process.Noah Friedman
2004-05-27Merged in changes from CVS trunk.Karoly Lorentey
2004-05-25(wait_reading_process_input): Check connect_wait_maskKim F. Storm
2004-05-18Merged in changes from CVS trunk.Karoly Lorentey
2004-05-13(wait_reading_process_input): Make reentrant.Kim F. Storm
2004-05-11(read_process_output): Grow decoding_buf when needed;Kim F. Storm
2004-05-11Merged in changes from CVS trunk.Karoly Lorentey
2004-05-10(Fstart_process): Fix docstring.Juanma Barranquero
2004-05-08(Fwaiting_for_user_input_p, Fmake_network_process)Juanma Barranquero
2004-02-17Merged in changes from CVS HEADKaroly Lorentey
2004-02-06(wait_reading_process_input): Don't do adaptive readKim F. Storm
2004-02-02Merged in changes from CVS HEADKaroly Lorentey
2004-01-27* process.c (sigchld_handler): Add comment about not calling mallocJan Djärv
2004-01-26(sigchld_handler): Set synch_process_termsigJan Djärv
2004-01-25Removed %T in mode-line-format. Trivial documentation changes.Karoly Lorentey
2004-01-22Merged in changes from CVS HEADKaroly Lorentey
2004-01-21(wait_reading_process_input) [SYNC_INPUT]: Check interrupt_input_pending.Stefan Monnier
2004-01-20(wait_reading_process_input): Lisp_Object/int mixup.Stefan Monnier
2004-01-11Don't select on stdin unconditionally.Karoly Lorentey
2004-01-10Merged in changes from CVS HEADKaroly Lorentey
2004-01-06(read_process_output): Only activate adaptiveKim F. Storm
2004-01-05Converted display hooks to be display-local. Plus many bugfixes.Karoly Lorentey
2004-01-02Merged in changes from CVS HEADKaroly Lorentey
2004-01-01(ADAPTIVE_READ_BUFFERING): New conditional.Kim F. Storm
2003-12-31A few more bugfixes and new features.Karoly Lorentey