| Age | Commit message (Expand) | Author |
| 2016-03-26 | Implement 'func-arity' | Paul Pogonyshev |
| 2016-03-10 | Rework C source files to avoid ^( | Paul Eggert |
| 2016-01-01 | Update copyright year to 2016 | Paul Eggert |
| 2015-11-19 | Simplify push_handler and profile its malloc | Paul Eggert |
| 2015-11-01 | merge from trunk | Ken Raeburn |
| 2015-09-16 | Omit unnecessary \ before paren in C docstrings | Paul Eggert |
| 2015-08-26 | Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS | Paul Eggert |
| 2015-02-21 | Prefer 'Qfoo' to 'intern ("foo")' | Paul Eggert |
| 2015-01-05 | Compute C decls for DEFSYMs automatically | Paul Eggert |
| 2015-01-01 | Update copyright year to 2015 | Paul Eggert |
| 2014-08-31 | Clean up extern decls a bit. | Paul Eggert |
| 2014-05-27 | * src/bytecode.c (FETCH) [BYTE_CODE_SAFE]: Check the bytecode wasn't | Stefan Monnier |
| 2014-05-17 | Assume C99 or later. | Paul Eggert |
| 2014-04-12 | * src/bytecode.c (exec_byte_code): Rework the volatiles. Most importantly, | Stefan Monnier |
| 2014-01-01 | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert |
| 2013-11-03 | Port to stricter C99 platforms. | Paul Eggert |
| 2013-10-03 | * bytecode.c (exec_byte_code): Use some more volatile variables | Paul Eggert |
| 2013-10-03 | Introduce new bytecodes for efficient catch/condition-case in lexbind. | Stefan Monnier |
| 2013-09-24 | Use union for the payload of struct Lisp_Vector. | Dmitry Antipov |
| 2013-09-11 | Change comparison functions =, <, >, <=, >= to take many arguments. | Barry O'Reilly |
| 2013-07-26 | merge from trunk | Tom Tromey |
| 2013-07-16 | New unwind-protect flavors to better type-check C callbacks. | Paul Eggert |
| 2013-07-15 | Prefer list1 (X) to Fcons (X, Qnil) when building lists. | Paul Eggert |
| 2013-07-12 | Merge from trunk | Tom Tromey |
| 2013-07-10 | Port to C89. | Paul Eggert |
| 2013-07-06 | merge from trunk | Tom Tromey |
| 2013-06-20 | * syntax.c: Integer cleanups. | Paul Eggert |
| 2013-06-03 | merge from trunk; clean up some issues | Tom Tromey |
| 2013-05-17 | Port --enable-gcc-warnings to clang. | Paul Eggert |
| 2013-03-24 | Reorder conditions that are written backwards | Andreas Schwab |
| 2013-03-17 | merge from trunk | Tom Tromey |
| 2013-03-13 | Static checking by Sun C 5.12. | Paul Eggert |
| 2013-03-10 | * src/bytecode.c (struct byte_stack): Remove `constants' when unused. | Stefan Monnier |
| 2013-01-05 | merge from trunk | Tom Tromey |
| 2013-01-02 | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert |
| 2013-01-01 | Update copyright notices for 2013. | Paul Eggert |
| 2012-12-17 | merge from trunk | Tom Tromey |
| 2012-12-03 | * bytecode.c, lisp.h (Qbytecode): Remove. | Paul Eggert |
| 2012-11-19 | Make called-interactively-p work for edebug or advised code. | Stefan Monnier |
| 2012-09-24 | * src/bytecode.c (exec_byte_code): Signal an error instead of aborting, | Stefan Monnier |
| 2012-09-16 | Remove configure's --without-sync-input option. | Paul Eggert |
| 2012-09-15 | Port better to POSIX hosts lacking _setjmp. | Paul Eggert |
| 2012-09-04 | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert |
| 2012-09-04 | merge from trunk | Tom Tromey |
| 2012-08-28 | Always use set_buffer_if_live to restore original buffer at unwind. | Dmitry Antipov |
| 2012-08-24 | * bytecode.c, callint.c, callproc.c: Use bool for boolean. | Paul Eggert |
| 2012-08-15 | This parameterizes the GC a bit to make it thread-ready. | Tom Tromey |
| 2012-08-15 | This introduces a thread-state object and moves various C globals | Tom Tromey |
| 2012-08-07 | Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things. | Dmitry Antipov |
| 2012-08-05 | Generalize common compile-time constants. | Dmitry Antipov |