log src/sysdep.c @ 5862:0449645855c3

age author description
1994-02-02 Karl Heuer (get_system_name): Remove restriction on hostname size.
1994-01-26 Richard M. Stallman (mkdir): Use MKDIR_PROTOTYPE if defined.
1994-01-15 Richard M. Stallman (request_sigio, unrequest_sigio): Add new versions of
1994-01-12 Richard M. Stallman (sys_siglist) [sun]: Additional Sun-specific signal names.
1994-01-09 Roland McGrath Restore big block of #ifdef and #include lines for fcntl.h and friends,
1994-01-08 Roland McGrath [! VMS]: Don't declare sys_errlist here.
1994-01-08 Richard M. Stallman [MSDOS]: #include <dos.h>, "dosfns.h", "msdos.h", and
1994-01-03 Richard M. Stallman (get_system_name): If the official name of the host is
1993-12-23 Richard M. Stallman [VMS] (wait_for_kbd_input): Call prepare_menu_bars.
1993-11-26 Richard M. Stallman (closedir): Test BROKEN_CLOSEDIR, not INTERRUPTIBLE_CLOSE.
1993-11-25 Richard M. Stallman (init_baud_rate): Avoid referring to sg uninitialized.
1993-11-24 Richard M. Stallman (closedir): Pass on the value from sys_closedir.
1993-11-23 Richard M. Stallman (getwd): If getcwd returns 0, we return 0.
1993-11-10 Richard M. Stallman (sys_suspend): Use EMACS_GETPGRP macro.
1993-11-10 Richard M. Stallman (read_input_waiting): Don't mess with meta bit
1993-11-06 Richard M. Stallman (child_setup_tty): Make the pty handle 8-bit characters.
1993-09-22 Brian Fox (sys_write): Keep trying to write out the data until
1993-09-12 Richard M. Stallman (bzero, bcopy, bcmp): Don't define as functions
1993-09-10 Roland McGrath Include <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. Stallman Include syswait.h.
1993-08-03 Jim Blandy * config.h.in: Add #undefs for HAVE_MKDIR and HAVE_RMDIR, for
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 #defines
1993-06-18 Jim Blandy Changes for Irix 4.0, tested this time:
1993-06-17 Jim Blandy Changes for correct pgrp behavior; approach suggested by Bob
1993-06-16 Jim Blandy * sysdep.c (closedir): Don't free directory buffer if it looks
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 for VQUIT
1993-06-11 Jim Blandy Interact properly with shells lacking job control (sh, rc, es...)
1993-06-10 Jim Blandy * sysdep.c: Remove clause for DGUX support of FASYNC; add clause
1993-06-09 Jim Blandy Apply 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 case.
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; define them if
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 alternative.
1993-05-25 Richard M. Stallman (wait_for_termination): Don't use the BSD alternative for LINUX.
1993-05-22 Jim Blandy Updated copyright years.
1993-05-21 Richard M. Stallman (wait_for_termination): Copy code from 18.59 (but sans BSD4_1 alternatives).
1993-05-21 Jim Blandy * sysdep.c (sys_suspend): Set synch_process_alive, so that
1993-05-19 Jim Blandy Some 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 into
1993-04-26 Eric S. Raymond (read_pending_input): Fix the garbaged-modifiers bug under System Vs previous
1993-03-31 Jim Blandy Put interrupt input blocking in a separate file from xterm.h.
1993-03-23 Jim Blandy * sysdep.c (random, srandom): Don't define these if HAVE_RANDOM is
1993-03-20 Jim Blandy * sysdep.c (reset_sys_modes): Fix usage of EMACS_SET_TTY.
1993-03-19 Jim Blandy Some VMS changes from Richard Levitte <levitte@e.kth.se>:
1993-03-11 Jim Blandy * sysdep.c (read_input_waiting): Set e.frame_or_window, not
1993-02-22 Jim Blandy * sysdep.c (child_setup_tty): Recognize HAVE_TERMIOS as well as
1992-11-16 Jim Blandy * systty.h, process.c, buffer.h, callproc.c, sysdep.c, dired.c: