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