aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Move NSIG_MINIMUM from src/s to configureGlenn Morris2012-07-123-5/+3
* | Move ULIMIT_BREAK_VALUE from src/s to configureGlenn Morris2012-07-123-9/+2
* | Remove macro MIN_PTY_KERNEL_VERSION, only used in one placeGlenn Morris2012-07-123-6/+6
* | Move darwin.h's SYSTEM_PURESIZE_EXTRA setting to configureGlenn Morris2012-07-122-4/+1
* | Rename init_process rather than working around it on DarwinGlenn Morris2012-07-127-16/+15
* | Move NO_EDITRES from src/s to configureGlenn Morris2012-07-123-14/+5
* | Do not unconditionally define HAVE_XRMSETDATABASE on some systemsGlenn Morris2012-07-123-14/+5
* | Improve fix for bug #11832 with truncated/continued lines w/o margins.Eli Zaretskii2012-07-122-39/+62
* | Move UNIX98_PTYS from src/s to configureGlenn Morris2012-07-122-4/+4
* | Fix typos that broke OS X build.Paul Eggert2012-07-122-3/+11
* | Move PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF from src/s to configureGlenn Morris2012-07-1210-99/+5
* | Move PTY_OPEN from src/s to configureGlenn Morris2012-07-125-47/+3
* | Move FIRST_PTY_LETTER, PTY_ITERATION from src/s to configureGlenn Morris2012-07-1110-40/+7
* | Use empty_unibyte_string where applicable.Dmitry Antipov2012-07-124-4/+11
* | Move more things from src/s to configureGlenn Morris2012-07-114-39/+3
* | Move more stuff from src/s to configureGlenn Morris2012-07-116-19/+8
* | Move some AIX defines from src/s to configureGlenn Morris2012-07-113-15/+5
* | Move NO_ABORT from src/s to configureGlenn Morris2012-07-112-7/+1
* | Move setting of NO_MATHERR for Darwin from src/s to configureGlenn Morris2012-07-112-3/+2
* | Move NARROWPROTO from src/s to configureGlenn Morris2012-07-116-26/+5
* | Remove unneeded #define POSIXGlenn Morris2012-07-113-3/+3
* | All platforms using configure support HAVE_PTYS and HAVE_SOCKETSGlenn Morris2012-07-119-41/+6
* | * s/sol2-6.h (HAVE_LIBKSTAT): Remove.Paul Eggert2012-07-112-7/+4
* | Trivial re-ordering and comment updatingGlenn Morris2012-07-111-14/+13
* | Move INTERRUPT_INPUT from src/s to configureGlenn Morris2012-07-114-51/+5
* | Simplify Vobarray checking in oblookup.Dmitry Antipov2012-07-112-7/+5
* | Removed some unnecessary undef INTERRUPT_INPUTs from src/sGlenn Morris2012-07-113-27/+3
* | Minor adjustments to interning code.Dmitry Antipov2012-07-115-46/+42
* | Move SIGNALS_VIA_CHARACTERS from src/s to configureGlenn Morris2012-07-116-24/+3
* | * gnutls.c (Fgnutls_boot): Properly parse :keylist argument.Andreas Schwab2012-07-112-1/+3
* | * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR insteadAndreas Schwab2012-07-119-17/+27
* | All the cool platforms support CLASH_DETECTION...Glenn Morris2012-07-119-34/+4
* | Assume mkdir, rmdir.Paul Eggert2012-07-112-126/+4
* | Remove src/s/gnu.hGlenn Morris2012-07-102-22/+2
* | Move GNU_LIBRARY_PENDING_OUTPUT_COUNT from src/s to configureGlenn Morris2012-07-103-27/+6
* | alloc.c (mark_memory): Guard the "no_address_safety_analysis" functionJohn Wiegley2012-07-112-1/+9
* | Avoid call to strlen in fast_c_string_match_ignore_case.Dmitry Antipov2012-07-118-15/+31
* | Assume rename.Paul Eggert2012-07-102-23/+3
* | Assume perror.Paul Eggert2012-07-103-15/+5
* | Assume strerror.Paul Eggert2012-07-102-15/+5
* | Avoid calls to strlen in font processing functions.Dmitry Antipov2012-07-118-31/+39
* | Move DONT_REOPEN_PTY from src/s to configureGlenn Morris2012-07-104-15/+3
* | Let configure set DEFAULT_SOUND_DEVICEGlenn Morris2012-07-103-10/+9
* | Remove "#define unix" that is no longer needed (Bug#11905).Paul Eggert2012-07-102-3/+3
* | EMACS_TIME simplification (Bug#11875).Paul Eggert2012-07-1022-264/+268
* | * bytecode.c (targets): Suppress -Woverride-init warnings.Paul Eggert2012-07-102-0/+12
* | Simplify by avoiding confusing use of strncpy etc.Paul Eggert2012-07-1017-94/+91
* | * dispnew.c (PENDING_OUTPUT_COUNT) [!__GNU_LIBRARY__]: Clarify fallback case.Glenn Morris2012-07-102-7/+13
* | Use XCAR and XCDR instead of Fcar and Fcdr where possible.Dmitry Antipov2012-07-1017-23/+29
* | Implement token threadingTom Tromey2012-07-102-451/+573