aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Pavel Janík2002-06-131-3/+3
* Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-261-6/+6
* (wait_for_termination): Use sigsuspend rather than sigpause.Stefan Monnier2002-03-221-5/+1
* Change defvar_int def and vars to use EMACS_INT instead of just int.Stefan Monnier2002-03-041-1/+1
* (sys_subshell): Fix last change.Eli Zaretskii2002-03-041-4/+5
* (sys_subshell) [MSDOS]: If PWD is set in theEli Zaretskii2002-03-041-2/+16
* (init_system_name): Put unused variable `p' in #if 0.Pavel Janík2002-02-081-0/+2
* Include <config.h>.Pavel Janík2002-01-011-1/+3
* Test GNU_LINUX, not LINUX.Richard M. Stallman2001-12-111-2/+2
* Comment change.Richard M. Stallman2001-11-191-1/+1
* (wait_for_kbd_input) [VMS]: Do not call clear_waiting_for_input withPavel Janík2001-11-161-1/+1
* (child_setup_tty): Don't clear ICRNL or INLCR.Richard M. Stallman2001-11-111-0/+2
* (delete-exited-processes): Change doc-string comments to `new style' [w/`doc:...Pavel Janík2001-10-211-2/+2
* (child_setup_tty) [HAVE_TERMIO || HAVE_TERMIOS]:Gerd Moellmann2001-10-081-0/+5
* Don't define min/max.Gerd Moellmann2001-10-081-2/+0
* (wait_for_termination) [POSIX_SIGNALS]: TerminateGerd Moellmann2001-09-211-1/+2
* (wait_for_termination): Add a FIXME comment for the use of non-POSIXGerd Moellmann2001-09-201-0/+5
* (getwd) [!HAVE_GETWD]: Unblock input before returning.Gerd Moellmann2001-04-051-1/+4
* Call redisplay_preserve_echo_area with additional arg.Gerd Moellmann2001-01-161-1/+1
* (random): Revert the declaration.Dave Love2001-01-101-0/+5
* Update copyright.Gerd Moellmann2001-01-051-1/+1
* Don't prototype srandom; it takes an unsigned argumentGerd Moellmann2001-01-051-0/+4
* (random, srandom): Declare explicitly.Dave Love2001-01-041-1/+7
* Move the code for declaring h_errno after #include <netdb.h>.Kenichi Handa2000-11-211-6/+6
* (emacs_ospeed): New variable.Gerd Moellmann2000-11-191-18/+14
* (read_input_waiting): Remove extraneous argument toAndrew Innes2000-11-051-1/+1
* Initial check-in: changes for building Emacs under Mac OS.Andrew Choi2000-10-221-1565/+9
* Don't include string.h.Dave Love2000-10-061-2/+3
* Include keyboard.h before frame.h.Andrew Innes2000-08-221-1/+6
* (run_mac_command, closedir): Use `xfree' instead of `free'.Gerd Moellmann2000-08-051-2/+1
* (opendir, GetTempDirName, run_mac_command): Use xmallocGerd Moellmann2000-08-051-12/+13
* Undefine setpgrp before setting it.Dave Love2000-06-231-2/+3
* (sigprocmask_set): New variable.Gerd Moellmann2000-06-201-0/+4
* Conditionally include stdlib.h, unistd.h.Dave Love2000-06-021-4/+7
* (ospeed) [HAVE_SPEED_T]: Declare as `extern speed_t'.Gerd Moellmann2000-05-261-0/+5
* (setpgrp): Don't define if USG and BSD_PGRPS are not defined.Gerd Moellmann2000-05-241-0/+2
* (setpgrp) [HAVE_SETPGID]: Define as setpgid.Gerd Moellmann2000-05-231-0/+4
* (setup_pty): Treat case that UNIX98_PTYS is definedGerd Moellmann2000-05-201-1/+1
* [WINDOWSNT]: Use sys_read and sys_write to ensure correct line-endingJason Rumney2000-03-011-2/+2
* (start_of_text): Don't define this function for NetBSDGerd Moellmann2000-03-011-0/+2
* (vfork) [!HAVE_VFORK]: Removed.Gerd Moellmann2000-02-161-14/+0
* (sys_select): Turn atimers off and on instead ofGerd Moellmann2000-01-251-16/+9
* * callproc.c (strerror): Remove decl.Paul Eggert1999-11-221-199/+179
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-79/+50
* (reset_sys_modes): Change for Lisp_Object selected_frame.Gerd Moellmann1999-09-131-5/+8
* [macintosh] (stat, fstat, mkdir, rmdir, utime, access)Richard M. Stallman1999-09-061-13/+1621
* Include <stdlib.h> if available. Declare errno only if it is not a macro.Andreas Schwab1999-08-301-3/+5
* (read_input_waiting): Pass read_socket_hook just 4 args.Richard M. Stallman1999-08-291-1/+1
* Use stdlib.h.Dave Love1999-08-181-0/+3
* (init_sys_modes): Call init_frame_faces for termcapEli Zaretskii1999-08-021-0/+5