summaryrefslogtreecommitdiff
path: root/src/process.c
AgeCommit message (Expand)Author
2005-11-08(Fsignal_process): Recognize signal names with andKim F. Storm
2005-09-30* image.c (slurp_file, xbm_read_bitmap_data): Cast to the correctDan Nicolaescu
2005-09-27* xlwmenu.c (find_next_selectable):Dan Nicolaescu
2005-09-21(create_process) [RTU || UNIPLUS || DONT_REOPEN_PTY]:YAMAMOTO Mitsuharu
2005-08-15(deactivate_process, status_notify, read_process_output)Kim F. Storm
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-04Update FSF's address.Lute Kamstra
2005-06-23(Fstop_process, Fcontinue_process): Follow error conventions.Juanma Barranquero
2005-06-21(Fmake_network_process): Fix spellings.Juanma Barranquero
2005-06-10(syms_of_process) [ADAPTIVE_READ_BUFFERING]: Fix spellings in docstrings.Juanma Barranquero
2005-06-08* composite.c (compose_chars_in_text):Kim F. Storm
2005-06-08(Fstart_process): Don't touch command_channel_p slot.Richard M. Stallman
2005-06-07Improve commentary for adaptive read buffering.Kim F. Storm
2005-05-22(send_process): Move misplaced volatile.Andreas Schwab
2005-05-22(send_process): Remove misplaced volatile.Andreas Schwab
2005-05-21(send_process): Restore the SIGPIPE handler if we catch a SIGPIPE.Eli Zaretskii
2005-05-14(send_process_trap): Unblock SIGPIPE.Richard M. Stallman
2005-03-24(Vfile_name_coding_system, Vdefault_file_name_coding_system):Stefan Monnier
2005-03-16(init_process): Change `#ifdef DARWIN' to `#if defined (DARWIN) ||YAMAMOTO Mitsuharu
2005-01-22* s/darwin.h: Removed PTY_ITERATION from here.Steven Tamm
2004-12-27(list_processes_1): Set undo_list instead of calling Fbuffer_undo_list.Richard M. Stallman
2004-12-15* syssignal.h: Declare main_thread.Jan Djärv
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-01(connect_wait_mask, num_pending_connects): OnlyKim F. Storm
2004-09-29(send_process): Be sure to free composition data.Kenichi Handa
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-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-01(read_process_output): Use whole read buffer.Kim F. Storm
2004-07-19Fixes for Ctrl-G support on carbon, replacing old timeout based pollingSteven Tamm
2004-06-13Comment change.Richard M. Stallman
2004-06-06(Fdelete_process): Undo 2004-05-28 change.Kim F. Storm
2004-05-28process.c (Fdelete_process): Do not call remove_process.Noah Friedman
2004-05-25(wait_reading_process_input): Check connect_wait_maskKim F. Storm
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-10(Fstart_process): Fix docstring.Juanma Barranquero
2004-05-08(Fwaiting_for_user_input_p, Fmake_network_process)Juanma Barranquero
2004-02-06(wait_reading_process_input): Don't do adaptive readKim F. Storm
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-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-06(read_process_output): Only activate adaptiveKim F. Storm
2004-01-01(ADAPTIVE_READ_BUFFERING): New conditional.Kim F. Storm