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]:
|
Mon, 08 Oct 2001 08:07:49 +0000 |
Gerd Moellmann |
Don't define min/max.
|
Fri, 21 Sep 2001 14:09:02 +0000 |
Gerd Moellmann |
(wait_for_termination) [POSIX_SIGNALS]: Terminate
|
Thu, 20 Sep 2001 13:24:09 +0000 |
Gerd Moellmann |
(wait_for_termination): Add a FIXME comment for the use of non-POSIX
|
Thu, 05 Apr 2001 14:59:37 +0000 |
Gerd Moellmann |
(getwd) [!HAVE_GETWD]: Unblock input before returning.
|
Tue, 16 Jan 2001 12:42:22 +0000 |
Gerd Moellmann |
Call redisplay_preserve_echo_area with additional arg.
|
Wed, 10 Jan 2001 11:52:57 +0000 |
Dave Love |
(random): Revert the declaration.
|
Fri, 05 Jan 2001 11:27:09 +0000 |
Gerd Moellmann |
Update copyright.
|
Fri, 05 Jan 2001 11:26:08 +0000 |
Gerd Moellmann |
Don't prototype srandom; it takes an unsigned argument
|
Thu, 04 Jan 2001 17:47:01 +0000 |
Dave Love |
(random, srandom): Declare explicitly.
|
Tue, 21 Nov 2000 23:56:56 +0000 |
Kenichi Handa |
Move the code for declaring h_errno after #include <netdb.h>.
|
Sun, 19 Nov 2000 14:36:01 +0000 |
Gerd Moellmann |
(emacs_ospeed): New variable.
|
Sun, 05 Nov 2000 21:42:41 +0000 |
Andrew Innes |
(read_input_waiting): Remove extraneous argument to
|
Sun, 22 Oct 2000 16:50:16 +0000 |
Andrew Choi |
Initial check-in: changes for building Emacs under Mac OS.
|
Fri, 06 Oct 2000 22:51:10 +0000 |
Dave Love |
Don't include string.h.
|
Tue, 22 Aug 2000 22:40:16 +0000 |
Andrew Innes |
Include keyboard.h before frame.h.
|
Sat, 05 Aug 2000 19:29:39 +0000 |
Gerd Moellmann |
(run_mac_command, closedir): Use `xfree' instead of `free'.
|
Sat, 05 Aug 2000 19:26:46 +0000 |
Gerd Moellmann |
(opendir, GetTempDirName, run_mac_command): Use xmalloc
|
Fri, 23 Jun 2000 16:35:41 +0000 |
Dave Love |
Undefine setpgrp before setting it.
|
Tue, 20 Jun 2000 18:31:36 +0000 |
Gerd Moellmann |
(sigprocmask_set): New variable.
|
Fri, 02 Jun 2000 15:44:45 +0000 |
Dave Love |
Conditionally include stdlib.h, unistd.h.
|
Fri, 26 May 2000 15:52:33 +0000 |
Gerd Moellmann |
(ospeed) [HAVE_SPEED_T]: Declare as `extern speed_t'.
|
Wed, 24 May 2000 13:08:10 +0000 |
Gerd Moellmann |
(setpgrp): Don't define if USG and BSD_PGRPS are not defined.
|
Tue, 23 May 2000 22:00:25 +0000 |
Gerd Moellmann |
(setpgrp) [HAVE_SETPGID]: Define as setpgid.
|
Sat, 20 May 2000 15:51:35 +0000 |
Gerd Moellmann |
(setup_pty): Treat case that UNIX98_PTYS is defined
|
Wed, 01 Mar 2000 20:55:11 +0000 |
Jason Rumney |
[WINDOWSNT]: Use sys_read and sys_write to ensure correct line-ending
|
Wed, 01 Mar 2000 12:49:35 +0000 |
Gerd Moellmann |
(start_of_text): Don't define this function for NetBSD
|
Wed, 16 Feb 2000 00:34:39 +0000 |
Gerd Moellmann |
(vfork) [!HAVE_VFORK]: Removed.
|
Tue, 25 Jan 2000 15:58:45 +0000 |
Gerd Moellmann |
(sys_select): Turn atimers off and on instead of
|
Mon, 22 Nov 1999 08:19:51 +0000 |
Paul Eggert |
* callproc.c (strerror): Remove decl.
|
Tue, 19 Oct 1999 07:25:11 +0000 |
Paul Eggert |
Add support for large files, 64-bit Solaris, system locale codings.
|
Mon, 13 Sep 1999 11:13:50 +0000 |
Gerd Moellmann |
(reset_sys_modes): Change for Lisp_Object selected_frame.
|
Mon, 06 Sep 1999 22:32:26 +0000 |
Richard M. Stallman |
[macintosh] (stat, fstat, mkdir, rmdir, utime, access)
|
Mon, 30 Aug 1999 16:19:57 +0000 |
Andreas Schwab |
Include <stdlib.h> if available. Declare errno only if it is not a macro.
|
Sun, 29 Aug 1999 19:32:33 +0000 |
Richard M. Stallman |
(read_input_waiting): Pass read_socket_hook just 4 args.
|
Wed, 18 Aug 1999 13:10:52 +0000 |
Dave Love |
Use stdlib.h.
|
Mon, 02 Aug 1999 12:37:31 +0000 |
Eli Zaretskii |
(init_sys_modes): Call init_frame_faces for termcap
|
Wed, 04 Nov 1998 10:53:14 +0000 |
Kenichi Handa |
[nec_ews_svr4]: Extern *_sobuf.
|
Sat, 25 Jul 1998 20:51:40 +0000 |
Richard M. Stallman |
[AIXHFT] (hft_init, hft_reset): Add declarations.
|
Tue, 02 Jun 1998 15:52:04 +0000 |
Karl Heuer |
(sys_subshell): Cast arg to chdir.
|
Wed, 29 Apr 1998 09:42:46 +0000 |
Andreas Schwab |
(emacs_get_tty): Zero out termios structure before
|
Sun, 26 Apr 1998 02:18:58 +0000 |
Richard M. Stallman |
(croak): Add forward declaration.
|
Tue, 14 Apr 1998 13:10:35 +0000 |
Andreas Schwab |
(init_sys_modes): Fix mixing of Lisp_Object and int
|
Tue, 14 Apr 1998 12:25:56 +0000 |
Andreas Schwab |
Fix -Wimplicit warnings.
|
Fri, 20 Feb 1998 13:00:21 +0000 |
Andreas Schwab |
(sys_sigpause): Removed.
|
Sun, 21 Dec 1997 02:28:52 +0000 |
Richard M. Stallman |
(sys_signal): Undo previous change.
|
Thu, 11 Dec 1997 07:22:21 +0000 |
Karl Heuer |
(sys_signal): Add two casts.
|
Fri, 28 Nov 1997 14:45:07 +0000 |
Andreas Schwab |
(reset_sigio): Return void.
|
Thu, 27 Nov 1997 12:00:42 +0000 |
Kenichi Handa |
(discard_tty_input, init_baud_rate,
|
Tue, 25 Nov 1997 13:38:04 +0000 |
Andreas Schwab |
Add prototypes.
|
Thu, 20 Nov 1997 22:05:08 +0000 |
Karl Heuer |
(init_system_name): Don't use sysinfo.
|
Thu, 20 Nov 1997 21:54:20 +0000 |
Karl Heuer |
Treat DGUX the same as USG.
|
Fri, 31 Oct 1997 23:01:48 +0000 |
Karl Heuer |
(init_system_name): If gethostname gives a proper
|
Wed, 03 Sep 1997 00:37:00 +0000 |
Geoff Voelker |
(sys_subshell) [DOS_NT]: Save and restore parent's
|
Sun, 31 Aug 1997 18:03:03 +0000 |
Richard M. Stallman |
(init_system_name): Don't try to use getdomainname.
|
Sun, 10 Aug 1997 00:15:53 +0000 |
Richard M. Stallman |
(init_system_name): If domain is null, don't add a period.
|
Thu, 07 Aug 1997 02:12:40 +0000 |
Richard M. Stallman |
(init_sys_modes) [mips || HAVE_TCATTR]:
|
Mon, 28 Jul 1997 17:04:18 +0000 |
Richard M. Stallman |
[HAVE_LIBNCURSES]: Declare ospeed as short, unless NCURSES_OSPEED_T.
|
Tue, 15 Jul 1997 18:58:44 +0000 |
Richard M. Stallman |
Fix previous change.
|
Mon, 07 Jul 1997 06:48:01 +0000 |
Richard M. Stallman |
(ospeed): Define as short, unless HAVE_TERMIOS_H and LINUX.
|
Fri, 04 Jul 1997 20:44:52 +0000 |
Richard M. Stallman |
Fix bugs with inappropriate mixing of Lisp_Object with int.
|
Fri, 04 Jul 1997 18:38:36 +0000 |
Richard M. Stallman |
(init_system_name): Don't accept "(none)" as domain.
|
Sun, 29 Jun 1997 00:08:34 +0000 |
Richard M. Stallman |
[HAVE_TERMIOS_H]: Include termios.h.
|
Fri, 13 Jun 1997 00:49:50 +0000 |
Richard M. Stallman |
(init_sys_modes): Enable VSTART and VSTOP if flow_control.
|
Sun, 01 Jun 1997 23:47:01 +0000 |
Richard M. Stallman |
(init_baud_rate): Use INIT_BAUD_RATE if it's defined.
|
Mon, 19 May 1997 02:34:16 +0000 |
Richard M. Stallman |
(init_sys_modes): Initialize Vtty_erase_char if
|
Thu, 27 Feb 1997 07:46:33 +0000 |
Kenichi Handa |
`ospeed' should be short if not HAVE_TERMIIO_H.
|
Fri, 20 Sep 1996 06:11:20 +0000 |
Richard M. Stallman |
(init_system_name): Retry gethostbyname only 5 times
|
Thu, 19 Sep 1996 03:09:10 +0000 |
Richard M. Stallman |
Replaced symbol BSD with BSD_SYSTEM.
|
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.
|