summaryrefslogtreecommitdiff
path: root/src/s
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs-23; up to 2010-06-09T17:54:28Z!albinus@detlef.Glenn Morris2011-04-221-0/+1
|\
| * Fix a bug in time functions when timezone is changed on Windows.Eli Zaretskii2011-04-181-0/+1
| * Two more hunks from the HP-UX patch at Bug#6811.Peter O'Gorman2011-01-231-0/+6
| * Distinguish between terminfo and termcap on NetBSD (Bug#7642).Chong Yidong2011-01-111-2/+1
* | * s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF): Protoize decl.Paul Eggert2011-04-162-3/+2
* | * s/usg5-4-common.h (SETUP_SLAVE_PTY): Don't pass extra arg to 'fatal'.Paul Eggert2011-04-161-3/+3
* | Remove (RET)SIGTYPE; it is identical to void on all supported systems.Glenn Morris2011-03-262-12/+0
* | * process.c (allocate_pty): Let PTY_ITERATION declare iteration vars.Paul Eggert2011-03-164-6/+4
* | * s/irix6-5.h (PTY_OPEN): Declare stb, to loosen coupling.Paul Eggert2011-03-161-2/+1
* | Fix Sed scripts and srs/s/msdos.h for gnulib additions. Not tested yet.Eli Zaretskii2011-02-261-0/+6
* | Initial version of fix for the MS-DOS build, not yet tested.Eli Zaretskii2011-02-191-0/+9
* | src/s/ms-w32.h (getloadavg): Declare prototype which was removed from lisp.h.Eli Zaretskii2011-02-161-0/+2
* | Use KVAR in MS-Windows build, remove buffer-file-type.Eli Zaretskii2011-02-161-2/+0
* | Import getloadavg module from gnulib.Paul Eggert2011-02-157-61/+0
* | Fix the MS-DOS build due to introduction of B_.Eli Zaretskii2011-02-141-1/+1
* | Fix the MS-Windows build due to introduction of B_.Eli Zaretskii2011-02-141-1/+1
* | Don't define HAVE_STRFTIME on MS-Windows.Eli Zaretskii2011-01-311-1/+0
* | Fix the MS-Windows build broken by 2011-01-17T19:01:01Z!eggert@cs.ucla.edu an...Eli Zaretskii2011-01-291-1/+0
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-2416-35/+16
* | Refill some copyright headers.Glenn Morris2011-01-157-13/+18
* | Nuke arch-tags.Glenn Morris2011-01-1520-42/+0
* | Add 2011 to remaining FSF/AIST copyright years.Glenn Morris2011-01-152-2/+2
* | Merge from emacs-23Stefan Monnier2011-01-1414-25/+21
|\ \ | |/
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-0217-17/+17
* | * src/s/ms-w32.h (HAVE_TERMIOS_H): Do not undef, not used anymore.Dan Nicolaescu2010-11-131-1/+0
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-191-0/+3
|\ \ | |/
| * * src/s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225).Ken Brown2010-10-181-0/+3
* | Remove HAVE_TERMIOS definitions.Dan Nicolaescu2010-09-208-51/+0
* | Merge changes from emacs-23 branch.Chong Yidong2010-08-221-3/+4
|\ \ | |/
| * * src/s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK): NewPeter O'Gorman2010-08-091-5/+3
| * Backport from trunk: close bug#6190.enami tsugutomo2010-05-201-0/+5
* | Fix the w32 build after 2010-08-22T15:14:37Z!dann@ics.uci.edu.Eli Zaretskii2010-08-221-1/+0
* | Remove redundant HAVE_TCATTR defines.Dan Nicolaescu2010-08-202-6/+0
* | * src/s/freebsd.h (DECLARE_GETPWUID_WITH_UID_T): Remove, unused.Dan Nicolaescu2010-08-081-1/+0
* | Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconfJan D2010-07-296-16/+0
* | Rename s/usg5-4.h -> s/usg5-4-common.h.Dan Nicolaescu2010-07-294-6/+6
* | Clean up unexec.c, remove references to unused code.Dan Nicolaescu2010-07-285-23/+0
* | Convert function definitions to standard C and some cleanups.Dan Nicolaescu2010-07-122-7/+0
* | Use strchr, strrchr instead of index, rindexAndreas Schwab2010-07-113-14/+0
* | Simplify start_of_data, start_of_text and related code.Dan Nicolaescu2010-07-073-5/+0
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-082-15/+4
* | * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):Glenn Morris2010-06-291-4/+0
* | Remove some cpp that is internal to configure.in.Glenn Morris2010-06-296-16/+2
* | * src/s/freebsd.h (BSD4_2): Remove redundant definition.Dan Nicolaescu2010-06-271-3/+0
* | * src/s/usg5-4.h: Fix previous change.Dan Nicolaescu2010-06-091-3/+0
* | Remove BSTRING related code, all platforms define it.Dan Nicolaescu2010-06-0610-31/+0
* | Turn `directory-sep-char' into a noop.Juanma Barranquero2010-06-041-3/+0
* | Move UNEXEC definition to autoconf.Dan Nicolaescu2010-06-039-31/+0
* | * src/s/sol2-10.h: Comment fix.Glenn Morris2010-06-021-4/+3
* | NOT_C_CODE is always true now.Glenn Morris2010-06-024-8/+0