| Age | Commit message (Expand) | Author |
| 2014-06-13 | Attempt to fix bug #17771 with segfault if "C-h h" is interrupted. | Eli Zaretskii |
| 2014-05-30 | Fix port to 32-bit AIX with xlc. | Paul Eggert |
| 2014-04-13 | Port to IRIX 6.5. | Paul Eggert |
| 2014-04-07 | * src/alloc.c: Keep track of symbols referenced from pure space (bug#17168). | Stefan Monnier |
| 2014-03-20 | * src/frame.h (SET_FRAME_VISIBLE): Keep frame_garbaged up to date. | Stefan Monnier |
| 2014-02-28 | Fix a few crashes and leaks when cloning C strings. | Paul Eggert |
| 2014-01-20 | Apply previous change even if valgrind is not in use, since it avoids undefin... | Paul Eggert |
| 2014-01-20 | Pacify valgrind by initializing buffer redisplay bit. | Paul Eggert |
| 2014-01-02 | Whitespace fixes for recently-added code. | Paul Eggert |
| 2014-01-01 | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert |
| 2013-12-26 | Fix core dumps with gcc -fsanitize=address and GNU/Linux. | Paul Eggert |
| 2013-12-16 | * font.c (valid_font_driver) [ENABLE_CHECKING]: New function | Dmitry Antipov |
| 2013-12-14 | Revert 2 last commits in src/alloc.c. | Eli Zaretskii |
| 2013-12-14 | Minor tweak of the last commit. | Eli Zaretskii |
| 2013-12-14 | Avoid crashing due to closing of font whose driver pointer is NULL. | Eli Zaretskii |
| 2013-12-13 | * alloc.c, font.c, font.h, ftfont.c, ftxfont.c, macfont.m, | Dmitry Antipov |
| 2013-12-12 | * font.h (struct font_entity) [HAVE_NS]: New field to record | Dmitry Antipov |
| 2013-12-09 | * alloc.c (Fmemory_limit): Avoid compiler warning. Return 0 always. | Jan Djärv |
| 2013-12-01 | Spelling and punctuation fixes. | Paul Eggert |
| 2013-11-28 | * configure.ac (HAVE_MENUS): Remove. | Stefan Monnier |
| 2013-11-28 | Refine redisplay optimizations to only redisplay *some* frames/windows | Stefan Monnier |
| 2013-11-20 | Fix recently introduced bool vector overrun. | Paul Eggert |
| 2013-11-18 | Always allocate at least one bits_word per bool vector. | Paul Eggert |
| 2013-11-13 | Simplify, port and tune bool vector implementation. | Paul Eggert |
| 2013-11-06 | Port to C11 aligned_alloc, and fix some integer overflows. | Paul Eggert |
| 2013-11-04 | Simplify and port recent bool vector changes. | Paul Eggert |
| 2013-11-03 | Port to stricter C99 platforms. | Paul Eggert |
| 2013-10-25 | Perform font-specific cleanup when font object is swept by GC. See | Dmitry Antipov |
| 2013-10-23 | Tweak last font-related changes to fix bug#15686. | Dmitry Antipov |
| 2013-10-21 | Do not allow font caches to grow too large. | Dmitry Antipov |
| 2013-10-18 | Remove port-specific display name lists to avoid extra | Dmitry Antipov |
| 2013-10-10 | * lisp.h (eassume): New macro. | Paul Eggert |
| 2013-10-08 | Support menus on text-mode terminals. | Eli Zaretskii |
| 2013-10-07 | * lisp.h (bits_word, BITS_WORD_MAX): New type and macro. | Paul Eggert |
| 2013-10-07 | * alloc.c (Fmake_string): Fix last change. | Dmitry Antipov |
| 2013-10-07 | emacs_read and emacs_write now use void *, not char *. | Paul Eggert |
| 2013-10-07 | * alloc.c (Fmake_string): For ASCII char initializer, prefer | Dmitry Antipov |
| 2013-10-03 | * lisp.h (eassert): Assume that COND is true when optimizing. | Paul Eggert |
| 2013-10-03 | Introduce new bytecodes for efficient catch/condition-case in lexbind. | Stefan Monnier |
| 2013-09-26 | Merge from trunk. | Eli Zaretskii |
| 2013-09-25 | Signal error when reading an empty byte-code object (Bug#15405) | Barry O'Reilly |
| 2013-09-24 | Use union for the payload of struct Lisp_Vector. | Dmitry Antipov |
| 2013-09-23 | Some minor cleanups of recently-added bool vector code. | Paul Eggert |
| 2013-09-23 | * alloc.c (valgrind_p): Use bool for boolean. | Paul Eggert |
| 2013-09-22 | Tell valgrind about conservative GC regions and suppress spurious | Daniel Colascione |
| 2013-09-22 | Add set operations for bool-vector. | Daniel Colascione |
| 2013-09-20 | A simpler, centralized INLINE. | Paul Eggert |
| 2013-09-05 | Fixed C compilation problems. | Eli Zaretskii |
| 2013-09-04 | * alloc.c (make_event_array): First arg is now ptrdiff_t, not int. | Paul Eggert |
| 2013-08-29 | * alloc.c (Fmake_marker, build_marker): Zero need_adjustment | Dmitry Antipov |