summaryrefslogtreecommitdiff
path: root/src/charset.c
Commit message (Expand)AuthorAge
* Replace calls to intern with a constant string with DEFSYMsPo Lu11 days
* (struct composition): Remove dependency on hash-table internalsStefan Monnier2024-01-24
* (struct charset): Remove dependency on hash-table internalsStefan Monnier2024-01-23
* Be more systematic about parens in C source codePaul Eggert2024-01-20
* Inlined and specialised hash table look-upMattias Engdegård2024-01-13
* Store hash values as integers instead of Lisp_ObjectMattias Engdegård2024-01-13
* Merge from savannah/emacs-29Po Lu2024-01-02
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-02
* | Update Android portPo Lu2023-07-27
* | Update Android portPo Lu2023-04-29
* | Update Android portPo Lu2023-03-07
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Copy-edit doc strings and comments wrt bignum and fixnumMattias Engdegård2022-08-18
* Merge from origin/emacs-28Stefan Kangas2022-03-12
|\
| * Improve documentation of 'map-charset-chars'Eli Zaretskii2022-03-10
* | Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-12
|/
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* Fix crash when dumping charset_table with portable dumper (Bug#52461)YAMAMOTO Mitsuharu2021-12-15
* Do not load native code when `load' is explicitly called on a .elc fileAndrea Corallo2021-03-19
* Update copyright year to 2021Paul Eggert2021-01-01
* Merge from origin/emacs-27Glenn Morris2020-12-09
|\
| * ; * src/charset.c (Fmap_charset_chars): Doc fix.Eli Zaretskii2020-12-02
* | Prefer Fvector to make_uninit_vectorPaul Eggert2020-08-15
* | Prefer more inline functions in character.hPaul Eggert2020-04-17
* | Improve integer range checkingPaul Eggert2020-04-05
|/
* Update copyright year to 2020Paul Eggert2020-01-01
* Improve directory-access diagnosticsPaul Eggert2019-09-15
* Simplify hashfn/cmpfn calling conventionPaul Eggert2019-07-20
* Use fewer locks when accessing stdioPaul Eggert2019-07-08
* Fix 'define-charset' after dumping with pdumperEli Zaretskii2019-03-17
* Simplify list creation in C codePaul Eggert2019-03-04
* Prefer static to extern where either will doPaul Eggert2019-01-31
* Add portable dumperDaniel Colascione2019-01-15
* Use shortcuts for FlengthPaul Eggert2019-01-09
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Assume ‘emacs’ is defined in Emacs-only codePaul Eggert2018-12-17
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-09
* | * src/charset.c (Fencode_char): Tweak comment.Paul Eggert2018-09-10
* | * src/charset.c (Fencode_char): Explain when/why bignums are usedStefan Monnier2018-09-10
* | Fix documentation for conversion to bignumsEli Zaretskii2018-09-08
* | Improve bignum support for system typesPaul Eggert2018-08-27
* | More macro renamings for bignumTom Tromey2018-08-07
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
|/
* ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-16
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Avoid ungetc when loading charset maps from filesPaul Eggert2017-07-07
* Convert hex digits more systematicallyPaul Eggert2017-07-05
* Use unlocked stdio more systematicallyPaul Eggert2017-06-22