| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | (read_input_waiting): Remove extraneous argument to | Andrew Innes | 2000-11-05 | 1 | -1/+1 |
* | Initial check-in: changes for building Emacs under Mac OS. | Andrew Choi | 2000-10-22 | 1 | -1565/+9 |
* | Don't include string.h. | Dave Love | 2000-10-06 | 1 | -2/+3 |
* | Include keyboard.h before frame.h. | Andrew Innes | 2000-08-22 | 1 | -1/+6 |
* | (run_mac_command, closedir): Use `xfree' instead of `free'. | Gerd Moellmann | 2000-08-05 | 1 | -2/+1 |
* | (opendir, GetTempDirName, run_mac_command): Use xmalloc | Gerd Moellmann | 2000-08-05 | 1 | -12/+13 |
* | Undefine setpgrp before setting it. | Dave Love | 2000-06-23 | 1 | -2/+3 |
* | (sigprocmask_set): New variable. | Gerd Moellmann | 2000-06-20 | 1 | -0/+4 |
* | Conditionally include stdlib.h, unistd.h. | Dave Love | 2000-06-02 | 1 | -4/+7 |
* | (ospeed) [HAVE_SPEED_T]: Declare as `extern speed_t'. | Gerd Moellmann | 2000-05-26 | 1 | -0/+5 |
* | (setpgrp): Don't define if USG and BSD_PGRPS are not defined. | Gerd Moellmann | 2000-05-24 | 1 | -0/+2 |
* | (setpgrp) [HAVE_SETPGID]: Define as setpgid. | Gerd Moellmann | 2000-05-23 | 1 | -0/+4 |
* | (setup_pty): Treat case that UNIX98_PTYS is defined | Gerd Moellmann | 2000-05-20 | 1 | -1/+1 |
* | [WINDOWSNT]: Use sys_read and sys_write to ensure correct line-ending | Jason Rumney | 2000-03-01 | 1 | -2/+2 |
* | (start_of_text): Don't define this function for NetBSD | Gerd Moellmann | 2000-03-01 | 1 | -0/+2 |
* | (vfork) [!HAVE_VFORK]: Removed. | Gerd Moellmann | 2000-02-16 | 1 | -14/+0 |
* | (sys_select): Turn atimers off and on instead of | Gerd Moellmann | 2000-01-25 | 1 | -16/+9 |
* | * callproc.c (strerror): Remove decl. | Paul Eggert | 1999-11-22 | 1 | -199/+179 |
* | Add support for large files, 64-bit Solaris, system locale codings. | Paul Eggert | 1999-10-19 | 1 | -79/+50 |
* | (reset_sys_modes): Change for Lisp_Object selected_frame. | Gerd Moellmann | 1999-09-13 | 1 | -5/+8 |
* | [macintosh] (stat, fstat, mkdir, rmdir, utime, access) | Richard M. Stallman | 1999-09-06 | 1 | -13/+1621 |
* | Include <stdlib.h> if available. Declare errno only if it is not a macro. | Andreas Schwab | 1999-08-30 | 1 | -3/+5 |
* | (read_input_waiting): Pass read_socket_hook just 4 args. | Richard M. Stallman | 1999-08-29 | 1 | -1/+1 |
* | Use stdlib.h. | Dave Love | 1999-08-18 | 1 | -0/+3 |
* | (init_sys_modes): Call init_frame_faces for termcap | Eli Zaretskii | 1999-08-02 | 1 | -0/+5 |
* | [nec_ews_svr4]: Extern *_sobuf. | Kenichi Handa | 1998-11-04 | 1 | -0/+4 |