summaryrefslogtreecommitdiff
path: root/src/charset.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge from origin/emacs-25John Wiegley2016-03-111-2/+2
|\ \ | |/
| * Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* | Prefer memcpy and memset to doing it by handPaul Eggert2016-02-041-2/+2
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Include-file cleanup for src directoryPaul Eggert2015-10-201-1/+0
* Make add_to_log varargsPaul Eggert2015-08-131-1/+1
* Remove unused DEFSYMsPaul Eggert2015-05-311-4/+0
* Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert2015-02-211-2/+2
* Count MANY function args more reliablyPaul Eggert2015-01-251-10/+5
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-17/+3
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Fix typo in charset_ordered_list_tick patchPaul Eggert2014-12-201-1/+1
* Let charset tick grow past USHRT_MAXPaul Eggert2014-12-201-4/+3
* Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-301-6/+4
* Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert2014-09-291-2/+1
* Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov2014-09-291-5/+2
* Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert2014-09-241-0/+3
* If USE_LOCAL_ALLOCATORS, allocate even more Lisp objects on stack.Dmitry Antipov2014-09-161-1/+2