summaryrefslogtreecommitdiff
path: root/src/character.h
Commit message (Expand)AuthorAge
* Stop signaling an error when reading "smart quotes" in symbolsNoam Postavsky2019-11-28
* Port hexdigit init to non-GCC + pdumperPaul Eggert2019-11-15
* Remove fixnum restriction on some display varsPaul Eggert2019-05-22
* More macro renamings for bignumTom Tromey2018-08-07
* Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
* Merge from origin/emacs-26Glenn Morris2018-06-18
|\
| * Reject invalid 5-byte sequences when detecting UTF-8 encodingEli Zaretskii2018-06-15
* | Merge from origin/emacs-26Glenn Morris2018-02-17
|\|
| * ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-16
* | Fix round tripping of read->print for symbols with strange quotesNoam Postavsky2018-01-28
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Convert hex digits more systematicallyPaul Eggert2017-07-05
* Add support for Unicode whitespace in [:blank:]Philipp Stephani2017-01-06
* Merge from origin/emacs-25Paul Eggert2016-09-26
|\
| * Update commentary of STRING_CHAR and FETCH_MULTIBYTE_CHAREli Zaretskii2016-09-23
* | Port to ISO/IEC TS 18661-1:2014Paul Eggert2016-09-13
* | Replace decimalnump with alphanumericpMichal Nazarewicz2016-09-09
* | STRING_CHAR does not unify characters; update documentationMichal Nazarewicz2016-09-09
* | Merge from origin/emacs-25Paul Eggert2016-08-22
|\|
| * Improve commentary in src/character.hEli Zaretskii2016-08-18
* | Improve character name escapesPaul Eggert2016-04-21
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Avoid writing to purespaceYAMAMOTO Mitsuharu2015-12-31
* Make src headers idempotent and standalonePaul Eggert2015-10-16
* Prefer ‘format’ to ‘substitute-command-keys’Paul Eggert2015-08-14
* Give names to Unicode code points in C codePaul Eggert2015-08-11
* Make [:graph:] act like [:print:] sans spacePaul Eggert2015-04-15
* Make [:print:] support non-ASCII characters correctlyEli Zaretskii2015-04-14
* Improve [:alpha:] and [:alnum:] for multibyte characters (Bug#19878)Eli Zaretskii2015-02-28
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* Add macros to allocate temporary Lisp objects with alloca.Dmitry Antipov2014-09-09
* * chartab.c (char_table_translate): Move to...Dmitry Antipov2014-07-08
* Simplify and cleanup character conversion stuff.Dmitry Antipov2014-06-23
* * character.h: Fix misspelling of file name in comment.Paul Eggert2014-02-14
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-14
* Port to stricter C99 platforms.Paul Eggert2013-11-03
* Use union for the payload of struct Lisp_Vector.Dmitry Antipov2013-09-24
* A simpler, centralized INLINE.Paul Eggert2013-09-20
* * character.h (MAYBE_UNIFY_CHAR): Remove.Paul Eggert2012-09-26
* * 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
* Add GCC-style 'const' attribute to functions that can use it.Paul Eggert2012-07-09
* Merge from trunk.Paul Eggert2012-05-25
|\
| * * src/fileio.c, src/character.h: Minor style tweaks.Stefan Monnier2012-05-25
* | Merge from trunk.Paul Eggert2012-04-21
|\|
| * Spelling fixes.Paul Eggert2012-04-13
* | Merge from trunk.Paul Eggert2012-04-09
|\|
| * Warning comments about subtleties of fetching characters from buffers/strings.Eli Zaretskii2012-04-06
* | Merge from trunk.Paul Eggert2011-12-10
|\|
| * Spelling fixes.Paul Eggert2011-11-19