summaryrefslogtreecommitdiff
path: root/src/process.c
AgeCommit message (Expand)Author
1997-06-22(wait_reading_process_input): Don't check forRichard M. Stallman
1997-06-19(Fprocess_send_eof): Prooperly conditionalize prev. change.Richard M. Stallman
1997-06-19(Fprocess_send_eof): Use shutdown, if it's a socket.Richard M. Stallman
1997-06-18Further fix previous change.Richard M. Stallman
1997-06-17(wait_reading_process_input): Fix previous change.Richard M. Stallman
1997-06-16(wait_reading_process_input): When exiting becauseRichard M. Stallman
1997-06-13(wait_reading_process_input): Return if unread events appear.Richard M. Stallman
1997-06-09(Fstart_process):Pay attention toKenichi Handa
1997-04-30(read_process_output): Update opoint, old_begv and old_zvRichard M. Stallman
1997-03-25(Fopen_network_stream): Use same socket for in and out.Richard M. Stallman
1997-03-22(wait_reading_process_input): If wait_for_cell,Richard M. Stallman
1997-02-27(Fstart_process, Fopen_network_stream): Do not performKenichi Handa
1997-02-20Include charset.h and coding.h.Karl Heuer
1996-12-30Include blockinput.h.Richard M. Stallman
1996-12-19(read_process_output, exec_sentinel):Richard M. Stallman
1996-12-18(send_process) [EMACS_HAS_USECS]:Richard M. Stallman
1996-12-08(status_notify): Test p->infd > 0Richard M. Stallman
1996-10-26(status_notify): Update p->tick againRichard M. Stallman
1996-09-17Replaced symbol BSD with BSD_SYSTEM.Karl Heuer
1996-09-16(stream_process): Variable deleted.Richard M. Stallman
1996-09-04(create_process): Test HAVE_SETPGID for using setpgid.Richard M. Stallman
1996-09-04(create_process_1, sigchld_handler) [POSIX_SIGNALS]:Richard M. Stallman
1996-09-03(create_process): Undo previous change.Richard M. Stallman
1996-09-01(Fprocess_contact): New function.Richard M. Stallman
1996-09-01(create_process): Test defined (TIOCSCTTY)Richard M. Stallman
1996-09-01Change all references from point to PT.Karl Heuer
1996-08-22(send_process): GCPRO object.Richard M. Stallman
1996-07-16(create_process_1, sigchld_handler): Undo previous change.Karl Heuer
1996-07-15(create_process_1, sigchld_handler):Karl Heuer
1996-07-13(wait_reading_process_input) [hpux]: Workaround forKarl Heuer
1996-06-11Comment change.Richard M. Stallman
1996-06-11(wait_reading_process_input): Move the O_NONBLOCK andRichard M. Stallman
1996-06-09(create_process): Add DONT_OPEN_PTY conditional.Richard M. Stallman
1996-06-08(Fopen_network_stream)[WINDOWSNT]: Ensure WindowsRichard M. Stallman
1996-04-26(Fopen_network_stream): Set process infd to inch.Richard M. Stallman
1996-04-23(wait_reading_process_input, both definitions):Richard M. Stallman
1996-04-15(wait_reading_process_input) [!subprocesses]:Richard M. Stallman
1996-04-14(wait_reading_process_input) [!subprocesses]: HandleRichard M. Stallman
1996-04-12(wait_reading_process_input, both definitions):Richard M. Stallman
1996-04-03(wait_reading_process_input): Don't callRichard M. Stallman
1996-03-27(wait_reading_process_input_1): New (empty) function.Richard M. Stallman
1996-03-22(wait_reading_process_input): Eliminate bogus testRichard M. Stallman
1996-03-19(wait_reading_process_input): Extract the number from read_kbd with XINT.Richard M. Stallman
1996-03-14(wait_reading_process_input) [! subprocesses]: RunKarl Heuer
1996-03-10[!subprocesses] (wait_reading_process_input):Richard M. Stallman
1996-03-08(wait_reading_process_input):Richard M. Stallman
1996-03-05(wait_reading_process_input):Richard M. Stallman
1996-03-03(wait_reading_process_input): Use getpid when generating SIGIO.Richard M. Stallman
1996-02-26(Fopen_network_stream): Set immediate_quit for the connect.Richard M. Stallman
1996-02-21(wait_reading_process_input):Karl Heuer