log src/sysdep.c @ 5438:ab37f52a4fe3

age author description
Mon, 03 Jan 1994 07:21:12 +0000 Richard M. Stallman (get_system_name): If the official name of the host is
Thu, 23 Dec 1993 02:02:36 +0000 Richard M. Stallman [VMS] (wait_for_kbd_input): Call prepare_menu_bars.
Fri, 26 Nov 1993 10:40:27 +0000 Richard M. Stallman (closedir): Test BROKEN_CLOSEDIR, not INTERRUPTIBLE_CLOSE.
Thu, 25 Nov 1993 05:41:47 +0000 Richard M. Stallman (init_baud_rate): Avoid referring to sg uninitialized.
Wed, 24 Nov 1993 08:02:26 +0000 Richard M. Stallman (closedir): Pass on the value from sys_closedir.
Tue, 23 Nov 1993 11:06:13 +0000 Richard M. Stallman (getwd): If getcwd returns 0, we return 0.
Wed, 10 Nov 1993 20:02:50 +0000 Richard M. Stallman (sys_suspend): Use EMACS_GETPGRP macro.
Wed, 10 Nov 1993 08:30:22 +0000 Richard M. Stallman (read_input_waiting): Don't mess with meta bit
Sat, 06 Nov 1993 05:14:07 +0000 Richard M. Stallman (child_setup_tty): Make the pty handle 8-bit characters.
Wed, 22 Sep 1993 18:08:51 +0000 Brian Fox (sys_write): Keep trying to write out the data until
Sun, 12 Sep 1993 12:36:30 +0000 Richard M. Stallman (bzero, bcopy, bcmp): Don't define as functions
Fri, 10 Sep 1993 06:15:46 +0000 Roland McGrath Include <config.h> instead of "config.h".
Wed, 08 Sep 1993 16:55:53 +0000 Richard M. Stallman (stuff_char): Use input_fd.
Sun, 15 Aug 1993 04:28:05 +0000 Richard M. Stallman (mkdir, rmdir): Use wait_for_termination to wait.
Sun, 15 Aug 1993 03:53:33 +0000 Richard M. Stallman Include syswait.h.
Tue, 03 Aug 1993 07:02:38 +0000 Jim Blandy * config.h.in: Add #undefs for HAVE_MKDIR and HAVE_RMDIR, for
Tue, 03 Aug 1993 02:40:31 +0000 Richard M. Stallman (vfork): Move this outside the USG conditional.
Sun, 18 Jul 1993 06:27:15 +0000 Jim Blandy * xterm.c, sysdep.c (F_SETOWN_BUG): Defined.
Sat, 19 Jun 1993 21:07:02 +0000 Jim Blandy * sysdep.c (rename): Make arguments const. autoconf #defines
Fri, 18 Jun 1993 23:33:20 +0000 Jim Blandy Changes for Irix 4.0, tested this time:
Thu, 17 Jun 1993 04:58:27 +0000 Jim Blandy Changes for correct pgrp behavior; approach suggested by Bob
Wed, 16 Jun 1993 20:31:01 +0000 Jim Blandy * sysdep.c (closedir): Don't free directory buffer if it looks
Wed, 16 Jun 1993 20:02:58 +0000 Jim Blandy * sysdep.c [ultrix] (init_sys_modes): Don't set LLITOUT; it
Sat, 12 Jun 1993 17:46:44 +0000 Jim Blandy * sysdep.c (child_setup_tty): Remove duplicate settings for VQUIT
Fri, 11 Jun 1993 16:22:03 +0000 Jim Blandy Interact properly with shells lacking job control (sh, rc, es...)
Thu, 10 Jun 1993 06:21:19 +0000 Jim Blandy * sysdep.c: Remove clause for DGUX support of FASYNC; add clause
Wed, 09 Jun 1993 11:59:12 +0000 Jim Blandy Apply typo patches from Paul Eggert.
Mon, 07 Jun 1993 23:57:08 +0000 Richard M. Stallman (init_baud_rate) [HAVE_TERMIOS]: Use cfgetospeed.
Fri, 04 Jun 1993 05:22:19 +0000 Richard M. Stallman (wait_for_termination): Fix sigpause in POSIX_SIGNALS case.
Mon, 31 May 1993 01:12:05 +0000 Richard M. Stallman (wait_for_termination): Delete LINUX conditionals.