log src/sysdep.c @ 40656:cdfd4d09b79a

age author description
2001-10-21 Pavel Janík (delete-exited-processes): Change doc-string comments to `new style' [w/`doc:' keyword].
2001-10-08 Gerd Moellmann (child_setup_tty) [HAVE_TERMIO || HAVE_TERMIOS]:
2001-10-08 Gerd Moellmann Don't define min/max.
2001-09-21 Gerd Moellmann (wait_for_termination) [POSIX_SIGNALS]: Terminate
2001-09-20 Gerd Moellmann (wait_for_termination): Add a FIXME comment for the use of non-POSIX
2001-04-05 Gerd Moellmann (getwd) [!HAVE_GETWD]: Unblock input before returning.
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.
1999-08-18 Dave Love Use stdlib.h.
1999-08-02 Eli Zaretskii (init_sys_modes): Call init_frame_faces for termcap
1998-11-04 Kenichi Handa [nec_ews_svr4]: Extern *_sobuf.
1998-07-25 Richard M. Stallman [AIXHFT] (hft_init, hft_reset): Add declarations.
1998-06-02 Karl Heuer (sys_subshell): Cast arg to chdir.
1998-04-29 Andreas Schwab (emacs_get_tty): Zero out termios structure before
1998-04-26 Richard M. Stallman (croak): Add forward declaration.
1998-04-14 Andreas Schwab (init_sys_modes): Fix mixing of Lisp_Object and int
1998-04-14 Andreas Schwab Fix -Wimplicit warnings.
1998-02-20 Andreas Schwab (sys_sigpause): Removed.
1997-12-21 Richard M. Stallman (sys_signal): Undo previous change.
1997-12-11 Karl Heuer (sys_signal): Add two casts.
1997-11-28 Andreas Schwab (reset_sigio): Return void.
1997-11-27 Kenichi Handa (discard_tty_input, init_baud_rate,
1997-11-25 Andreas Schwab Add prototypes.
1997-11-20 Karl Heuer (init_system_name): Don't use sysinfo.
1997-11-20 Karl Heuer Treat DGUX the same as USG.
1997-10-31 Karl Heuer (init_system_name): If gethostname gives a proper
1997-09-03 Geoff Voelker (sys_subshell) [DOS_NT]: Save and restore parent's
1997-08-31 Richard M. Stallman (init_system_name): Don't try to use getdomainname.
1997-08-10 Richard M. Stallman (init_system_name): If domain is null, don't add a period.
1997-08-07 Richard M. Stallman (init_sys_modes) [mips || HAVE_TCATTR]:
1997-07-28 Richard M. Stallman [HAVE_LIBNCURSES]: Declare ospeed as short, unless NCURSES_OSPEED_T.
1997-07-15 Richard M. Stallman Fix previous change.