| Age | Commit message (Expand) | Author |
| 2022-01-24 | Inline maybe_quit | Mattias EngdegÄrd |
| 2022-01-01 | ; Add 2022 to copyright years. | Eli Zaretskii |
| 2021-01-01 | Fix CCL_MOD typo | Paul Eggert |
| 2021-01-01 | Update copyright year to 2021 | Paul Eggert |
| 2020-08-21 | Fix return value for CCL opcode lookup-integer | Pip Cet |
| 2020-08-17 | Fix glitch uncovered by gcc -fsanitize=undefined | Paul Eggert |
| 2020-08-15 | Prefer Fvector to make_uninit_vector | Paul Eggert |
| 2020-04-25 | Inline a couple of functions that were macros | Paul Eggert |
| 2020-04-17 | Prefer more inline functions in character.h | Paul Eggert |
| 2020-01-01 | Update copyright year to 2020 | Paul Eggert |
| 2019-08-15 | Fix some fixnum overflow problems in ccl.c | Paul Eggert |
| 2019-06-27 | Improve XFIXNUM cleanup a bit | Paul Eggert |
| 2019-06-27 | Clean up use of XFIXNUM etc. | Paul Eggert |
| 2018-12-31 | Merge from origin/emacs-26 | Paul Eggert |
| 2019-01-01 | Update copyright year to 2019 | Paul Eggert |
| 2018-12-09 | Add make_vector and make_nil_vector | Paul Eggert |
| 2018-08-07 | More macro renamings for bignum | Tom Tromey |
| 2018-07-12 | Rename integerp->fixnum, etc, in preparation for bignums | Tom Tromey |
| 2018-01-01 | Update copyright year to 2018 | Paul Eggert |
| 2017-09-13 | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert |
| 2017-05-16 | Merge with gnulib, pacifying GCC 7 | Paul Eggert |
| 2017-01-25 | Replace QUIT with maybe_quit | Paul Eggert |
| 2017-01-01 | Merge from origin/emacs-25 | Paul Eggert |
| 2016-12-31 | Update copyright year to 2017 | Paul Eggert |
| 2016-03-11 | Merge from origin/emacs-25 | John Wiegley |
| 2016-03-10 | Rework C source files to avoid ^( | Paul Eggert |
| 2016-02-04 | Prefer memcpy and memset to doing it by hand | Paul Eggert |
| 2016-01-01 | Update copyright year to 2016 | Paul Eggert |
| 2015-11-08 | Use INT_ADD_WRAPV etc. to check integer overflow | Paul Eggert |
| 2015-05-31 | Remove unused DEFSYMs | Paul Eggert |
| 2015-04-24 | Port --enable-gcc-warnings to GCC 5.1 x86-64 | Paul Eggert |
| 2015-01-05 | Compute C decls for DEFSYMs automatically | Paul Eggert |
| 2015-01-01 | Update copyright year to 2015 | Paul Eggert |
| 2014-06-17 | * lisp.h (STRING_COPYIN): Remove; unused. | Dmitry Antipov |
| 2014-01-01 | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert |
| 2013-12-14 | Use bool for boolean, focusing on headers. | Paul Eggert |
| 2013-11-03 | Port to stricter C99 platforms. | Paul Eggert |
| 2013-09-24 | Use union for the payload of struct Lisp_Vector. | Dmitry Antipov |
| 2013-04-01 | Prefer < to > in range checks such as 0 <= i && i < N. | Paul Eggert |
| 2013-03-24 | Reorder conditions that are written backwards | Andreas Schwab |
| 2013-02-08 | * lisp.h (make_uninit_vector): New function. | Dmitry Antipov |
| 2013-01-01 | Update copyright notices for 2013. | Paul Eggert |
| 2012-09-15 | Port better to POSIX hosts lacking _setjmp. | Paul Eggert |
| 2012-07-05 | Cleanup xmalloc. | Dmitry Antipov |
| 2012-06-25 | Use sprintf return value instead of invoking strlen on result. | Paul Eggert |
| 2012-06-19 | * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c: | Dmitry Antipov |
| 2012-01-09 | Merge from trunk. | Paul Eggert |
| 2012-01-05 | Add 2012 to FSF copyright years for Emacs files | Glenn Morris |
| 2011-12-18 | Spelling fixes. | Paul Eggert |
| 2011-12-10 | Merge from trunk. | Paul Eggert |