| Age | Commit message (Expand) | Author |
| 2026-03-21 | Use signed ints in struct charset_table | Helmut Eller |
| 2026-03-21 | Introduce a struct charset_table | Helmut Eller |
| 2026-03-21 | * src/charset.h (charset_attributes_getter): Add assertion. | Helmut Eller |
| 2026-03-21 | Remove the charset_table_init array | Helmut Eller |
| 2026-03-21 | Move the attribute field of charsets to a separate vector | Helmut Eller |
| 2026-01-01 | ; Add 2026 to copyright years. | Sean Whitton |
| 2025-04-19 | Avoid name clashes with static GnuTLS | Paul Eggert |
| 2025-01-01 | Update copyright year to 2025 | Paul Eggert |
| 2024-07-25 | Standardize possessive apostrophe usage in manuals, docs, and comments | Stefan Kangas |
| 2024-01-23 | (struct charset): Remove dependency on hash-table internals | Stefan Monnier |
| 2024-01-20 | Be more systematic about parens in C source code | Paul Eggert |
| 2024-01-13 | Inlined and specialised hash table look-up | Mattias EngdegÄrd |
| 2024-01-02 | ; Add 2024 to copyright years | Po Lu |
| 2023-01-01 | ; Add 2023 to copyright years. | Eli Zaretskii |
| 2022-01-01 | ; Add 2022 to copyright years. | Eli Zaretskii |
| 2021-12-15 | Fix crash when dumping charset_table with portable dumper (Bug#52461) | YAMAMOTO Mitsuharu |
| 2021-01-01 | Update copyright year to 2021 | Paul Eggert |
| 2020-01-01 | Update copyright year to 2020 | Paul Eggert |
| 2019-03-17 | Fix 'define-charset' after dumping with pdumper | Eli Zaretskii |
| 2019-01-31 | Prefer static to extern where either will do | Paul Eggert |
| 2019-01-15 | Add portable dumper | Daniel Colascione |
| 2018-12-31 | Merge from origin/emacs-26 | Paul Eggert |
| 2019-01-01 | Update copyright year to 2019 | Paul Eggert |
| 2018-08-07 | More macro renamings for bignum | 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 |
| 2016-12-31 | Update copyright year to 2017 | Paul Eggert |
| 2016-03-10 | Rework C source files to avoid ^( | Paul Eggert |
| 2016-01-01 | Update copyright year to 2016 | Paul Eggert |
| 2015-10-16 | Make src headers idempotent and standalone | Paul Eggert |
| 2015-01-05 | Compute C decls for DEFSYMs automatically | Paul Eggert |
| 2015-01-01 | Update copyright year to 2015 | Paul Eggert |
| 2014-12-20 | Let charset tick grow past USHRT_MAX | Paul Eggert |
| 2014-06-23 | Simplify and cleanup character conversion stuff. | 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-12-01 | Spelling and punctuation fixes. | Paul Eggert |
| 2013-09-20 | A simpler, centralized INLINE. | Paul Eggert |
| 2013-01-01 | Update copyright notices for 2013. | Paul Eggert |
| 2012-09-26 | * character.h (MAYBE_UNIFY_CHAR): Remove. | Paul Eggert |
| 2012-08-27 | * cmds.c, coding.c: Use bool for booleans. | Paul Eggert |
| 2012-08-26 | * character.c, charset.c, chartab.c: Use bool for booleans. | Paul Eggert |
| 2012-08-02 | Use C99-style 'extern inline' if available. | Paul Eggert |
| 2012-08-01 | Use "ASET (a, i, v)" rather than "AREF (a, i) = v". | Paul Eggert |
| 2012-01-09 | Merge from trunk. | Paul Eggert |
| 2012-01-05 | Add 2012 to FSF copyright years for Emacs files | Glenn Morris |
| 2011-12-14 | Spelling fixes. | Paul Eggert |
| 2011-11-18 | Merge from trunk. | Paul Eggert |
| 2011-11-14 | Fix typos. | Juanma Barranquero |
| 2011-09-24 | * charset.h (DECODE_CHAR): Return int, not unsigned; | Paul Eggert |