log src/sysdep.c @ 16189:b41f7cd8f5b3 libc-960918 libc-960919 libc-960920 libc-960921 libc-960922 libc-960923

age author description
Wed, 04 Sep 1996 15:10:42 +0000 Richard M. Stallman [HAVE_TERMIOS_H]: Include termios.h.
Sun, 01 Sep 1996 21:04:32 +0000 Karl Heuer Removed support for !MULTI_FRAME.
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.
Tue, 22 Nov 1994 19:24:38 +0000 Richard M. Stallman (init_sys_modes): Tes AIXHFT, not AIX.
Tue, 15 Nov 1994 17:04:22 +0000 Richard M. Stallman (init_sys_modes): Maybe call tcflow.
Tue, 01 Nov 1994 08:39:49 +0000 Richard M. Stallman [WINDOWSNT]: Add includes for NT.
Tue, 25 Oct 1994 09:51:50 +0000 Richard M. Stallman Never use input_fd if using X.
Sat, 22 Oct 1994 03:55:00 +0000 Richard M. Stallman (input_fd): No longer static.
Mon, 17 Oct 1994 08:42:36 +0000 Morten Welinder *** empty log message ***
Fri, 14 Oct 1994 09:33:49 +0000 Richard M. Stallman (read_input_waiting): Set e.frame_or_window w/ XSETFRAME.
Tue, 11 Oct 1994 01:47:06 +0000 Karl Heuer (sys_subshell): Use NILP macro directly, not its expansion. Previous code was
Tue, 04 Oct 1994 12:26:19 +0000 Karl Heuer (kbd_input_ast, read_input_waiting): Use new accessor macros instead of
Sun, 02 Oct 1994 21:51:57 +0000 Karl Heuer Include <utime.h> here instead of in systime.h.
Tue, 27 Sep 1994 01:18:46 +0000 Karl Heuer (sys_subshell): Use type test macros.
Sun, 25 Sep 1994 00:48:04 +0000 Richard M. Stallman (set_file_times): Fix typo in previous change.
Sun, 25 Sep 1994 00:40:46 +0000 Richard M. Stallman (set_file_times): Don't test HAVE_UTIME.
Sat, 24 Sep 1994 22:15:56 +0000 Richard M. Stallman [USE_DL_STUBS] (dlopen, dlsym, dlclose): New functions.
Sat, 24 Sep 1994 00:30:52 +0000 Richard M. Stallman (start_of_text): Don't test CANNOT_UNEXEC.
Sat, 24 Sep 1994 00:20:07 +0000 Richard M. Stallman Delete BROKEN_FASYNC conditional.
Tue, 20 Sep 1994 04:07:48 +0000 Karl Heuer (set_file_times): Move this out of the USG conditional.
Sun, 18 Sep 1994 19:13:39 +0000 Karl Heuer (set_file_times): New function.
Mon, 05 Sep 1994 00:13:01 +0000 Karl Heuer (srandom): Pass arg to srand48; no return value.
Sun, 04 Sep 1994 07:01:28 +0000 Richard M. Stallman (random, srandom): Check HAVE_LRAND48, not HAVE_RAND48.
Sun, 04 Sep 1994 02:09:55 +0000 Richard M. Stallman (init_baud_rate): Test that getobaud is actually defined.
Sat, 03 Sep 1994 04:34:17 +0000 Richard M. Stallman (init_baud_rate) [USE_GETOBAUD]: Use getobaud.
Thu, 28 Jul 1994 12:50:34 +0000 Richard M. Stallman (random): Use rand differently, and distinguish BSD/USG.
Wed, 27 Jul 1994 17:40:29 +0000 Richard M. Stallman (random, srandom): Obey HAVE_RAND48 flag.
Mon, 25 Jul 1994 20:47:20 +0000 Richard M. Stallman [!HAVE_H_ERRNO]: Declare h_errno.
Tue, 19 Jul 1994 19:34:17 +0000 Richard M. Stallman (init_system_name): Retry gethostbyname after TRY_AGAIN failure.
Fri, 01 Jul 1994 15:34:42 +0000 Richard M. Stallman (init_sys_modes): Turn off VSTART and VSTOP chars. On
Wed, 15 Jun 1994 05:29:08 +0000 Karl Heuer (init_system_name): New function, replaces get_system_name.