| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (init_sys_modes) [!HAVE_X_WINDOWS (MSDOS)]: Always call set_terminal_modes. | Kim F. Storm | 1995-10-11 | 1 | -13/+4 |
| | | | | | (reset_sys_modes) [MSDOS]: Do not look at EMACSCOLORS. | ||||
| * | (sys_subshell) [MSDOS]: Handle SUSPEND env var. | Richard M. Stallman | 1995-09-02 | 1 | -14/+22 |
| | | | | | | | | | 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. | ||||
| * | (sys_close): Handle Sunos 4.1 bug in close errno value. | Karl Heuer | 1995-07-17 | 1 | -2/+11 |
| | | | | | (init_system_name): Add cast in init for fqdn. | ||||
| * | (rmdir): Fix up Aug 19 1993 change that wasn't done right. | Richard M. Stallman | 1995-06-20 | 1 | -6/+6 |
| | | |||||
| * | (emacs_set_tty): Swap TCSETAF and TCSETAW. | Richard M. Stallman | 1995-06-14 | 1 | -8/+7 |
| | | | | | Rename arg waitp to flushp. | ||||
| * | (old_tty_valid): New variable. | Karl Heuer | 1995-06-05 | 1 | -3/+10 |
| | | | | | | (init_sys_modes): Set old_tty_valid if we set old_tty. (reset_sys_modes): Restore tty settings only if old_tty_valid. | ||||
| * | (VFORK_RETURN_TYPE): Use int if not already defined. | Karl Heuer | 1995-05-26 | 1 | -0/+5 |
| | | | | | (vfork): Declare the return type. | ||||
| * | (init_system_name): Clean up signedness mismatch. | Karl Heuer | 1995-05-12 | 1 | -1/+1 |
| | | |||||
| * | (bcmp, bcopy): Fix backward BSTRING conditionals. | Richard M. Stallman | 1995-05-06 | 1 | -2/+2 |
| | | |||||
| * | [HAVE_UNISTD_H]: Include unistd.h. | Richard M. Stallman | 1995-04-29 | 1 | -0/+5 |
| | | |||||
| * | (sys_subshell) [WINDOWSNT]: Don't invoke restore_console. | Karl Heuer | 1995-04-12 | 1 | -2/+0 |
| | | |||||
| * | Update copyright. | Karl Heuer | 1995-04-08 | 1 | -1/+1 |
| | | |||||
| * | (bcopy): If NEED_BCOPY, do compile this. | Richard M. Stallman | 1995-04-07 | 1 | -78/+83 |
| | | |||||
| * | (read_input_waiting): Fix Lisp_Object vs. int problem. | Karl Heuer | 1995-03-08 | 1 | -1/+1 |
| | | |||||
| * | (sys_select): Renamed from select. Use SELECT_TYPE instead of int. Defer to | Karl Heuer | 1995-01-23 | 1 | -19/+39 |
| | | | | | native select if that function is usable. | ||||
| * | (seed_random): Renamed from srandom. | Karl Heuer | 1995-01-19 | 1 | -26/+66 |
| | | | | | (get_random): Renamed from random. Return VALBITS random bits. | ||||
| * | Delete obsolete comment. | Karl Heuer | 1995-01-06 | 1 | -7/+0 |
| | | |||||
| * | (sys_siglist) [AIX]: Add AIXHFT conditional. | Richard M. Stallman | 1994-12-10 | 1 | -0/+2 |
| | | |||||
| * | (child_setup_tty): Use CDISABLE for setting VERASE, VKILL. | Richard M. Stallman | 1994-12-04 | 1 | -3/+15 |
| | | | | | | (init_sys_modes) [SET_LINE_DISCIPLINE]: Set specified line discipline. (reset_sys_modes) [SET_LINE_DISCIPLINE]: Restore old line discipline. | ||||
| * | (init_sys_modes): Tes AIXHFT, not AIX. | Richard M. Stallman | 1994-11-22 | 1 | -6/+6 |
| | | | | | | (reset_sys_modes): Test AIXHFT. (hft_init, hft_reset): Test AIXHFT, not AIX. | ||||
| * | (init_sys_modes): Maybe call tcflow. | Richard M. Stallman | 1994-11-15 | 1 | -0/+4 |
| | | |||||
| * | [WINDOWSNT]: Add includes for NT. | Richard M. Stallman | 1994-11-01 | 1 | -30/+70 |
| | | | | | | | | | | | | | Define _P_WAIT. Declare _spawnlp, _getpid. [WINDOWSNT] (select, strerror, vfork): Don't use these definitions. (init_sys_modes): Test DOS_NT, not MSDOS. (emacs_get_tty, emacs_set_tty,(child_setup_tty, init_baud_rate): Ditto. (sys_subshell) [WINDOWSNT]: Use _spawnlp. not vfork. (wait_for_termination) [WINDOWSNT]: Use wait. (discard_tty_input) [WINDOWSNT]: Do nothing at all. | ||||
| * | Never use input_fd if using X. | Richard M. Stallman | 1994-10-25 | 1 | -17/+42 |
| | | | | | | | | | | | (stuff_char): Do nothing if read_socket_hook. (setpgrp_of_tty): Function deleted. (init_sigio): Take fd as argument. Callers changed. Don't call request_sigio; do the work here. (request_sigio, unrequest_sigio): Do nothing if read_socket_hook. (init_sys_modes): Don't call EMACS_GET_TTY unless we are going to change the settings. | ||||
| * | (input_fd): No longer static. | Richard M. Stallman | 1994-10-22 | 1 | -4/+3 |
| | | |||||
| * | *** empty log message *** | Morten Welinder | 1994-10-17 | 1 | -5/+19 |
| | | |||||
| * | (read_input_waiting): Set e.frame_or_window w/ XSETFRAME. | Richard M. Stallman | 1994-10-14 | 1 | -1/+1 |
| | | |||||
| * | (sys_subshell): Use NILP macro directly, not its expansion. Previous code was | Karl Heuer | 1994-10-11 | 1 | -2/+1 |
| | | | | | leftover from when NULL was a bad word. | ||||
| * | (kbd_input_ast, read_input_waiting): Use new accessor macros instead of | Karl Heuer | 1994-10-04 | 1 | -3/+3 |
| | | | | | calling XSET directly. | ||||
| * | Include <utime.h> here instead of in systime.h. | Karl Heuer | 1994-10-02 | 1 | -6/+14 |
| | | | | | (set_file_times): Move struct declaration to top of file. | ||||
| * | (sys_subshell): Use type test macros. | Karl Heuer | 1994-09-27 | 1 | -1/+1 |
| | | |||||
| * | (set_file_times): Fix typo in previous change. | Richard M. Stallman | 1994-09-25 | 1 | -1/+1 |
| | | |||||
| * | (set_file_times): Don't test HAVE_UTIME. | Richard M. Stallman | 1994-09-25 | 1 | -10/+5 |
| | | | | | Assume utime exists if utimes does not. | ||||
| * | [USE_DL_STUBS] (dlopen, dlsym, dlclose): New functions. | Richard M. Stallman | 1994-09-24 | 1 | -0/+27 |
| | | |||||
| * | (start_of_text): Don't test CANNOT_UNEXEC. | Richard M. Stallman | 1994-09-24 | 1 | -2/+2 |
| | | |||||
| * | Delete BROKEN_FASYNC conditional. | Richard M. Stallman | 1994-09-24 | 1 | -9/+0 |
| | | |||||
| * | (set_file_times): Move this out of the USG conditional. | Karl Heuer | 1994-09-20 | 1 | -29/+29 |
| | | |||||
| * | (set_file_times): New function. | Karl Heuer | 1994-09-18 | 1 | -26/+24 |
| | | |||||
| * | (srandom): Pass arg to srand48; no return value. | Karl Heuer | 1994-09-05 | 1 | -1/+1 |
| | | |||||
| * | (random, srandom): Check HAVE_LRAND48, not HAVE_RAND48. | Richard M. Stallman | 1994-09-04 | 1 | -3/+3 |
| | | | | | Call lrand48, nor rand48. | ||||
| * | (init_baud_rate): Test that getobaud is actually defined. | Richard M. Stallman | 1994-09-04 | 1 | -1/+1 |
| | | |||||
| * | (init_baud_rate) [USE_GETOBAUD]: Use getobaud. | Richard M. Stallman | 1994-09-03 | 1 | -0/+5 |
| | | |||||
| * | (random): Use rand differently, and distinguish BSD/USG. | Richard M. Stallman | 1994-07-28 | 1 | -2/+9 |
| | | |||||
| * | (random, srandom): Obey HAVE_RAND48 flag. | Richard M. Stallman | 1994-07-27 | 1 | -17/+12 |
| | | | | | Test that random is not a macro. Don't test USG or BSD4_1. | ||||
| * | [!HAVE_H_ERRNO]: Declare h_errno. | Richard M. Stallman | 1994-07-25 | 1 | -0/+7 |
| | | | | | (init_system_name): Set h_errno to 0 initially. | ||||
| * | (init_system_name): Retry gethostbyname after TRY_AGAIN failure. | Richard M. Stallman | 1994-07-19 | 1 | -25/+38 |
| | | | | | | | (sys_subshell): Expand ~ in dir. Do the processing of dir before calling fork. Use vfork. | ||||
| * | (init_sys_modes): Turn off VSTART and VSTOP chars. On | Richard M. Stallman | 1994-07-01 | 1 | -0/+10 |
| | | | | | DGUX, turn off INPCK. | ||||
| * | (init_system_name): New function, replaces get_system_name. | Karl Heuer | 1994-06-15 | 1 | -98/+74 |
| | | |||||
| * | (init_sys_modes): Don't set up sigio here if window system. | Richard M. Stallman | 1994-06-14 | 1 | -1/+2 |
| | | |||||
| * | (init_sys_modes): Don't call set_terminal_modes | Richard M. Stallman | 1994-06-13 | 1 | -1/+3 |
| | | | | | if using a window system. | ||||
| * | [BROKEN_TIOCGWINSZ]: Undef TIOCSWINSZ too. | Richard M. Stallman | 1994-05-19 | 1 | -0/+1 |
| | | |||||