| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
* | (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 |
* | (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 |
* | [!HAVE_H_ERRNO]: Declare h_errno. | Richard M. Stallman | 1994-07-25 | 1 | -0/+7 |
* | (init_system_name): Retry gethostbyname after TRY_AGAIN failure. | Richard M. Stallman | 1994-07-19 | 1 | -25/+38 |
* | (init_sys_modes): Turn off VSTART and VSTOP chars. On | Richard M. Stallman | 1994-07-01 | 1 | -0/+10 |
* | (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 |
* | [BROKEN_TIOCGWINSZ]: Undef TIOCSWINSZ too. | Richard M. Stallman | 1994-05-19 | 1 | -0/+1 |
* | (sys_subshell): PRIO_PROCESS renamed to SET_EMACS_PRIORITY. | Richard M. Stallman | 1994-05-13 | 1 | -2/+2 |
* | Test ISC4_0 along with TIOCGWINSZ. | Richard M. Stallman | 1994-05-04 | 1 | -2/+2 |
* | (sys_siglist) [sun]: Check SIGFREEZE and SIGTHAW defined. | Richard M. Stallman | 1994-04-15 | 1 | -0/+4 |
* | (set_window_size): New function. | Richard M. Stallman | 1994-04-12 | 1 | -3/+40 |
* | Comment change. | Richard M. Stallman | 1994-04-11 | 1 | -0/+14 |
* | (reset_sys_modes): Turn off O_NDELAY. | Karl Heuer | 1994-03-23 | 1 | -0/+3 |
* | (sys_subshell): New function, split from sys_suspend. | Karl Heuer | 1994-02-26 | 1 | -8/+17 |
* | (child_setup_tty): Typo in previous change. | Richard M. Stallman | 1994-02-17 | 1 | -1/+1 |
* | (child_setup_tty): Use IUCLC, OLCUC, NLDLY only if defined. | Richard M. Stallman | 1994-02-17 | 1 | -4/+8 |
* | (init_sys_modes, reset_sys_modes): Test BSD_PGRPS. | Richard M. Stallman | 1994-02-17 | 1 | -4/+4 |
* | (init_sys_modes): IEXTEN is in c_lflag, not c_iflag. | Richard M. Stallman | 1994-02-16 | 1 | -1/+1 |
* | (sys_write): If any bytes were written, return how many. | Richard M. Stallman | 1994-02-15 | 1 | -1/+1 |
* | (start_of_text): Don't define #ifdef HAVE_TEXT_START. | Roland McGrath | 1994-02-13 | 1 | -2/+2 |
* | Fix conditional compilation. | Karl Heuer | 1994-02-12 | 1 | -2/+0 |
* | (get_system_name): Remove restriction on hostname size. | Karl Heuer | 1994-02-02 | 1 | -74/+88 |
* | (mkdir): Use MKDIR_PROTOTYPE if defined. | Richard M. Stallman | 1994-01-26 | 1 | -0/+4 |
* | (request_sigio, unrequest_sigio): Add new versions of | Richard M. Stallman | 1994-01-15 | 1 | -0/+34 |
* | (sys_siglist) [sun]: Additional Sun-specific signal names. | Richard M. Stallman | 1994-01-12 | 1 | -0/+18 |
* | Restore big block of #ifdef and #include lines for fcntl.h and friends, | Roland McGrath | 1994-01-09 | 1 | -1/+35 |
* | [! VMS]: Don't declare sys_errlist here. | Roland McGrath | 1994-01-08 | 1 | -40/+18 |
* | [MSDOS]: #include <dos.h>, "dosfns.h", "msdos.h", and | Richard M. Stallman | 1994-01-08 | 1 | -10/+71 |