log src/sysdep.c @ 16050:c2805a244171

age author description
Sat, 31 Aug 1996 22:11:26 +0000 Paul Eggert (<sys/systeminfo.h>): Include if HAVE_SYS_SYSTEMINFO_H is defined.
Tue, 16 Jul 1996 22:37:24 +0000 Karl Heuer Undo previous changes.
Tue, 16 Jul 1996 09:03:24 +0000 Karl Heuer Test HAVE_TERMIOS rather than the automatically-generated HAVE_TERMIOS_H,
Mon, 15 Jul 1996 21:53:24 +0000 Karl Heuer [HAVE_TERMIOS_H]: Declare ospeed as speed_t.
Thu, 11 Apr 1996 18:13:12 +0000 Richard M. Stallman (sys_subshell): Add conditionals for DJGPP v2.
Wed, 10 Apr 1996 03:55:16 +0000 Richard M. Stallman [DJGPP v2] (etext, start): Declared.
Fri, 08 Mar 1996 17:43:20 +0000 Richard M. Stallman (init_sys_modes): Clear INLCR like ICRNL.
Sat, 27 Jan 1996 08:22:36 +0000 Richard M. Stallman (child_setup_tty): Turn off ISTRIP to pass 8bit. Turn off TAB3 so
Mon, 15 Jan 1996 09:18:04 +0000 Erik Naggum Update FSF's address in the preamble.
Thu, 04 Jan 1996 22:59:13 +0000 Karl Heuer (WRITABLE): Renamed from WRITEABLE.
Tue, 07 Nov 1995 07:26:18 +0000 Geoff Voelker [HAVE_NTGUI] (init_sys_modes, reset_sys_modes):
Wed, 11 Oct 1995 11:48:52 +0000 Kim F. Storm (init_sys_modes) [!HAVE_X_WINDOWS (MSDOS)]: Always call set_terminal_modes.
Sat, 02 Sep 1995 16:22:17 +0000 Richard M. Stallman (sys_subshell) [MSDOS]: Handle SUSPEND env var.
Mon, 17 Jul 1995 22:27:13 +0000 Karl Heuer (sys_close): Handle Sunos 4.1 bug in close errno value.
Tue, 20 Jun 1995 00:00:14 +0000 Richard M. Stallman (rmdir): Fix up Aug 19 1993 change that wasn't done right.
Wed, 14 Jun 1995 23:17:44 +0000 Richard M. Stallman (emacs_set_tty): Swap TCSETAF and TCSETAW.
Mon, 05 Jun 1995 12:35:03 +0000 Karl Heuer (old_tty_valid): New variable.
Fri, 26 May 1995 22:10:20 +0000 Karl Heuer (VFORK_RETURN_TYPE): Use int if not already defined.
Fri, 12 May 1995 06:52:50 +0000 Karl Heuer (init_system_name): Clean up signedness mismatch.
Sat, 06 May 1995 20:15:46 +0000 Richard M. Stallman (bcmp, bcopy): Fix backward BSTRING conditionals.
Sat, 29 Apr 1995 23:02:54 +0000 Richard M. Stallman [HAVE_UNISTD_H]: Include unistd.h.
Wed, 12 Apr 1995 02:33:01 +0000 Karl Heuer (sys_subshell) [WINDOWSNT]: Don't invoke restore_console.
Sat, 08 Apr 1995 02:10:53 +0000 Karl Heuer Update copyright.
Fri, 07 Apr 1995 18:26:02 +0000 Richard M. Stallman (bcopy): If NEED_BCOPY, do compile this.
Wed, 08 Mar 1995 22:49:11 +0000 Karl Heuer (read_input_waiting): Fix Lisp_Object vs. int problem.
Mon, 23 Jan 1995 23:26:29 +0000 Karl Heuer (sys_select): Renamed from select. Use SELECT_TYPE instead of int. Defer to
Thu, 19 Jan 1995 23:37:10 +0000 Karl Heuer (seed_random): Renamed from srandom.
Fri, 06 Jan 1995 23:23:38 +0000 Karl Heuer Delete obsolete comment.
Sat, 10 Dec 1994 07:47:21 +0000 Richard M. Stallman (sys_siglist) [AIX]: Add AIXHFT conditional.
Sun, 04 Dec 1994 17:06:56 +0000 Richard M. Stallman (child_setup_tty): Use CDISABLE for setting VERASE, VKILL.