aboutsummaryrefslogtreecommitdiffstats
path: root/src/charset.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton11 days1-1/+1
* Avoid name clashes with static GnuTLSPaul Eggert2025-04-191-2/+1
* Replace call[1-8] with callnStefan Kangas2025-01-191-3/+3
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* ; * src/charset.c (Fmap_charset_chars): Fix last change (bug#74555).Eli Zaretskii2024-11-301-2/+2
* Add more error-checking to Fmap_charset_charsaltermo2024-11-301-0/+2
* Fix error message in charset.cEli Zaretskii2024-10-241-1/+2
* Standardize possessive apostrophe usage in manuals, docs, and commentsStefan Kangas2024-07-251-1/+1
* Replace calls to intern with a constant string with DEFSYMsPo Lu2024-05-091-1/+2
* (struct composition): Remove dependency on hash-table internalsStefan Monnier2024-01-241-2/+1
* (struct charset): Remove dependency on hash-table internalsStefan Monnier2024-01-231-7/+18
* Be more systematic about parens in C source codePaul Eggert2024-01-201-1/+1
* Inlined and specialised hash table look-upMattias Engdegård2024-01-131-2/+2
* Store hash values as integers instead of Lisp_ObjectMattias Engdegård2024-01-131-1/+1
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Update Android portPo Lu2023-07-271-1/+1
* | Update Android portPo Lu2023-04-291-1/+1
* | Update Android portPo Lu2023-03-071-1/+2
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Copy-edit doc strings and comments wrt bignum and fixnumMattias Engdegård2022-08-181-3/+2
* Merge from origin/emacs-28Stefan Kangas2022-03-121-10/+15
|\
| * Improve documentation of 'map-charset-chars'Eli Zaretskii2022-03-101-10/+15
* | Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-2/+2
|/
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Fix crash when dumping charset_table with portable dumper (Bug#52461)YAMAMOTO Mitsuharu2021-12-151-1/+1
* Do not load native code when `load' is explicitly called on a .elc fileAndrea Corallo2021-03-191-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Merge from origin/emacs-27Glenn Morris2020-12-091-1/+3
|\
| * ; * src/charset.c (Fmap_charset_chars): Doc fix.Eli Zaretskii2020-12-021-1/+3
* | Prefer Fvector to make_uninit_vectorPaul Eggert2020-08-151-6/+3
* | Prefer more inline functions in character.hPaul Eggert2020-04-171-2/+2
* | Improve integer range checkingPaul Eggert2020-04-051-25/+8
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Improve directory-access diagnosticsPaul Eggert2019-09-151-8/+12
* Simplify hashfn/cmpfn calling conventionPaul Eggert2019-07-201-1/+1
* Use fewer locks when accessing stdioPaul Eggert2019-07-081-5/+5
* Fix 'define-charset' after dumping with pdumperEli Zaretskii2019-03-171-2/+2
* Simplify list creation in C codePaul Eggert2019-03-041-9/+6
* Prefer static to extern where either will doPaul Eggert2019-01-311-1/+1
* Add portable dumperDaniel Colascione2019-01-151-12/+38
* Use shortcuts for FlengthPaul Eggert2019-01-091-2/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Assume ‘emacs’ is defined in Emacs-only codePaul Eggert2018-12-171-4/+0
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-091-10/+6
* | * src/charset.c (Fencode_char): Tweak comment.Paul Eggert2018-09-101-1/+1
* | * src/charset.c (Fencode_char): Explain when/why bignums are usedStefan Monnier2018-09-101-0/+7
* | Fix documentation for conversion to bignumsEli Zaretskii2018-09-081-1/+3
* | Improve bignum support for system typesPaul Eggert2018-08-271-6/+7