log src/sysdep.c @ 53413:c4a65e59063d

age author description
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Sun, 15 Jun 2003 21:04:16 +0000 Stefan Monnier (kbd_input_ast, read_input_waiting): Don't pass uninitialized
Thu, 12 Jun 2003 22:13:18 +0000 Dave Love Remove redundant include of unistd.h, stdlib.h. Use
Sat, 24 May 2003 22:07:03 +0000 Kim F. Storm Make (few) trivial substitutions for renamed and
Tue, 04 Feb 2003 14:56:31 +0000 Juanma Barranquero Trailing whitespace deleted.
Sun, 08 Dec 2002 06:00:10 +0000 Steven Tamm Have emacs_read use sys_read on carbon/Mac OS X
Wed, 04 Dec 2002 11:44:34 +0000 Richard M. Stallman (fcntl.h): Test only HAVE_FCNTL_H.
Fri, 22 Nov 2002 12:22:43 +0000 Dave Love (stuff_char) [PROTOTYPES]: Provide ISO C arglist.
Mon, 19 Aug 2002 18:19:20 +0000 Eli Zaretskii [MSDOS]: Don't define request_sigio and
Sat, 17 Aug 2002 04:56:13 +0000 Richard M. Stallman [!VMS]: Include sys/files.h.
Wed, 24 Jul 2002 02:07:26 +0000 Ken Raeburn (start_of_data): Don't define the function if a macro
Sun, 21 Jul 2002 14:17:19 +0000 Ken Raeburn (end_of_text, end_of_data): Unused functions deleted.
Fri, 19 Jul 2002 14:37:13 +0000 Ken Raeburn (emacs_write): Buffer pointer now const.
Tue, 16 Jul 2002 19:49:00 +0000 Ken Raeburn (emacs_open, set_file_times): String pointer args now
Mon, 15 Jul 2002 00:00:41 +0000 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Thu, 11 Jul 2002 17:29:56 +0000 Richard M. Stallman (sys_signal): Test BROKEN_SA_RESTART.
Thu, 13 Jun 2002 15:00:02 +0000 Pavel Jank *** empty log message ***
Fri, 26 Apr 2002 23:39:06 +0000 Andrew Choi Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Fri, 22 Mar 2002 22:53:13 +0000 Stefan Monnier (wait_for_termination): Use sigsuspend rather than sigpause.
Mon, 04 Mar 2002 23:41:00 +0000 Stefan Monnier Change defvar_int def and vars to use EMACS_INT instead of just int.
Mon, 04 Mar 2002 20:15:56 +0000 Eli Zaretskii (sys_subshell): Fix last change.
Mon, 04 Mar 2002 20:06:58 +0000 Eli Zaretskii (sys_subshell) [MSDOS]: If PWD is set in the
Fri, 08 Feb 2002 09:44:05 +0000 Pavel Jank (init_system_name): Put unused variable `p' in #if 0.
Tue, 01 Jan 2002 19:15:26 +0000 Pavel Jank Include <config.h>.
Tue, 11 Dec 2001 22:20:20 +0000 Richard M. Stallman Test GNU_LINUX, not LINUX.
Mon, 19 Nov 2001 14:47:58 +0000 Richard M. Stallman Comment change.
Fri, 16 Nov 2001 22:50:51 +0000 Pavel Jank (wait_for_kbd_input) [VMS]: Do not call clear_waiting_for_input with
Sun, 11 Nov 2001 20:11:14 +0000 Richard M. Stallman (child_setup_tty): Don't clear ICRNL or INLCR.
Sun, 21 Oct 2001 12:08:54 +0000 Pavel Jank (delete-exited-processes): Change doc-string comments to `new style' [w/`doc:' keyword].
Mon, 08 Oct 2001 08:58:20 +0000 Gerd Moellmann (child_setup_tty) [HAVE_TERMIO || HAVE_TERMIOS]: