1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 06:50:46 -08:00
Commit graph

178 commits

Author SHA1 Message Date
Richard M. Stallman
e5c992983c (sys_signal): Undo previous change. 1997-12-21 02:28:52 +00:00
Karl Heuer
a2825280f1 (sys_signal): Add two casts. 1997-12-11 07:22:21 +00:00
Andreas Schwab
590034f994 (reset_sigio): Return void. 1997-11-28 14:45:07 +00:00
Kenichi Handa
0863319442 (discard_tty_input, init_baud_rate,
wait_for_termination, flush_pending_output, child_setup_tty,
sys_suspend, sys_subshell, init_sigio, request_sigio,
unrequest_sigio, init_sys_modes, get_frame_size, reset_sys_modes,
setup_pty): Declare them as void.
1997-11-27 12:00:42 +00:00
Andreas Schwab
35a05ccae6 Add prototypes.
(save_signal_handlers): Make static.
(restore_signal_handlers): Likewise.
1997-11-25 13:38:04 +00:00
Karl Heuer
6250a9db04 (init_system_name): Don't use sysinfo. 1997-11-20 22:05:08 +00:00
Karl Heuer
b917b2e273 Treat DGUX the same as USG. 1997-11-20 21:54:20 +00:00
Karl Heuer
960d894c38 (init_system_name): If gethostname gives a proper
domain name, don't look farther for one.
1997-10-31 23:01:48 +00:00
Geoff Voelker
ad00c243fd (sys_subshell) [DOS_NT]: Save and restore parent's
working directory.
(sys_subshell) [WINDOWSNT]: Share MSDOS code. Don't take console.
(init_sys_modes, reset_sys_modes) [WINDOWSNT]: Do it even with
a read_socket_hook.
1997-09-03 00:37:00 +00:00
Richard M. Stallman
0b93aa5389 (init_system_name): Don't try to use getdomainname. 1997-08-31 18:03:03 +00:00
Richard M. Stallman
9b80a5aa02 (init_system_name): If domain is null, don't add a period. 1997-08-10 00:15:53 +00:00
Richard M. Stallman
c179a6d163 (init_sys_modes) [mips || HAVE_TCATTR]:
Handle flow_control by setting VSTART and VSTOP characters.
1997-08-07 02:12:40 +00:00
Richard M. Stallman
ba5971b37a [HAVE_LIBNCURSES]: Declare ospeed as short, unless NCURSES_OSPEED_T. 1997-07-28 17:04:18 +00:00
Richard M. Stallman
515b04d08c Fix previous change. 1997-07-15 18:58:44 +00:00
Richard M. Stallman
825e7e55be (ospeed): Define as short, unless HAVE_TERMIOS_H and LINUX. 1997-07-07 06:48:01 +00:00
Richard M. Stallman
2e34157cd9 Fix bugs with inappropriate mixing of Lisp_Object with int. 1997-07-04 20:44:52 +00:00
Richard M. Stallman
7c801356cf (init_system_name): Don't accept "(none)" as domain. 1997-07-04 18:38:36 +00:00
Richard M. Stallman
03407632d2 [HAVE_TERMIOS_H]: Include termios.h. 1997-06-29 00:08:34 +00:00
Richard M. Stallman
ac567c9517 (init_sys_modes): Enable VSTART and VSTOP if flow_control. 1997-06-13 00:49:50 +00:00
Richard M. Stallman
dfc366c954 (init_baud_rate): Use INIT_BAUD_RATE if it's defined.
(sys_signal): Lose DGUX special case.
1997-06-01 23:47:01 +00:00
Richard M. Stallman
4ec5cb58ba (init_sys_modes): Initialize Vtty_erase_char if
possible from the stty settings, otherwise to nil.
1997-05-19 02:34:16 +00:00
Kenichi Handa
5cb66ab8d6 `ospeed' should be short if not HAVE_TERMIIO_H. 1997-02-27 07:46:33 +00:00
Richard M. Stallman
db4042c888 (init_system_name): Retry gethostbyname only 5 times
and don't sleep after the last time.
1996-09-20 06:11:20 +00:00
Richard M. Stallman
2a6334563b Replaced symbol BSD with BSD_SYSTEM.
Don't explicitly Include termios.h.
(ospeed): Use HAVE_TERMIOS to decide whether to use speed_t.
1996-09-19 03:09:10 +00:00
Richard M. Stallman
f2361c606c [HAVE_TERMIOS_H]: Include termios.h.
(ospeed) [HAVE_TERMIOS_H]: Use ospeed_t.
1996-09-04 15:10:42 +00:00
Karl Heuer
e3678b6433 Removed support for !MULTI_FRAME. 1996-09-01 21:04:32 +00:00
Paul Eggert
b05af5d333 (<sys/systeminfo.h>): Include if HAVE_SYS_SYSTEMINFO_H is defined.
(init_system_name): Use sysinfo or getdomainname to append domain name
if host name is not already fully qualified.
1996-08-31 22:11:26 +00:00
Karl Heuer
9f80a1c889 Undo previous changes. 1996-07-16 22:37:24 +00:00
Karl Heuer
6c7c9244a9 Test HAVE_TERMIOS rather than the automatically-generated HAVE_TERMIOS_H,
in case <termios.h> is present but unusable.
1996-07-16 09:03:24 +00:00
Karl Heuer
9f2655f5f9 [HAVE_TERMIOS_H]: Declare ospeed as speed_t. 1996-07-15 21:53:24 +00:00
Richard M. Stallman
718ca3cf53 (sys_subshell): Add conditionals for DJGPP v2. 1996-04-11 18:13:12 +00:00
Richard M. Stallman
15614e61bb [DJGPP v2] (etext, start): Declared.
(wait_for_termination) [DJGPP v2]: Just exit.
1996-04-10 03:55:16 +00:00
Richard M. Stallman
7f37116457 (init_sys_modes): Clear INLCR like ICRNL. 1996-03-08 17:43:20 +00:00
Richard M. Stallman
f7097b2aa1 (child_setup_tty): Turn off ISTRIP to pass 8bit. Turn off TAB3 so
don't expand tabs.
1996-01-27 08:22:36 +00:00
Erik Naggum
3b7ad313e0 Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
Karl Heuer
ea5a0917ec (WRITABLE): Renamed from WRITEABLE. 1996-01-04 22:59:13 +00:00
Geoff Voelker
23cafe430d [HAVE_NTGUI] (init_sys_modes, reset_sys_modes):
Don't initialize terminal mode when using window system.
[HAVE_NTGUI] (BUFFER_SIZE_FACTOR): Increase for use with window system.

Use HAVE_WINDOW_SYSTEM instead of testing for specific window systems.
1995-11-07 07:26:18 +00:00
Kim F. Storm
c429518802 (init_sys_modes) [!HAVE_X_WINDOWS (MSDOS)]: Always call set_terminal_modes.
(reset_sys_modes) [MSDOS]: Do not look at EMACSCOLORS.
1995-10-11 11:48:52 +00:00
Richard M. Stallman
7964ba9e07 (sys_subshell) [MSDOS]: Handle SUSPEND env var.
Disable error report from subshell if system returns non-zero.
Don't call vfork before calling system.
Don't call wait_for_termination.
(sys_select): Turn it off if MSDOS.
(reset_sys_modes): Support EMACSCOLORS env var.
1995-09-02 16:22:17 +00:00
Karl Heuer
fe111dafb1 (sys_close): Handle Sunos 4.1 bug in close errno value.
(init_system_name): Add cast in init for fqdn.
1995-07-17 22:27:13 +00:00
Richard M. Stallman
f560db785e (rmdir): Fix up Aug 19 1993 change that wasn't done right. 1995-06-20 00:00:14 +00:00
Richard M. Stallman
394049ecab (emacs_set_tty): Swap TCSETAF and TCSETAW.
Rename arg waitp to flushp.
1995-06-14 23:17:44 +00:00
Karl Heuer
7e32a4fbae (old_tty_valid): New variable.
(init_sys_modes): Set old_tty_valid if we set old_tty.
(reset_sys_modes): Restore tty settings only if old_tty_valid.
1995-06-05 12:35:03 +00:00
Karl Heuer
e336874bf4 (VFORK_RETURN_TYPE): Use int if not already defined.
(vfork): Declare the return type.
1995-05-26 22:10:20 +00:00
Karl Heuer
cc6e72699c (init_system_name): Clean up signedness mismatch. 1995-05-12 06:52:50 +00:00
Richard M. Stallman
c7f93f2840 (bcmp, bcopy): Fix backward BSTRING conditionals. 1995-05-06 20:15:46 +00:00
Richard M. Stallman
dca8521c5a [HAVE_UNISTD_H]: Include unistd.h. 1995-04-29 23:02:54 +00:00
Karl Heuer
45b6727704 (sys_subshell) [WINDOWSNT]: Don't invoke restore_console. 1995-04-12 02:33:01 +00:00
Karl Heuer
2ac53dfa6d Update copyright. 1995-04-08 02:10:53 +00:00
Richard M. Stallman
5141799643 (bcopy): If NEED_BCOPY, do compile this. 1995-04-07 18:26:02 +00:00