aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c
Commit message (Expand)AuthorAgeFilesLines
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* (init_system_name): Don't accept localhost.localdomain.Chong Yidong2007-04-201-1/+3
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* Space/tab mixup.Juanma Barranquero2006-11-241-1/+1
* (init_sys_modes): Delete DEFVAR_LISP in the wrong place.Richard M. Stallman2006-10-141-10/+0
* * search.c (matcher_overflow): Mark as NO_RETURN.Dan Nicolaescu2006-05-291-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (request_sigio, unrequest_sigio): Do nothing inAndreas Schwab2005-10-131-8/+16
* * s/aix4-2.h (BROKEN_GET_CURRENT_DIR_NAME): DefineDan Nicolaescu2005-09-231-1/+1
* [MAC_OS8]: Don't include stdlib.h. Include sys/param.h.YAMAMOTO Mitsuharu2005-09-181-4/+1
* Don't #undef NULL after including blockinput.h.Eli Zaretskii2005-09-101-1/+0
* Fix last change.Eli Zaretskii2005-09-101-1/+1
* [WINDOWSNT]: Add prototype for getwd.Eli Zaretskii2005-09-101-2/+3
* (get_current_dir_name) [!HAVE_CURRENT_DIR_NAME]: New function.Eli Zaretskii2005-09-101-0/+75
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+1
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (get_frame_size) [VMS]: Use a fresh i/o channel.Thien-Thi Nguyen2005-05-011-2/+8
* Remove reference to defunct vms-pwd.h.Thien-Thi Nguyen2005-04-201-1/+0
* (sys_subshell): Properly terminate execlp argument list.Andreas Schwab2005-02-051-2/+2
* * syssignal.h: Declare main_thread.Jan Djärv2004-12-151-0/+1
* (emacs_write): Don't use QUIT.Stefan Monnier2004-11-291-1/+9
* (sys_signal): Don't use SA_RESTART if SYNC_INPUT is set.Stefan Monnier2004-11-251-6/+12
* (child_setup_tty, init_sys_modes): Use CDISABLE.Kim F. Storm2004-08-191-9/+9
* (child_setup_tty) [SIGNALS_VIA_CHARACTERS]:Richard M. Stallman2004-08-161-10/+13
* mac.c (sys_select): Block input around call toSteven Tamm2004-07-191-4/+0
* (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