| Commit message (Expand) | Author | Age | Files | Lines |
* | * syssignal.h: Declare main_thread. | Jan Djärv | 2004-12-15 | 1 | -0/+1 |
* | (emacs_write): Don't use QUIT. | Stefan Monnier | 2004-11-29 | 1 | -1/+9 |
* | (sys_signal): Don't use SA_RESTART if SYNC_INPUT is set. | Stefan Monnier | 2004-11-25 | 1 | -6/+12 |
* | (child_setup_tty, init_sys_modes): Use CDISABLE. | Kim F. Storm | 2004-08-19 | 1 | -9/+9 |
* | (child_setup_tty) [SIGNALS_VIA_CHARACTERS]: | Richard M. Stallman | 2004-08-16 | 1 | -10/+13 |
* | mac.c (sys_select): Block input around call to | Steven Tamm | 2004-07-19 | 1 | -4/+0 |
* | (BUFFER_SIZE_FACTOR): Remove. | Kim F. Storm | 2004-02-27 | 1 | -22/+8 |
* | Move include stdio.h to same place as in other files. | Jan Djärv | 2004-02-09 | 1 | -1/+1 |
* | (mkdir, rmdir): Also check synch_process_termsig. | Jan Djärv | 2004-01-26 | 1 | -2/+4 |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+2 |
* | (kbd_input_ast, read_input_waiting): Don't pass uninitialized | Stefan Monnier | 2003-06-15 | 1 | -3/+8 |
* | Remove redundant include of unistd.h, stdlib.h. Use | Dave Love | 2003-06-12 | 1 | -12/+3 |
* | Make (few) trivial substitutions for renamed and | Kim F. Storm | 2003-05-24 | 1 | -3/+3 |
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -47/+47 |
* | Have emacs_read use sys_read on carbon/Mac OS X | Steven Tamm | 2002-12-08 | 1 | -0/+4 |
* | (fcntl.h): Test only HAVE_FCNTL_H. | Richard M. Stallman | 2002-12-04 | 1 | -9/+1 |
* | (stuff_char) [PROTOTYPES]: Provide ISO C arglist. | Dave Love | 2002-11-22 | 1 | -0/+4 |
* | [MSDOS]: Don't define request_sigio and | Eli Zaretskii | 2002-08-19 | 1 | -1/+3 |
* | [!VMS]: Include sys/files.h. | Richard M. Stallman | 2002-08-17 | 1 | -0/+4 |
* | (start_of_data): Don't define the function if a macro | Ken Raeburn | 2002-07-24 | 1 | -0/+2 |
* | (end_of_text, end_of_data): Unused functions deleted. | Ken Raeburn | 2002-07-21 | 1 | -37/+0 |
* | (emacs_write): Buffer pointer now const. | Ken Raeburn | 2002-07-19 | 1 | -1/+1 |
* | (emacs_open, set_file_times): String pointer args now | Ken Raeburn | 2002-07-16 | 1 | -2/+2 |
* | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -4/+4 |
* | (sys_signal): Test BROKEN_SA_RESTART. | Richard M. Stallman | 2002-07-11 | 1 | -3/+5 |
* | *** empty log message *** | Pavel Janík | 2002-06-13 | 1 | -3/+3 |
* | Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog, | Andrew Choi | 2002-04-26 | 1 | -6/+6 |
* | (wait_for_termination): Use sigsuspend rather than sigpause. | Stefan Monnier | 2002-03-22 | 1 | -5/+1 |
* | Change defvar_int def and vars to use EMACS_INT instead of just int. | Stefan Monnier | 2002-03-04 | 1 | -1/+1 |
* | (sys_subshell): Fix last change. | Eli Zaretskii | 2002-03-04 | 1 | -4/+5 |
* | (sys_subshell) [MSDOS]: If PWD is set in the | Eli Zaretskii | 2002-03-04 | 1 | -2/+16 |
* | (init_system_name): Put unused variable `p' in #if 0. | Pavel Janík | 2002-02-08 | 1 | -0/+2 |
* | Include <config.h>. | Pavel Janík | 2002-01-01 | 1 | -1/+3 |
* | Test GNU_LINUX, not LINUX. | Richard M. Stallman | 2001-12-11 | 1 | -2/+2 |
* | Comment change. | Richard M. Stallman | 2001-11-19 | 1 | -1/+1 |
* | (wait_for_kbd_input) [VMS]: Do not call clear_waiting_for_input with | Pavel Janík | 2001-11-16 | 1 | -1/+1 |
* | (child_setup_tty): Don't clear ICRNL or INLCR. | Richard M. Stallman | 2001-11-11 | 1 | -0/+2 |
* | (delete-exited-processes): Change doc-string comments to `new style' [w/`doc:... | Pavel Janík | 2001-10-21 | 1 | -2/+2 |
* | (child_setup_tty) [HAVE_TERMIO || HAVE_TERMIOS]: | Gerd Moellmann | 2001-10-08 | 1 | -0/+5 |
* | Don't define min/max. | Gerd Moellmann | 2001-10-08 | 1 | -2/+0 |
* | (wait_for_termination) [POSIX_SIGNALS]: Terminate | Gerd Moellmann | 2001-09-21 | 1 | -1/+2 |
* | (wait_for_termination): Add a FIXME comment for the use of non-POSIX | Gerd Moellmann | 2001-09-20 | 1 | -0/+5 |
* | (getwd) [!HAVE_GETWD]: Unblock input before returning. | Gerd Moellmann | 2001-04-05 | 1 | -1/+4 |
* | Call redisplay_preserve_echo_area with additional arg. | Gerd Moellmann | 2001-01-16 | 1 | -1/+1 |
* | (random): Revert the declaration. | Dave Love | 2001-01-10 | 1 | -0/+5 |
* | Update copyright. | Gerd Moellmann | 2001-01-05 | 1 | -1/+1 |
* | Don't prototype srandom; it takes an unsigned argument | Gerd Moellmann | 2001-01-05 | 1 | -0/+4 |
* | (random, srandom): Declare explicitly. | Dave Love | 2001-01-04 | 1 | -1/+7 |
* | Move the code for declaring h_errno after #include <netdb.h>. | Kenichi Handa | 2000-11-21 | 1 | -6/+6 |
* | (emacs_ospeed): New variable. | Gerd Moellmann | 2000-11-19 | 1 | -18/+14 |