summaryrefslogtreecommitdiff
path: root/src/sysdep.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [nec_ews_svr4]: Extern *_sobuf.Kenichi Handa1998-11-041-0/+4
* [AIXHFT] (hft_init, hft_reset): Add declarations.Richard M. Stallman1998-07-251-0/+4
* (sys_subshell): Cast arg to chdir.Karl Heuer1998-06-021-3/+3
* (emacs_get_tty): Zero out termios structure beforeAndreas Schwab1998-04-291-0/+2
* (croak): Add forward declaration.Richard M. Stallman1998-04-261-0/+4
* (init_sys_modes): Fix mixing of Lisp_Object and intAndreas Schwab1998-04-141-1/+1
* Fix -Wimplicit warnings.Andreas Schwab1998-04-141-3/+48
* (sys_sigpause): Removed.Andreas Schwab1998-02-201-10/+2
* (sys_signal): Undo previous change.Richard M. Stallman1997-12-211-2/+2
* (sys_signal): Add two casts.Karl Heuer1997-12-111-2/+2
* (reset_sigio): Return void.Andreas Schwab1997-11-281-0/+1
* (discard_tty_input, init_baud_rate,Kenichi Handa1997-11-271-0/+26
* Add prototypes.Andreas Schwab1997-11-251-2/+7
* (init_system_name): Don't use sysinfo.Karl Heuer1997-11-201-2/+5
* Treat DGUX the same as USG.Karl Heuer1997-11-201-2/+2
* (init_system_name): If gethostname gives a properKarl Heuer1997-10-311-41/+42
* (sys_subshell) [DOS_NT]: Save and restore parent'sGeoff Voelker1997-09-031-13/+19
* (init_system_name): Don't try to use getdomainname.Richard M. Stallman1997-08-311-20/+6
* (init_system_name): If domain is null, don't add a period.Richard M. Stallman1997-08-101-1/+1
* (init_sys_modes) [mips || HAVE_TCATTR]:Richard M. Stallman1997-08-071-2/+17
* [HAVE_LIBNCURSES]: Declare ospeed as short, unless NCURSES_OSPEED_T.Richard M. Stallman1997-07-281-0/+4
* Fix previous change.Richard M. Stallman1997-07-151-5/+2
* (ospeed): Define as short, unless HAVE_TERMIOS_H and LINUX.Richard M. Stallman1997-07-071-4/+12
* Fix bugs with inappropriate mixing of Lisp_Object with int.Richard M. Stallman1997-07-041-1/+1
* (init_system_name): Don't accept "(none)" as domain.Richard M. Stallman1997-07-041-0/+7
* [HAVE_TERMIOS_H]: Include termios.h.Richard M. Stallman1997-06-291-0/+4