aboutsummaryrefslogtreecommitdiffstats
path: root/src/s (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use typedef for EMACS_INT, EMACS_UINT.Paul Eggert2012-07-251-1/+2
* Merge from emacs-24Stefan Monnier2012-07-171-4/+0
|\
| * Don't use FILE_SYSTEM_CASE in MS-DOS, or anywhere else.Eli Zaretskii2012-07-141-4/+0
* | Adapt the MS-DOS build to the latest configury changes.Eli Zaretskii2012-07-141-24/+7
* | * nt/config.nt: Sync with autogen/config.in.Juanma Barranquero2012-07-141-7/+0
* | Move GC_SETJMP_WORKS, GC_MARK_STACK from src/s to configureGlenn Morris2012-07-138-36/+0
* | Move GC_MARK_SECONDARY_STACK from src/s to configureGlenn Morris2012-07-131-10/+0
* | Move SETUP_SLAVE_PTY from src/s to configureGlenn Morris2012-07-132-10/+0
* | * nt/config.nt: Sync with autogen/config.in.Juanma Barranquero2012-07-131-7/+14
* | Remove some src/s files that are now emptyGlenn Morris2012-07-124-47/+0
* | Move "system type" macros from src/s to configureGlenn Morris2012-07-1211-98/+1
* | Move NSIG_MINIMUM from src/s to configureGlenn Morris2012-07-121-5/+0
* | Move ULIMIT_BREAK_VALUE from src/s to configureGlenn Morris2012-07-122-9/+0
* | Remove macro MIN_PTY_KERNEL_VERSION, only used in one placeGlenn Morris2012-07-121-4/+0
* | Move darwin.h's SYSTEM_PURESIZE_EXTRA setting to configureGlenn Morris2012-07-121-4/+0
* | Rename init_process rather than working around it on DarwinGlenn Morris2012-07-121-4/+0
* | Move NO_EDITRES from src/s to configureGlenn Morris2012-07-122-9/+0
* | Do not unconditionally define HAVE_XRMSETDATABASE on some systemsGlenn Morris2012-07-122-14/+0
* | Move UNIX98_PTYS from src/s to configureGlenn Morris2012-07-121-4/+0
* | Move PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF from src/s to configureGlenn Morris2012-07-129-99/+0
* | Move PTY_OPEN from src/s to configureGlenn Morris2012-07-124-47/+0
* | Move FIRST_PTY_LETTER, PTY_ITERATION from src/s to configureGlenn Morris2012-07-119-40/+1
* | Move more things from src/s to configureGlenn Morris2012-07-113-38/+0
* | Move more stuff from src/s to configureGlenn Morris2012-07-115-19/+0
* | Move some AIX defines from src/s to configureGlenn Morris2012-07-111-11/+0
* | Move NO_ABORT from src/s to configureGlenn Morris2012-07-111-6/+0
* | Move setting of NO_MATHERR for Darwin from src/s to configureGlenn Morris2012-07-111-3/+0
* | Move NARROWPROTO from src/s to configureGlenn Morris2012-07-115-26/+0
* | Remove unneeded #define POSIXGlenn Morris2012-07-112-3/+0
* | All platforms using configure support HAVE_PTYS and HAVE_SOCKETSGlenn Morris2012-07-118-41/+0
* | * s/sol2-6.h (HAVE_LIBKSTAT): Remove.Paul Eggert2012-07-111-7/+0
* | Trivial re-ordering and comment updatingGlenn Morris2012-07-111-14/+13
* | Move INTERRUPT_INPUT from src/s to configureGlenn Morris2012-07-113-51/+0
* | Removed some unnecessary undef INTERRUPT_INPUTs from src/sGlenn Morris2012-07-112-27/+0
* | Move SIGNALS_VIA_CHARACTERS from src/s to configureGlenn Morris2012-07-115-24/+0
* | All the cool platforms support CLASH_DETECTION...Glenn Morris2012-07-118-34/+0
* | Remove src/s/gnu.hGlenn Morris2012-07-101-22/+0
* | Move GNU_LIBRARY_PENDING_OUTPUT_COUNT from src/s to configureGlenn Morris2012-07-102-27/+1
* | Assume perror.Paul Eggert2012-07-101-3/+0
* | Move DONT_REOPEN_PTY from src/s to configureGlenn Morris2012-07-103-15/+0
* | Let configure set DEFAULT_SOUND_DEVICEGlenn Morris2012-07-101-2/+0
* | Remove "#define unix" that is no longer needed (Bug#11905).Paul Eggert2012-07-101-3/+0
* | Simplify by avoiding confusing use of strncpy etc.Paul Eggert2012-07-103-6/+3
* | Move PENDING_OUTPUT_COUNT from src/s to configureGlenn Morris2012-07-105-11/+0
* | Move DATA_START, DATA_SEG_BITS from src/s to configureGlenn Morris2012-07-103-15/+0
* | * src/s/irix6-5.h (SETUP_SLAVE_PTY, PTY_NAME_SPRINTF): Drop ifdef guards.Glenn Morris2012-07-091-4/+0
* | * src/s/gnu.h: Don't include fcntl.hGlenn Morris2012-07-091-4/+1
* | * src/s/gnu.h (SIGNALS_VIA_CHARACTERS): No need to define it hereGlenn Morris2012-07-091-2/+0
* | Rename configure.in to configure.ac.Paul Eggert2012-07-081-3/+2
* | * configure.in (BROKEN_SA_RESTART): Doc fix.Glenn Morris2012-07-071-1/+1