summaryrefslogtreecommitdiff
path: root/src/charset.c
Commit message (Expand)AuthorAgeFilesLines
* ; 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
* | More macro renamings for bignumTom Tromey2018-08-071-79/+79
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-63/+63
|/
* ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-161-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Avoid ungetc when loading charset maps from filesPaul Eggert2017-07-071-41/+49
* Convert hex digits more systematicallyPaul Eggert2017-07-051-6/+6
* Use unlocked stdio more systematicallyPaul Eggert2017-06-221-5/+1
* Use getc_unlocked.Ken Raeburn2017-06-211-5/+9
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Pacify --enable-gcc-warningsPaul Eggert2016-12-221-1/+1
* | Limit <config.h>’s includesPaul Eggert2016-09-301-0/+1
* | Improve integer overflow handling a bitPaul Eggert2016-09-241-1/+1
* | Minor text-quoting-style fixesPaul Eggert2016-08-211-1/+1
* | ‘signal’ no longer returnsPaul Eggert2016-07-251-3/+3
* | Cleanup around mature character manipulation functionsDmitry Antipov2016-06-301-4/+4
* | Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert2016-06-081-1/+2
* | Omit IF_LINT code that no longer seems neededPaul Eggert2016-05-301-1/+1