summaryrefslogtreecommitdiff
path: root/src/process.c
AgeCommit message (Expand)Author
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
2003-12-29(send_process): Be sure to set coding->src_multibyte.Kenichi Handa
2003-11-16Remove period at end of error message.Jan Djärv
2003-09-27(send_process): Delete unused temp_buf.Kenichi Handa
2003-09-23(set_socket_option): Fix :bindtodevice option.Kim F. Storm
2003-09-23(Fnetwork_interface_info): UseDave Love
2003-09-18(Fnetwork_interface_info): Fix type error.Dave Love
2003-09-17(Fnetwork_interface_list, Fnetwork_interface_info):Kim F. Storm
2003-09-16(Fset_process_sentinel): Add sentinel to childp plistKim F. Storm
2003-09-13[HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h.Kim F. Storm
2003-09-08*** empty log message ***Kenichi Handa
2003-09-08New directoryKenichi Handa
2003-09-01Add arch taglinesMiles Bader
2003-07-31(read_process_output): Return the actually read bytesKenichi Handa
2003-06-22(wait_reading_process_input): Don't signal SIGIO in batch mode.Richard M. Stallman
2003-06-05(read_process_output): Handle carryover correctly.Kenichi Handa
2003-06-04(allocate_pty): Revert part of the previous patch.Stefan Monnier
2003-05-25(allocate_pty): Remove `unused var stb' andStefan Monnier
2003-05-17(read_process_output): Back out change from 2003-03-09.David Kastrup
2003-03-09(read_process_output): We have allocated enough spaceDavid Kastrup
2003-02-21Removed subtty, workaround for when TIOCSIGSEND fails.Jan Djärv
2003-02-21(wait_reading_process_input): Use POLL_INTERRUPTED_SYS_CALL, notJuanma Barranquero
2003-02-20(setup_process_coding_systems): If the process'sKenichi Handa
2003-02-10Doc fixes.Kim F. Storm
2003-02-10(QCfilter_multibyte): New variable.Kenichi Handa
2003-02-04Trailing whitespace deleted.Juanma Barranquero
2003-01-16(set-process-filter): Document unibyte/multibyte-ness of string argument.Kim F. Storm
2003-01-14(Fset_process_plist): Fixed return value.Kim F. Storm
2003-01-14Reworked 2003-01-12 change -- call a plist a plist!Kim F. Storm
2003-01-12(QCvars): New variable.Kim F. Storm
2003-01-10(Fset_process_contact): New function.Kim F. Storm
2003-01-08(Fmake_network_process): Convert new port numberKim F. Storm
2003-01-08(format-network-address): Added optional OMIT-PORT arg. Callers changed.Kim F. Storm
2003-01-08(server_accept_connection): Fixed recording of newKim F. Storm
2002-11-18(_GNU_SOURCE): Don't define.Dave Love
2002-11-07(Fformat_network_address): Removed unused locals p, cp, and i.Kim F. Storm
2002-11-06(wait_reading_process_input):Richard M. Stallman
2002-10-31(Fformat_network_address): Fix int/Lisp_Object mixup.Stefan Monnier
2002-10-30Include sys/wait.h.Dave Love
2002-10-28(Fsignal_process): Allow PROCESS to be specified byKim F. Storm
2002-10-24(Fformat_network_address): New function.Kim F. Storm
2002-09-18(make-network-process): Doc fix (there is no network-server-log-function hook).Kim F. Storm