summaryrefslogtreecommitdiff
path: root/src/charset.h
AgeCommit message (Expand)Author
2026-03-21Use signed ints in struct charset_tableHelmut Eller
2026-03-21Introduce a struct charset_tableHelmut Eller
2026-03-21* src/charset.h (charset_attributes_getter): Add assertion.Helmut Eller
2026-03-21Remove the charset_table_init arrayHelmut Eller
2026-03-21Move the attribute field of charsets to a separate vectorHelmut Eller
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-04-19Avoid name clashes with static GnuTLSPaul Eggert
2025-01-01Update copyright year to 2025Paul Eggert
2024-07-25Standardize possessive apostrophe usage in manuals, docs, and commentsStefan Kangas
2024-01-23(struct charset): Remove dependency on hash-table internalsStefan Monnier
2024-01-20Be more systematic about parens in C source codePaul Eggert
2024-01-13Inlined and specialised hash table look-upMattias EngdegÄrd
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-15Fix crash when dumping charset_table with portable dumper (Bug#52461)YAMAMOTO Mitsuharu
2021-01-01Update copyright year to 2021Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-03-17Fix 'define-charset' after dumping with pdumperEli Zaretskii
2019-01-31Prefer static to extern where either will doPaul Eggert
2019-01-15Add portable dumperDaniel Colascione
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-08-07More macro renamings for bignumTom Tromey
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-10-16Make src headers idempotent and standalonePaul Eggert
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-12-20Let charset tick grow past USHRT_MAXPaul Eggert
2014-06-23Simplify and cleanup character conversion stuff.Dmitry Antipov
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-14Use bool for boolean, focusing on headers.Paul Eggert
2013-12-01Spelling and punctuation fixes.Paul Eggert
2013-09-20A simpler, centralized INLINE.Paul Eggert
2013-01-01Update 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-02Use C99-style 'extern inline' if available.Paul Eggert
2012-08-01Use "ASET (a, i, v)" rather than "AREF (a, i) = v".Paul Eggert
2012-01-09Merge from trunk.Paul Eggert
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-12-14Spelling fixes.Paul Eggert
2011-11-18Merge from trunk.Paul Eggert
2011-11-14Fix typos.Juanma Barranquero
2011-09-24* charset.h (DECODE_CHAR): Return int, not unsigned;Paul Eggert