summaryrefslogtreecommitdiff
path: root/src/charset.h
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; 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-0/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix 'define-charset' after dumping with pdumperEli Zaretskii2019-03-171-1/+1
* Prefer static to extern where either will doPaul Eggert2019-01-311-1/+0
* Add portable dumperDaniel Colascione2019-01-151-0/+2
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | More macro renamings for bignumTom Tromey2018-08-071-3/+3
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Make src headers idempotent and standalonePaul Eggert2015-10-161-0/+1
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-3/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Let charset tick grow past USHRT_MAXPaul Eggert2014-12-201-2/+1
* Simplify and cleanup character conversion stuff.Dmitry Antipov2014-06-231-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-141-13/+13
* Spelling and punctuation fixes.Paul Eggert2013-12-011-1/+1
* A simpler, centralized INLINE.Paul Eggert2013-09-201-4/+1
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* * character.h (MAYBE_UNIFY_CHAR): Remove.Paul Eggert2012-09-261-1/+0
* * cmds.c, coding.c: Use bool for booleans.Paul Eggert2012-08-271-1/+1
* * character.c, charset.c, chartab.c: Use bool for booleans.Paul Eggert2012-08-261-19/+20
* Use C99-style 'extern inline' if available.Paul Eggert2012-08-021-1/+8
* Use "ASET (a, i, v)" rather than "AREF (a, i) = v".Paul Eggert2012-08-011-0/+7
* Merge from trunk.Paul Eggert2012-01-091-3/+3
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
| * Spelling fixes.Paul Eggert2011-12-141-2/+2
* | Merge from trunk.Paul Eggert2011-11-181-3/+3
|\ \ | |/
| * Fix typos.Juanma Barranquero2011-11-141-3/+3
* | * charset.h (DECODE_CHAR): Return int, not unsigned;Paul Eggert2011-09-241-14/+4
|/
* Use ptrdiff_t for hash table indexes.Paul Eggert2011-07-181-2/+2
* * character.h, charset.h: Use verify_expr, not verify_true.Paul Eggert2011-06-151-23/+24
* Make sure a 64-bit char is never passed to ENCODE_CHAR.Paul Eggert2011-06-121-1/+4
* Remove arbitrary limit of 2**31 entries in hash tables.Paul Eggert2011-05-301-1/+1
* * charset.h (struct charset.code_space): Now has 15 elements, not 16.Paul Eggert2011-05-011-3/+4
* * charset.h (charset_iso_8859_1): Remove decl.Paul Eggert2011-04-101-1/+0
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-1/+1
* * charset.h (CHECK_CHARSET_GET_CHARSET): Rename locals to avoidPaul Eggert2011-03-071-4/+3
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-3/+0
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-2/+2
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-2/+2