Include <config.h> instead of "config.h".
[bpt/emacs.git] / src / sysdep.c
1993-09-10 Roland McGrathInclude <config.h> instead of "config.h".
1993-09-08 Richard M. Stallman(stuff_char): Use input_fd.
1993-08-15 Richard M. Stallman(mkdir, rmdir): Use wait_for_termination to wait.
1993-08-15 Richard M. StallmanInclude syswait.h.
1993-08-03 Jim Blandy* config.h.in: Add #undefs for HAVE_MKDIR and HAVE_RMDI...
1993-08-03 Richard M. Stallman(vfork): Move this outside the USG conditional.
1993-07-18 Jim Blandy* xterm.c, sysdep.c (F_SETOWN_BUG): Defined.
1993-06-19 Jim Blandy* sysdep.c (rename): Make arguments const. autoconf...
1993-06-18 Jim BlandyChanges for Irix 4.0, tested this time:
1993-06-17 Jim BlandyChanges for correct pgrp behavior; approach suggested...
1993-06-16 Jim Blandy* sysdep.c (closedir): Don't free directory buffer...
1993-06-16 Jim Blandy* sysdep.c [ultrix] (init_sys_modes): Don't set LLITOUT; it
1993-06-12 Jim Blandy* sysdep.c (child_setup_tty): Remove duplicate settings...
1993-06-11 Jim BlandyInteract properly with shells lacking job control ...
1993-06-10 Jim Blandy* sysdep.c: Remove clause for DGUX support of FASYNC...
1993-06-09 Jim BlandyApply typo patches from Paul Eggert.
1993-06-07 Richard M. Stallman(init_baud_rate) [HAVE_TERMIOS]: Use cfgetospeed.
1993-06-04 Richard M. Stallman(wait_for_termination): Fix sigpause in POSIX_SIGNALS...
1993-05-31 Richard M. Stallman(wait_for_termination): Delete LINUX conditionals.
1993-05-30 Richard M. Stallman(child_setup_tty) [AIX SIGNALS_VIA_CHARACTERS]: Install
1993-05-30 Richard M. Stallman(wait_for_termination): Add POSIX_SIGNALS alternative.
1993-05-30 Richard M. Stallman(sys_signal): Use 0, not NULL, to set sa_flags.
1993-05-29 Jim Blandy* sysdep.c (sys_siglist): Comment out #endif trailer.
1993-05-29 Richard M. Stallman(gettimeofday): Don't store in *tzp if tzp is 0.
1993-05-27 Jim Blandy* systty.h (HAVE_LTCHARS, HAVE_TCHARS): New macros...
1993-05-26 Richard M. Stallman[HAVE_SOCKETS]: Include socket.h, netdb.h.
1993-05-25 Richard M. Stallman(wait_for_termination) [LINUX]: Use the UNIPLUS alterna...
1993-05-25 Richard M. Stallman(wait_for_termination): Don't use the BSD alternative...
1993-05-22 Jim BlandyUpdated copyright years.
1993-05-21 Richard M. Stallman(wait_for_termination): Copy code from 18.59 (but sans...
1993-05-21 Jim Blandy* sysdep.c (sys_suspend): Set synch_process_alive,...
1993-05-19 Jim BlandySome changes from Michael K. Johnson for Linux.
1993-05-18 Jim Blandy* sysdep.c (reset_sys_modes): Test the return value of
1993-05-04 Jim Blandy* systty.h (EMACS_GET_TTY, EMACS_SET_TTY): Move these...
1993-04-26 Eric S. Raymond(read_pending_input): Fix the garbaged-modifiers bug...
1993-03-31 Jim BlandyPut interrupt input blocking in a separate file from...
1993-03-23 Jim Blandy* sysdep.c (random, srandom): Don't define these if...
1993-03-20 Jim Blandy* sysdep.c (reset_sys_modes): Fix usage of EMACS_SET_TTY.
1993-03-19 Jim BlandySome VMS changes from Richard Levitte <levitte@e.kth...
1993-03-11 Jim Blandy* sysdep.c (read_input_waiting): Set e.frame_or_window...
1993-02-22 Jim Blandy* sysdep.c (child_setup_tty): Recognize HAVE_TERMIOS...
1992-11-16 Jim Blandy* systty.h, process.c, buffer.h, callproc.c, sysdep...
1992-11-07 Jim Blandy* sysdep.c (init_baud_rate) [HAVE_TERMIO, not HAVE_TCAT...
1992-10-29 Richard M. Stallman(get_system_name): Use gethostname for USG systems
1992-09-23 Jim Blandy* sysdep.c (sys_suspend): Don't try to use "nice (...
1992-09-19 Richard M. Stallman(sys_suspend): Read EMACS_PARENT_PID envvar for parent.
1992-09-12 Richard M. Stallman(init_sys_modes): Handle VDSUSP like V_DSUSP.
1992-08-29 Jim Blandy* sysdep.c (init_baud_rate): Re-arranged order of condi...
1992-08-19 Jim Blandy* sysdep.c (select): There's no need to cast the return...
1992-07-13 Jim Blandyentered into RCS
1992-06-10 Jim Blandy*** empty log message ***
1992-06-05 Joseph Arceneaux*** empty log message ***
1992-05-18 Jim Blandy*** empty log message ***
1992-05-10 Jim Blandy*** empty log message ***
1992-05-01 Jim Blandy*** empty log message ***
1992-04-24 Jim Blandy*** empty log message ***
1992-03-14 Jim Blandy*** empty log message ***
1992-01-31 Jim Blandy*** empty log message ***
1992-01-14 Jim BlandyInitial revision