1995-01-23 |
Karl Heuer |
(sys_select): Renamed from select. Use SELECT_TYPE instead of int. Defer to
|
1995-01-19 |
Karl Heuer |
(seed_random): Renamed from srandom.
|
1995-01-06 |
Karl Heuer |
Delete obsolete comment.
|
1994-12-10 |
Richard M. Stallman |
(sys_siglist) [AIX]: Add AIXHFT conditional.
|
1994-12-04 |
Richard M. Stallman |
(child_setup_tty): Use CDISABLE for setting VERASE, VKILL.
|
1994-11-22 |
Richard M. Stallman |
(init_sys_modes): Tes AIXHFT, not AIX.
|
1994-11-15 |
Richard M. Stallman |
(init_sys_modes): Maybe call tcflow.
|
1994-11-01 |
Richard M. Stallman |
[WINDOWSNT]: Add includes for NT.
|
1994-10-25 |
Richard M. Stallman |
Never use input_fd if using X.
|
1994-10-22 |
Richard M. Stallman |
(input_fd): No longer static.
|
1994-10-17 |
Morten Welinder |
*** empty log message ***
|
1994-10-14 |
Richard M. Stallman |
(read_input_waiting): Set e.frame_or_window w/ XSETFRAME.
|
1994-10-11 |
Karl Heuer |
(sys_subshell): Use NILP macro directly, not its expansion. Previous code was
|
1994-10-04 |
Karl Heuer |
(kbd_input_ast, read_input_waiting): Use new accessor macros instead of
|
1994-10-02 |
Karl Heuer |
Include <utime.h> here instead of in systime.h.
|
1994-09-27 |
Karl Heuer |
(sys_subshell): Use type test macros.
|
1994-09-25 |
Richard M. Stallman |
(set_file_times): Fix typo in previous change.
|
1994-09-25 |
Richard M. Stallman |
(set_file_times): Don't test HAVE_UTIME.
|
1994-09-24 |
Richard M. Stallman |
[USE_DL_STUBS] (dlopen, dlsym, dlclose): New functions.
|
1994-09-24 |
Richard M. Stallman |
(start_of_text): Don't test CANNOT_UNEXEC.
|
1994-09-24 |
Richard M. Stallman |
Delete BROKEN_FASYNC conditional.
|
1994-09-20 |
Karl Heuer |
(set_file_times): Move this out of the USG conditional.
|
1994-09-18 |
Karl Heuer |
(set_file_times): New function.
|
1994-09-05 |
Karl Heuer |
(srandom): Pass arg to srand48; no return value.
|
1994-09-04 |
Richard M. Stallman |
(random, srandom): Check HAVE_LRAND48, not HAVE_RAND48.
|
1994-09-04 |
Richard M. Stallman |
(init_baud_rate): Test that getobaud is actually defined.
|
1994-09-03 |
Richard M. Stallman |
(init_baud_rate) [USE_GETOBAUD]: Use getobaud.
|
1994-07-28 |
Richard M. Stallman |
(random): Use rand differently, and distinguish BSD/USG.
|
1994-07-27 |
Richard M. Stallman |
(random, srandom): Obey HAVE_RAND48 flag.
|
1994-07-25 |
Richard M. Stallman |
[!HAVE_H_ERRNO]: Declare h_errno.
|