log src/sysdep.c @ 36636:bafe2ea0aa15

age author description
2001-01-16 Gerd Moellmann Call redisplay_preserve_echo_area with additional arg.
2001-01-10 Dave Love (random): Revert the declaration.
2001-01-05 Gerd Moellmann Update copyright.
2001-01-05 Gerd Moellmann Don't prototype srandom; it takes an unsigned argument
2001-01-04 Dave Love (random, srandom): Declare explicitly.
2000-11-21 Kenichi Handa Move the code for declaring h_errno after #include <netdb.h>.
2000-11-19 Gerd Moellmann (emacs_ospeed): New variable.
2000-11-05 Andrew Innes (read_input_waiting): Remove extraneous argument to
2000-10-22 Andrew Choi Initial check-in: changes for building Emacs under Mac OS.
2000-10-06 Dave Love Don't include string.h.
2000-08-22 Andrew Innes Include keyboard.h before frame.h.
2000-08-05 Gerd Moellmann (run_mac_command, closedir): Use `xfree' instead of `free'.
2000-08-05 Gerd Moellmann (opendir, GetTempDirName, run_mac_command): Use xmalloc
2000-06-23 Dave Love Undefine setpgrp before setting it.
2000-06-20 Gerd Moellmann (sigprocmask_set): New variable.
2000-06-02 Dave Love Conditionally include stdlib.h, unistd.h.
2000-05-26 Gerd Moellmann (ospeed) [HAVE_SPEED_T]: Declare as `extern speed_t'.
2000-05-24 Gerd Moellmann (setpgrp): Don't define if USG and BSD_PGRPS are not defined.
2000-05-23 Gerd Moellmann (setpgrp) [HAVE_SETPGID]: Define as setpgid.
2000-05-20 Gerd Moellmann (setup_pty): Treat case that UNIX98_PTYS is defined
2000-03-01 Jason Rumney [WINDOWSNT]: Use sys_read and sys_write to ensure correct line-ending
2000-03-01 Gerd Moellmann (start_of_text): Don't define this function for NetBSD
2000-02-16 Gerd Moellmann (vfork) [!HAVE_VFORK]: Removed.
2000-01-25 Gerd Moellmann (sys_select): Turn atimers off and on instead of
1999-11-22 Paul Eggert * callproc.c (strerror): Remove decl.
1999-10-19 Paul Eggert Add support for large files, 64-bit Solaris, system locale codings.
1999-09-13 Gerd Moellmann (reset_sys_modes): Change for Lisp_Object selected_frame.
1999-09-06 Richard M. Stallman [macintosh] (stat, fstat, mkdir, rmdir, utime, access)
1999-08-30 Andreas Schwab Include <stdlib.h> if available. Declare errno only if it is not a macro.
1999-08-29 Richard M. Stallman (read_input_waiting): Pass read_socket_hook just 4 args.