summaryrefslogtreecommitdiff
path: root/src/sysdep.c
Commit message (Expand)AuthorAgeFilesLines
* Use strchr, strrchr instead of index, rindexAndreas Schwab2010-07-111-4/+4
* Clean up include guards.Dan Nicolaescu2010-07-071-3/+0
* Simplify start_of_data, start_of_text and related code.Dan Nicolaescu2010-07-071-81/+0
* Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-3/+56
* * coding.c, sysdep.c: Convert some more functions to standard C.Juanma Barranquero2010-07-071-54/+49
* Fix more prototypes.Juanma Barranquero2010-07-041-1/+1
* Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-62/+32
* Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-5/+5
* Remove BSTRING related code, all platforms define it.Dan Nicolaescu2010-06-061-48/+0
* Remove unnecessary alloca.h includes.Dan Nicolaescu2010-06-011-10/+0
* * sysdep.c (child_setup_tty): Move the non-canonical initialization toStefan Monnier2010-05-311-9/+9
* Remove BSD_PGRPS.Dan Nicolaescu2010-05-041-71/+1
* Remove POSIX_SIGNALS.Dan Nicolaescu2010-05-031-24/+0
* * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code, unused.Dan Nicolaescu2010-05-011-11/+0
* Emulate POSIX_SIGNALS on MS-Windows.Eli Zaretskii2010-05-011-5/+9
* Clean up Solaris code.Dan Nicolaescu2010-04-231-7/+0
* Try to solve the problem of spurious EOF chars in long lines of textStefan Monnier2010-04-121-4/+13
* Remove extern errno declarations.Dan Nicolaescu2010-04-011-6/+0
* Remove support for DJGPP v1.x (bug#5813).Eli Zaretskii2010-04-011-11/+1
* Clean up BSD_SYSTEM use.Dan Nicolaescu2010-03-311-4/+0
* Get rid of the direct_output optimizations.Stefan Monnier2010-03-311-3/+2
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * process.c (ifflag_def): Make flag_sym constant.Dan Nicolaescu2009-11-111-1/+1
* (procfs_ttyname): Fix sprintf format to match argumentAndreas Schwab2009-10-241-2/+2
* * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.Dan Nicolaescu2009-07-031-15/+4
* (child_setup_tty): Remove SIGNALS_VIA_CHARACTERSDan Nicolaescu2009-06-231-6/+0
* * sysdep.c: Include <ctype.h>.Andreas Schwab2009-04-271-0/+1
* (emacs_write): Use process_pending_signals.Chong Yidong2009-01-291-4/+1
* (list_system_processes, system_process_attributes) [MSDOS]: Don't use theEli Zaretskii2009-01-031-5/+7
* (system_process_attributes): Provide Qtime and QctimeDan Nicolaescu2009-01-021-2/+4
* (system_process_attributes): Compute Qtime and Qctime and add them to the alist.Eli Zaretskii2009-01-021-0/+6
* Add commentary about WINDOWSNT implementation of list_system_processes andEli Zaretskii2008-12-201-1/+5
* (system_process_attributes): Close fd when done.Dan Nicolaescu2008-12-191-0/+3
* (serial_configure): Fix typo.Dan Nicolaescu2008-12-191-1/+1
* * sysdep.c (system_process_attributes): Fix typo.Dan Nicolaescu2008-12-191-1/+1
* * sysdep.c (system_process_attributes): Add implementation for Solaris.Dan Nicolaescu2008-12-191-3/+141
* Include alloca.h.Dan Nicolaescu2008-12-191-0/+4
* Reorganize implementation of Flist_system_processes andDan Nicolaescu2008-12-191-0/+444
* Add comment for last change.Andreas Schwab2008-10-071-0/+2
* (sys_signal): Always set SA_RESTART whenAndreas Schwab2008-10-061-4/+6
* (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames as well as for TTY.Eli Zaretskii2008-10-041-1/+2
* (init_sys_modes): Call dos_ttraw with tty_out as argument.Eli Zaretskii2008-08-231-1/+1
* * bitmaps/README:Dan Nicolaescu2008-07-311-1996/+4
* * s/ms-w32.h (MULTI_KBOARD): Remove.Dan Nicolaescu2008-07-311-5/+2
* * systty.h (sensemode): Remove empty #if. Remove reference toDan Nicolaescu2008-07-301-5/+4
* Remove support for Mac Carbon.Dan Nicolaescu2008-07-271-9/+0
* * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not usedDan Nicolaescu2008-07-211-1/+1
* * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this wasDan Nicolaescu2008-07-201-1/+1
* * sysdep.c: Remove code depending on NEED_PTEM_H, unused. RemoveDan Nicolaescu2008-07-161-131/+0
* * config.nt (HAVE_FACES): Remove, unused.Dan Nicolaescu2008-07-131-1/+1