summaryrefslogtreecommitdiff
path: root/src/charset.c
AgeCommit message (Expand)Author
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
2019-01-15Add portable dumperDaniel Colascione
2019-01-09Use shortcuts for FlengthPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-17Assume ‘emacs’ is defined in Emacs-only codePaul Eggert
2018-12-09Add make_vector and make_nil_vectorPaul Eggert
2018-09-10* src/charset.c (Fencode_char): Tweak comment.Paul Eggert
2018-09-10* src/charset.c (Fencode_char): Explain when/why bignums are usedStefan Monnier
2018-09-08Fix documentation for conversion to bignumsEli Zaretskii
2018-08-27Improve bignum support for system typesPaul Eggert
2018-08-07More macro renamings for bignumTom Tromey
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-02-16; Fix doc typos related to indefinite articlesGlenn Morris
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-07-07Avoid ungetc when loading charset maps from filesPaul Eggert
2017-07-05Convert hex digits more systematicallyPaul Eggert
2017-06-22Use unlocked stdio more systematicallyPaul Eggert
2017-06-21Use getc_unlocked.Ken Raeburn
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-12-22Pacify --enable-gcc-warningsPaul Eggert
2016-09-30Limit <config.h>’s includesPaul Eggert
2016-09-24Improve integer overflow handling a bitPaul Eggert
2016-08-21Minor text-quoting-style fixesPaul Eggert
2016-07-25‘signal’ no longer returnsPaul Eggert