summaryrefslogtreecommitdiff
path: root/src/s
AgeCommit message (Expand)Author
2011-11-12Fix typos.Juanma Barranquero
2011-11-10Standardize on VIRT_ADDR_VARIES behavior; otherwise, valgrindPaul Eggert
2011-11-08* s/gnu.h (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS (Bug#9926).Paul Eggert
2011-11-05Fix MSVC build in lib-src.Eli Zaretskii
2011-11-05Support MSVC build with newer versions of Visual Studio.Eli Zaretskii
2011-09-09Whitespace changes.Juanma Barranquero
2011-07-19Merge from trunk.Paul Eggert
2011-07-19Port to OpenBSD.Paul Eggert
2011-07-09Merge from trunk.Paul Eggert
2011-07-06Simplify Irix build, remove iris4d.h file.Dan Nicolaescu
2011-07-06Assume freestanding C89 headers, string.h, stdlib.h.Paul Eggert
2011-04-22Merge from emacs-23; up to 2010-06-09T17:54:28Z!albinus@detlef.Glenn Morris
2011-04-18Fix a bug in time functions when timezone is changed on Windows.Eli Zaretskii
2011-04-16* s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF): Protoize decl.Paul Eggert
2011-04-16* s/usg5-4-common.h (SETUP_SLAVE_PTY): Don't pass extra arg to 'fatal'.Paul Eggert
2011-03-26Remove (RET)SIGTYPE; it is identical to void on all supported systems.Glenn Morris
2011-03-16* process.c (allocate_pty): Let PTY_ITERATION declare iteration vars.Paul Eggert
2011-03-16* s/irix6-5.h (PTY_OPEN): Declare stb, to loosen coupling.Paul Eggert
2011-02-26Fix Sed scripts and srs/s/msdos.h for gnulib additions. Not tested yet.Eli Zaretskii
2011-02-19Initial version of fix for the MS-DOS build, not yet tested.Eli Zaretskii
2011-02-16src/s/ms-w32.h (getloadavg): Declare prototype which was removed from lisp.h.Eli Zaretskii
2011-02-16Use KVAR in MS-Windows build, remove buffer-file-type.Eli Zaretskii
2011-02-15Import getloadavg module from gnulib.Paul Eggert
2011-02-14Fix the MS-DOS build due to introduction of B_.Eli Zaretskii
2011-02-14Fix the MS-Windows build due to introduction of B_.Eli Zaretskii
2011-01-31Don't define HAVE_STRFTIME on MS-Windows.Eli Zaretskii
2011-01-29Fix the MS-Windows build broken by 2011-01-17T19:01:01Z!eggert@cs.ucla.edu an...Eli Zaretskii
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-23Two more hunks from the HP-UX patch at Bug#6811.Peter O'Gorman
2011-01-15Refill some copyright headers.Glenn Morris
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-15Add 2011 to remaining FSF/AIST copyright years.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-11Distinguish between terminfo and termcap on NetBSD (Bug#7642).Chong Yidong
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-11-13* src/s/ms-w32.h (HAVE_TERMIOS_H): Do not undef, not used anymore.Dan Nicolaescu
2010-10-19Merge changes from emacs-23 branch.Juanma Barranquero
2010-10-18* src/s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225).Ken Brown
2010-09-20Remove HAVE_TERMIOS definitions.Dan Nicolaescu
2010-08-22Merge changes from emacs-23 branch.Chong Yidong
2010-08-22Fix the w32 build after 2010-08-22T15:14:37Z!dann@ics.uci.edu.Eli Zaretskii
2010-08-20Remove redundant HAVE_TCATTR defines.Dan Nicolaescu
2010-08-09* src/s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK): NewPeter O'Gorman
2010-08-08* src/s/freebsd.h (DECLARE_GETPWUID_WITH_UID_T): Remove, unused.Dan Nicolaescu
2010-07-29Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconfJan D
2010-07-29Rename s/usg5-4.h -> s/usg5-4-common.h.Dan Nicolaescu
2010-07-28Clean up unexec.c, remove references to unused code.Dan Nicolaescu
2010-07-12Convert function definitions to standard C and some cleanups.Dan Nicolaescu
2010-07-11Use strchr, strrchr instead of index, rindexAndreas Schwab
2010-07-07Simplify start_of_data, start_of_text and related code.Dan Nicolaescu