aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (unfollow)
Commit message (Expand)AuthorFilesLines
2004-11-01(connect_wait_mask, num_pending_connects): OnlyKim F. Storm1-7/+41
2004-09-29(send_process): Be sure to free composition data.Kenichi Handa1-0/+1
2004-08-22(process_send_signal) [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]:Richard M. Stallman1-4/+11
2004-08-20(wait_reading_process_output): Rename fromKim F. Storm1-18/+18
2004-08-19* process.c (wait_reading_process_input): Clean up.Kim F. Storm1-94/+66
2004-08-19(process_send_signal): Use CDISABLE.Kim F. Storm1-9/+1
2004-08-17(Faccept_process_output): Add arg JUST-THIS-ONE;Kim F. Storm1-8/+30
2004-08-17(process_send_signal): Fix last change--useKim F. Storm1-1/+9
2004-08-16(process_send_signal) [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up.Richard M. Stallman1-10/+13
2004-08-01(read_process_output): Use whole read buffer.Kim F. Storm1-6/+6
2004-07-19Fixes for Ctrl-G support on carbon, replacing old timeout based pollingSteven Tamm1-3/+4
2004-06-13Comment change.Richard M. Stallman1-0/+2
2004-06-06(Fdelete_process): Undo 2004-05-28 change.Kim F. Storm1-28/+11
2004-05-28process.c (Fdelete_process): Do not call remove_process.Noah Friedman1-1/+12
2004-05-25(wait_reading_process_input): Check connect_wait_maskKim F. Storm1-1/+2
2004-05-13(wait_reading_process_input): Make reentrant.Kim F. Storm1-3/+4
2004-05-11(read_process_output): Grow decoding_buf when needed;Kim F. Storm1-0/+4
2004-05-10(Fstart_process): Fix docstring.Juanma Barranquero1-2/+2
2004-05-08(Fwaiting_for_user_input_p, Fmake_network_process)Juanma Barranquero1-33/+33
2004-02-06(wait_reading_process_input): Don't do adaptive readKim F. Storm1-1/+1
2004-01-27* process.c (sigchld_handler): Add comment about not calling mallocJan Djärv1-1/+4
2004-01-26(sigchld_handler): Set synch_process_termsigJan Djärv1-12/+1
2004-01-21(wait_reading_process_input) [SYNC_INPUT]: Check interrupt_input_pending.Stefan Monnier1-0/+4
2004-01-20(wait_reading_process_input): Lisp_Object/int mixup.Stefan Monnier1-2/+2
2004-01-06(read_process_output): Only activate adaptiveKim F. Storm1-2/+2
2004-01-01(ADAPTIVE_READ_BUFFERING): New conditional.Kim F. Storm1-35/+164
2003-11-16Remove period at end of error message.Jan Djärv1-1/+1
2003-09-27(send_process): Delete unused temp_buf.Kenichi Handa1-3/+0
2003-09-23(set_socket_option): Fix :bindtodevice option.Kim F. Storm1-16/+31
2003-09-23(Fnetwork_interface_info): UseDave Love1-4/+4
2003-09-18(Fnetwork_interface_info): Fix type error.Dave Love1-4/+4
2003-09-17(Fnetwork_interface_list, Fnetwork_interface_info):Kim F. Storm1-9/+11
2003-09-16(Fset_process_sentinel): Add sentinel to childp plistKim F. Storm1-231/+181
2003-09-13[HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h.Kim F. Storm1-0/+245
2003-09-01Add arch taglinesMiles Bader1-0/+3
2003-07-31(read_process_output): Return the actually read bytesKenichi Handa1-7/+4
2003-06-22(wait_reading_process_input): Don't signal SIGIO in batch mode.Richard M. Stallman1-1/+1
2003-06-04(allocate_pty): Revert part of the previous patch.Stefan Monnier1-7/+2
2003-05-25(allocate_pty): Remove `unused var stb' andStefan Monnier1-34/+37
2003-05-17(read_process_output): Back out change from 2003-03-09.David Kastrup1-3/+3
2003-03-09(read_process_output): We have allocated enough spaceDavid Kastrup1-3/+3
2003-02-21Removed subtty, workaround for when TIOCSIGSEND fails.Jan Djärv1-26/+45
2003-02-21(wait_reading_process_input): Use POLL_INTERRUPTED_SYS_CALL, notJuanma Barranquero1-4/+4
2003-02-20(setup_process_coding_systems): If the process'sKenichi Handa1-0/+3
2003-02-10Doc fixes.Kim F. Storm1-9/+9
2003-02-10(QCfilter_multibyte): New variable.Kenichi Handa1-43/+101
2003-02-04Trailing whitespace deleted.Juanma Barranquero1-72/+72
2003-01-16(set-process-filter): Document unibyte/multibyte-ness of string argument.Kim F. Storm1-3/+11
2003-01-14(Fset_process_plist): Fixed return value.Kim F. Storm1-1/+2
2003-01-14Reworked 2003-01-12 change -- call a plist a plist!Kim F. Storm1-35/+23