| Commit message (Expand) | Author | Age | Files | Lines |
* | (init_system_name): Retry gethostbyname only 5 times | Richard M. Stallman | 1996-09-20 | 1 | -1/+3 |
* | Replaced symbol BSD with BSD_SYSTEM. | Richard M. Stallman | 1996-09-19 | 1 | -10/+10 |
* | [HAVE_TERMIOS_H]: Include termios.h. | Richard M. Stallman | 1996-09-04 | 1 | -0/+5 |
* | Removed support for !MULTI_FRAME. | Karl Heuer | 1996-09-01 | 1 | -2/+0 |
* | (<sys/systeminfo.h>): Include if HAVE_SYS_SYSTEMINFO_H is defined. | Paul Eggert | 1996-08-31 | 1 | -0/+43 |
* | Undo previous changes. | Karl Heuer | 1996-07-16 | 1 | -6/+1 |
* | Test HAVE_TERMIOS rather than the automatically-generated HAVE_TERMIOS_H, | Karl Heuer | 1996-07-16 | 1 | -1/+1 |
* | [HAVE_TERMIOS_H]: Declare ospeed as speed_t. | Karl Heuer | 1996-07-15 | 1 | -1/+6 |
* | (sys_subshell): Add conditionals for DJGPP v2. | Richard M. Stallman | 1996-04-11 | 1 | -0/+9 |
* | [DJGPP v2] (etext, start): Declared. | Richard M. Stallman | 1996-04-10 | 1 | -0/+10 |
* | (init_sys_modes): Clear INLCR like ICRNL. | Richard M. Stallman | 1996-03-08 | 1 | -0/+4 |
* | (child_setup_tty): Turn off ISTRIP to pass 8bit. Turn off TAB3 so | Richard M. Stallman | 1996-01-27 | 1 | -0/+4 |
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
* | (WRITABLE): Renamed from WRITEABLE. | Karl Heuer | 1996-01-04 | 1 | -14/+14 |
* | [HAVE_NTGUI] (init_sys_modes, reset_sys_modes): | Geoff Voelker | 1995-11-07 | 1 | -5/+5 |
* | (init_sys_modes) [!HAVE_X_WINDOWS (MSDOS)]: Always call set_terminal_modes. | Kim F. Storm | 1995-10-11 | 1 | -13/+4 |
* | (sys_subshell) [MSDOS]: Handle SUSPEND env var. | Richard M. Stallman | 1995-09-02 | 1 | -14/+22 |
* | (sys_close): Handle Sunos 4.1 bug in close errno value. | Karl Heuer | 1995-07-17 | 1 | -2/+11 |
* | (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 |
* | (old_tty_valid): New variable. | Karl Heuer | 1995-06-05 | 1 | -3/+10 |
* | (VFORK_RETURN_TYPE): Use int if not already defined. | Karl Heuer | 1995-05-26 | 1 | -0/+5 |
* | (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 |
* | (seed_random): Renamed from srandom. | Karl Heuer | 1995-01-19 | 1 | -26/+66 |
* | 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): Tes AIXHFT, not AIX. | Richard M. Stallman | 1994-11-22 | 1 | -6/+6 |
* | (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 |
* | Never use input_fd if using X. | Richard M. Stallman | 1994-10-25 | 1 | -17/+42 |
* | (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 |
* | (kbd_input_ast, read_input_waiting): Use new accessor macros instead of | Karl Heuer | 1994-10-04 | 1 | -3/+3 |
* | Include <utime.h> here instead of in systime.h. | Karl Heuer | 1994-10-02 | 1 | -6/+14 |
* | (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 |
* | [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 |