| Commit message (Expand) | Author | Age | Files | Lines |
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | * process.c (ifflag_def): Make flag_sym constant. | Dan Nicolaescu | 2009-11-11 | 1 | -1/+1 |
* | (procfs_ttyname): Fix sprintf format to match argument | Andreas Schwab | 2009-10-24 | 1 | -2/+2 |
* | * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused. | Dan Nicolaescu | 2009-07-03 | 1 | -15/+4 |
* | (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS | Dan Nicolaescu | 2009-06-23 | 1 | -6/+0 |
* | * sysdep.c: Include <ctype.h>. | Andreas Schwab | 2009-04-27 | 1 | -0/+1 |
* | (emacs_write): Use process_pending_signals. | Chong Yidong | 2009-01-29 | 1 | -4/+1 |
* | (list_system_processes, system_process_attributes) [MSDOS]: Don't use the | Eli Zaretskii | 2009-01-03 | 1 | -5/+7 |
* | (system_process_attributes): Provide Qtime and Qctime | Dan Nicolaescu | 2009-01-02 | 1 | -2/+4 |
* | (system_process_attributes): Compute Qtime and Qctime and add them to the alist. | Eli Zaretskii | 2009-01-02 | 1 | -0/+6 |
* | Add commentary about WINDOWSNT implementation of list_system_processes and | Eli Zaretskii | 2008-12-20 | 1 | -1/+5 |
* | (system_process_attributes): Close fd when done. | Dan Nicolaescu | 2008-12-19 | 1 | -0/+3 |
* | (serial_configure): Fix typo. | Dan Nicolaescu | 2008-12-19 | 1 | -1/+1 |
* | * sysdep.c (system_process_attributes): Fix typo. | Dan Nicolaescu | 2008-12-19 | 1 | -1/+1 |
* | * sysdep.c (system_process_attributes): Add implementation for Solaris. | Dan Nicolaescu | 2008-12-19 | 1 | -3/+141 |
* | Include alloca.h. | Dan Nicolaescu | 2008-12-19 | 1 | -0/+4 |
* | Reorganize implementation of Flist_system_processes and | Dan Nicolaescu | 2008-12-19 | 1 | -0/+444 |
* | Add comment for last change. | Andreas Schwab | 2008-10-07 | 1 | -0/+2 |
* | (sys_signal): Always set SA_RESTART when | Andreas Schwab | 2008-10-06 | 1 | -4/+6 |
* | (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames as well as for TTY. | Eli Zaretskii | 2008-10-04 | 1 | -1/+2 |
* | (init_sys_modes): Call dos_ttraw with tty_out as argument. | Eli Zaretskii | 2008-08-23 | 1 | -1/+1 |
* | * bitmaps/README: | Dan Nicolaescu | 2008-07-31 | 1 | -1996/+4 |
* | * s/ms-w32.h (MULTI_KBOARD): Remove. | Dan Nicolaescu | 2008-07-31 | 1 | -5/+2 |
* | * systty.h (sensemode): Remove empty #if. Remove reference to | Dan Nicolaescu | 2008-07-30 | 1 | -5/+4 |
* | Remove support for Mac Carbon. | Dan Nicolaescu | 2008-07-27 | 1 | -9/+0 |
* | * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used | Dan Nicolaescu | 2008-07-21 | 1 | -1/+1 |
* | * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was | Dan Nicolaescu | 2008-07-20 | 1 | -1/+1 |
* | * sysdep.c: Remove code depending on NEED_PTEM_H, unused. Remove | Dan Nicolaescu | 2008-07-16 | 1 | -131/+0 |
* | * config.nt (HAVE_FACES): Remove, unused. | Dan Nicolaescu | 2008-07-13 | 1 | -1/+1 |
* | * src/fileio.c: | Dan Nicolaescu | 2008-07-10 | 1 | -8/+0 |
* | Remove unneeded -Defines in the compiler command line (MinGW and MSVC). | Juanma Barranquero | 2008-06-26 | 1 | -2/+2 |
* | Comment fixes. | Glenn Morris | 2008-06-26 | 1 | -3/+3 |
* | * unexnext.c: | Dan Nicolaescu | 2008-06-26 | 1 | -293/+2 |
* | (cfsetspeed): New fun extracted from the code. | Stefan Monnier | 2008-06-20 | 1 | -21/+23 |
* | * configure.in: Check for presence of cfmakeraw and cfsetspeed. | Stefan Monnier | 2008-06-20 | 1 | -0/+21 |
* | Comment fix for rms. | Glenn Morris | 2008-06-14 | 1 | -1/+1 |
* | Daniel Engeler <engeler at gmail.com> | Glenn Morris | 2008-06-13 | 1 | -0/+199 |
* | (child_setup_tty): Handle systems with NLDLY, without FFDLY. | Glenn Morris | 2008-05-17 | 1 | -0/+7 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-14 | 1 | -6/+4 |
* | (emacs_write): If SYNC_INPUT and pending_atimers, run atimers. | Jan Djärv | 2008-04-09 | 1 | -0/+2 |
* | * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code | Dan Nicolaescu | 2008-02-09 | 1 | -44/+2 |
* | * configure.in: Remove more references to unsupported systems. | Dan Nicolaescu | 2008-01-16 | 1 | -10/+0 |
* | * movemail.c: | Dan Nicolaescu | 2008-01-13 | 1 | -123/+4 |
* | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+2 |
|\ |
|
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-08 | 1 | -1/+2 |
* | | * configure.in: Remove references to unsupported systems. | Dan Nicolaescu | 2008-01-06 | 1 | -6/+0 |
* | | Merge from emacs--rel--22 | Miles Bader | 2007-12-06 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | (emacs_close) [MAC_OSX && HAVE_CARBON]: | YAMAMOTO Mitsuharu | 2007-11-30 | 1 | -0/+9 |
* | | (init_system_name): Use getaddrinfo if available. | Jan Djärv | 2007-11-18 | 1 | -1/+45 |
* | | (narrow_foreground_group, widen_foreground_group): Static. | Stefan Monnier | 2007-09-27 | 1 | -3/+4 |