aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c
Commit message (Expand)AuthorAgeFilesLines
* (BUFFER_SIZE_FACTOR): Remove.Kim F. Storm2004-02-271-22/+8
* Move include stdio.h to same place as in other files.Jan Djärv2004-02-091-1/+1
* (mkdir, rmdir): Also check synch_process_termsig.Jan Djärv2004-01-261-2/+4
* Add arch taglinesMiles Bader2003-09-011-0/+2
* (kbd_input_ast, read_input_waiting): Don't pass uninitializedStefan Monnier2003-06-151-3/+8
* Remove redundant include of unistd.h, stdlib.h. UseDave Love2003-06-121-12/+3
* Make (few) trivial substitutions for renamed andKim F. Storm2003-05-241-3/+3
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-47/+47
* Have emacs_read use sys_read on carbon/Mac OS XSteven Tamm2002-12-081-0/+4
* (fcntl.h): Test only HAVE_FCNTL_H.Richard M. Stallman2002-12-041-9/+1
* (stuff_char) [PROTOTYPES]: Provide ISO C arglist.Dave Love2002-11-221-0/+4
* [MSDOS]: Don't define request_sigio andEli Zaretskii2002-08-191-1/+3
* [!VMS]: Include sys/files.h.Richard M. Stallman2002-08-171-0/+4
* (start_of_data): Don't define the function if a macroKen Raeburn2002-07-241-0/+2
* (end_of_text, end_of_data): Unused functions deleted.Ken Raeburn2002-07-211-37/+0
* (emacs_write): Buffer pointer now const.Ken Raeburn2002-07-191-1/+1
* (emacs_open, set_file_times): String pointer args nowKen Raeburn2002-07-161-2/+2
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-4/+4
* (sys_signal): Test BROKEN_SA_RESTART.Richard M. Stallman2002-07-111-3/+5
* *** 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