(process_send_signal): If PREFER_VSUSP, use VSUSP instead of VSWTCH.
[bpt/emacs.git] / src / process.c
1994-05-09 Richard M. Stallman(process_send_signal): If PREFER_VSUSP, use VSUSP inste...
1994-05-06 Richard M. Stallman(wait_reading_process_input): Don't call prepare_menu_bars
1994-05-02 Richard M. Stallman(create_process): Undo April 19 setsid change.
1994-04-30 Paul Reilly(IN_ADDR, NUMERIC_ADDR_ERROR): Made conditional on...
1994-04-30 Richard M. Stallman(Fopen_network_stream): Retry the connect if EADDRINUSE...
1994-04-28 Richard M. Stallman(create_process): If vfork fails, close forkin and...
1994-04-26 Karl Heuer(create_process) [HAVE_TERMIOS && LDISC1]: Use tcsetattr.
1994-04-24 Richard M. Stallman(create_process): Use child_setup_tty only if pty_flag.
1994-04-24 Richard M. Stallman(create_process): Use SETUP_SLAVE_PTY only if pty_flag.
1994-04-23 Richard M. Stallman(max_process_desc): New variable.
1994-04-21 Richard M. Stallman(send_process): If fpathconf fails, use 250.
1994-04-20 Richard M. Stallman(create_process): Call setsid only if pty_flag.
1994-04-18 Richard M. Stallman(create_process): Fix previous change.
1994-04-16 Richard M. Stallman(create_process): Test TIOCSETD along with NTTYDISC.
1994-04-12 Richard M. Stallman(Fset_process_window_size): New function.
1994-04-12 Richard M. Stallman(send_process): Test pty_flag field for nil, not 0.
1994-04-08 Karl Heuer(read_process_output): If buffer changes, record that...
1994-03-29 Karl HeuerFix typos in comments.
1994-03-25 Karl Heuer(status_notify): Use assignment, not initialization.
1994-03-20 Richard M. Stallman(wait_reading_process_input, both versions): Don't...
1994-03-18 Karl Heuer(create_process): Skip the ioctl if fd is -1.
1994-03-18 Karl Heuer(Fstart_process): GCPRO some things.
1994-03-14 Karl Heuer(Fget_buffer_process): Fix typo in comment.
1994-03-12 Karl Heuer(get_process): Allow arg to be a buffer object.
1994-03-08 Roland McGrath(send_process) [_PC_MAX_CANON]: Also test #ifdef HAVE_F...
1994-03-02 Richard M. Stallman(chan_process, Vprocess_alist): No longer static.
1994-03-02 Richard M. StallmanInclude unistd.h.
1994-02-11 Roland McGrath(sys_siglist): Protect decl with #ifndef SYS_SIGLIST_DE...
1994-02-08 Richard M. Stallman(Fprocess_kill_without_query): Doc fix.
1994-01-14 Richard M. Stallman(sigchld_handler, status_message): Handle a NULL in...
1994-01-11 Richard M. Stallman(read_process_output): Supply second arg to unbind_to.
1994-01-10 Richard M. Stallman(create_process): Set line discipline only if pty_flag.
1994-01-09 Roland McGrathDon't declare sys_nerr.
1994-01-09 Richard M. StallmanComment changes.
1994-01-01 Richard M. Stallman(read_process_output): Use clip_to_bounds when moving
1993-12-25 Richard M. Stallman(create_process) [NTTYDISC]: Set the tty line discipline.
1993-12-24 Richard M. Stallman(Fopen_network_stream): Turn off SIGIO while connecting.
1993-12-23 Richard M. Stallman(Fprocess_status): Use get_process, not Fget_process.
1993-12-23 Richard M. Stallman(deactivate_process) [SVR4_PTYS]: If subtty is not...
1993-11-25 Richard M. Stallman(create_process): Do setpgrp for USG regardless of...
1993-11-24 Richard M. Stallman(Fdelete_process): Fix paren error.
1993-11-23 Richard M. Stallman(wait_reading_process_input):
1993-11-13 Richard M. Stallman(IN_ADDR, NUMERIC_ADDR_ERROR): New macros (two versions).
1993-11-13 Richard M. Stallman(get_process): Add `static' to definition.
1993-11-04 Richard M. Stallman[TERM]: Include client.h.
1993-10-25 Brian Fox(Fopen_netwrok_stream): Cast arg to inet_addr to (char *).
1993-10-22 Richard M. Stallman(status_notify): Don't read from process if filter...
1993-09-10 Roland McGrathInclude <config.h> instead of "config.h".
1993-09-08 Richard M. Stallman(keyboard_descriptor): New variable.
1993-08-15 Richard M. StallmanInclude syswait.h.
1993-07-28 Richard M. Stallman(wait_reading_process_input): Undo last two changes:
1993-07-24 Richard M. Stallman(Fprocess_status): Use Fget_process, to avoid error
1993-07-22 Richard M. Stallman(Fget_buffer_process): Delete doc string from
1993-07-09 Richard M. Stallman(wait_reading_process_input): If wait_for_cell, do...
1993-07-02 Richard M. Stallman(wait_reading_process_input): Do include the keyboard
1993-06-29 Richard M. Stallman(wait_reading_process_input): Use SIGIO only if defined.
1993-06-18 Jim BlandyChanges for Irix 4.0, tested this time:
1993-06-17 Jim Blandy* callproc.c (Fcall_process, child_setup): If IRIX...
1993-06-12 Richard M. Stallman(start_process_unwind): Use XINT.
1993-06-11 Richard M. Stallman(read_process_output): Don't deactivate the mark.
1993-06-10 Jim BlandyTypo.
1993-06-09 Jim Blandy* process.c (sigchld_handler): Add cast, to avoid warni...
1993-06-09 Jim Blandy* process.c (sigchld_handler): Add cast, to avoid warni...
1993-06-09 Jim BlandyApply typo patches from Paul Eggert.
1993-06-06 Richard M. Stallman(read_process_output): Deactivate the mark.
1993-05-29 Richard M. Stallman(MAXDESC): Get it from FD_SETSIZE if that exists.
1993-05-25 Richard M. Stallman(wait_reading_process_input): Call swallow_events.
1993-05-24 Richard M. Stallman(create_process): Ignore retval from TIOCSTTY.
1993-05-22 Jim BlandyUpdated copyright years.
1993-05-22 Jim Blandy* process.c (Fopen_network_stream): Deal with older...
1993-05-20 Jim BlandySome more changes from Michael K. Johnson for Linux.
1993-05-19 Jim Blandy* process.c (wait_reading_process_input): Undo change...
1993-05-19 Jim Blandy* process.c (wait_reading_process_input): Don't forget...
1993-05-19 Jim Blandy* process.c [__sgi] (allocate_pty): Give up immediately...
1993-05-16 Jim BlandyDocument sun change.
1993-05-15 Jim Blandy* process.c (wait_reading_process_input): If we're...
1993-04-29 Richard M. Stallman(wait_reading_process_input): Move the status_notify
1993-03-30 Jim BlandyNew macros NULL_DEVICE and EXEC_SUFFIXES, to give the...
1993-03-30 Jim BlandyRename int-to-string to number-to-string, since it...
1993-03-25 Jim Blandy* process.c [VMS] (DCL_PROMPT): Remove hack.
1993-03-20 Jim Blandy* process.c (wait_reading_process_input): Doc fix.
1993-03-17 Richard M. StallmanFix typo in previous change.
1993-03-17 Richard M. Stallman(Fprocess_send_eof): Make sure proc is running.
1993-03-15 Richard M. Stallman(wait_reading_process_input): New option to wait
1993-03-11 Jim Blandy* process.c (process_send_signal): In the TERMIOS code...
1993-02-22 Jim Blandy* process.c: Make sure we don't miss processes exiting...
1993-02-18 Michael I. Bushnell* process.c (Fstart_process): Jimb's change of December 11
1993-01-14 Jim Blandy* frame.h (FRAME_SAMPLE_VISIBILITY): Make sure frame...
1992-12-12 Jim BlandyGive subprocess creation a way to find a valid current...
1992-12-06 Jim BlandyTue Dec 1 23:42:25 1992 Jim Blandy (jimb@totoro...
1992-11-16 Jim Blandy* systty.h, process.c, buffer.h, callproc.c, sysdep...
1992-11-07 Jim Blandy* process.c [SYSV]: Don't include <termios.h>, <termio...
1992-10-31 Jim Blandy* process.c: (status_convert): Declare this to return a
1992-10-03 Jim Blandy* process.c (wait_reading_process_input): If the select...
1992-09-23 Jim Blandy* process.c [SIGCHLD && !BSD && !UNIPLUS && !HPUX]
1992-09-20 Richard M. Stallman(Faccept_process_output): Initialize useconds.
1992-08-29 Jim Blandy* process.c: Include "systty.h", not "systerm.h".
1992-08-22 Richard M. Stallman(WCOREDUMP): Define only if not defined.
1992-08-19 Jim Blandy* process.c (process_send_signal): Don't send SIGTSTP...
1992-07-22 Jim Blandyentered into RCS
next