summaryrefslogtreecommitdiff
path: root/src/charset.c
AgeCommit message (Expand)Author
2026-05-23Avoid memsets in charset.cPaul Eggert
2026-05-18Prefer singed type to size_t in Fdefine_charset_internalPaul Eggert
2026-04-29; Spelling fixes.Paul Eggert
2026-04-02; * src/charset.c (Ffind_charset_string): Fix a typo (bug#80707).Manuel Giraud
2026-03-26; Fix comments and doc strings in some C filesEli Zaretskii
2026-03-21* src/charset.c (Fdefine_charset_internal): Fix memory leak.Helmut Eller
2026-03-21* src/charset.c (shrink_charset_table): Simplify.Helmut Eller
2026-03-21Introduce a struct charset_tableHelmut 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-19Replace call[1-8] with callnStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-11-30; * src/charset.c (Fmap_charset_chars): Fix last change (bug#74555).Eli Zaretskii
2024-11-30Add more error-checking to Fmap_charset_charsaltermo
2024-10-24Fix error message in charset.cEli Zaretskii
2024-07-25Standardize possessive apostrophe usage in manuals, docs, and commentsStefan Kangas
2024-05-09Replace calls to intern with a constant string with DEFSYMsPo Lu
2024-01-24(struct composition): Remove dependency on hash-table internalsStefan Monnier
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-13Store hash values as integers instead of Lisp_ObjectMattias Engdegård
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-07-27Update Android portPo Lu
2023-04-29Update Android portPo Lu
2023-03-07Update Android portPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-08-18Copy-edit doc strings and comments wrt bignum and fixnumMattias Engdegård
2022-03-12Merge from origin/emacs-28Stefan Kangas
2022-03-10Improve documentation of 'map-charset-chars'Eli Zaretskii
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård
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-03-19Do not load native code when `load' is explicitly called on a .elc fileAndrea Corallo
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-09Merge from origin/emacs-27Glenn Morris
2020-12-02; * src/charset.c (Fmap_charset_chars): Doc fix.Eli Zaretskii
2020-08-15Prefer Fvector to make_uninit_vectorPaul Eggert
2020-04-17Prefer more inline functions in character.hPaul Eggert
2020-04-05Improve integer range checkingPaul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-09-15Improve directory-access diagnosticsPaul Eggert
2019-07-20Simplify hashfn/cmpfn calling conventionPaul Eggert
2019-07-08Use fewer locks when accessing stdioPaul Eggert
2019-03-17Fix 'define-charset' after dumping with pdumperEli Zaretskii
2019-03-04Simplify list creation in C codePaul Eggert
2019-01-31Prefer static to extern where either will doPaul Eggert