summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2012-07-11Move INTERRUPT_INPUT from src/s to configureGlenn Morris
2012-07-11Simplify Vobarray checking in oblookup.Dmitry Antipov
2012-07-11Removed some unnecessary undef INTERRUPT_INPUTs from src/sGlenn Morris
2012-07-11Minor adjustments to interning code.Dmitry Antipov
2012-07-11Move SIGNALS_VIA_CHARACTERS from src/s to configureGlenn Morris
2012-07-11* gnutls.c (Fgnutls_boot): Properly parse :keylist argument.Andreas Schwab
2012-07-11* coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR insteadAndreas Schwab
2012-07-11All the cool platforms support CLASH_DETECTION...Glenn Morris
2012-07-11Assume mkdir, rmdir.Paul Eggert
2012-07-10Remove src/s/gnu.hGlenn Morris
2012-07-10Move GNU_LIBRARY_PENDING_OUTPUT_COUNT from src/s to configureGlenn Morris
2012-07-11alloc.c (mark_memory): Guard the "no_address_safety_analysis" functionJohn Wiegley
2012-07-11Avoid call to strlen in fast_c_string_match_ignore_case.Dmitry Antipov
2012-07-10Assume rename.Paul Eggert
2012-07-10Assume perror.Paul Eggert
2012-07-10Assume strerror.Paul Eggert
2012-07-11Avoid calls to strlen in font processing functions.Dmitry Antipov
2012-07-10Move DONT_REOPEN_PTY from src/s to configureGlenn Morris
2012-07-10Let configure set DEFAULT_SOUND_DEVICEGlenn Morris
2012-07-10Remove "#define unix" that is no longer needed (Bug#11905).Paul Eggert
2012-07-10EMACS_TIME simplification (Bug#11875).Paul Eggert
2012-07-10* bytecode.c (targets): Suppress -Woverride-init warnings.Paul Eggert
2012-07-10Simplify by avoiding confusing use of strncpy etc.Paul Eggert
2012-07-10* dispnew.c (PENDING_OUTPUT_COUNT) [!__GNU_LIBRARY__]: Clarify fallback case.Glenn Morris
2012-07-10Use XCAR and XCDR instead of Fcar and Fcdr where possible.Dmitry Antipov
2012-07-10Implement token threadingTom Tromey
2012-07-10Optimize pure C strings initialization.Dmitry Antipov
2012-07-10Avoid calls to strlen in miscellaneous functions.Dmitry Antipov
2012-07-10Move PENDING_OUTPUT_COUNT from src/s to configureGlenn Morris
2012-07-10Move DATA_START, DATA_SEG_BITS from src/s to configureGlenn Morris
2012-07-10Avoid calls to strlen in path processing functions.Dmitry Antipov
2012-07-09* src/s/irix6-5.h (SETUP_SLAVE_PTY, PTY_NAME_SPRINTF): Drop ifdef guards.Glenn Morris
2012-07-09* src/s/gnu.h: Don't include fcntl.hGlenn Morris
2012-07-09Stop ns builds setting the EMACSLOADPATH environment variableGlenn Morris
2012-07-09* src/s/gnu.h (SIGNALS_VIA_CHARACTERS): No need to define it hereGlenn Morris
2012-07-09Stop ns builds setting the EMACSPATH environment variableGlenn Morris
2012-07-09* src/nsterm.m, src/nsterm.h (ns_etc_directory): Fix type, empty return.Glenn Morris
2012-07-09* process.c (wait_reading_process_output): 'waitchannels' was unsetPaul Eggert
2012-07-09Add GCC-style 'const' attribute to functions that can use it.Paul Eggert
2012-07-09Minor improvements to make_formatted_string.Paul Eggert
2012-07-09Use make_formatted_string to avoid double length calculation.Dmitry Antipov
2012-07-09Stop ns builds polluting the environment with EMACSDATA, EMACSDOCGlenn Morris
2012-07-09Move marker debugging code under MARKER_DEBUG.Dmitry Antipov
2012-07-08* systime.h (EMACS_SUB_TIME): Clarify behavior with unsigned time_t.Paul Eggert
2012-07-08Cleanup changes following fix for bug #11832.Eli Zaretskii
2012-07-08Fix bug #11813 with invalid font for buffer name on the modeline.Eli Zaretskii
2012-07-08Fix ChangeLog typos.Juanma Barranquero
2012-07-07* xdisp.c (display_line): Avoid warning about implicit declarationAndreas Schwab
2012-07-07* frame.c (get_frame_param): Define only if HAVE_WINDOW_SYSTEM.Andreas Schwab
2012-07-07* lisp.h: Remove empty conditional.Andreas Schwab