summaryrefslogtreecommitdiff
path: root/src/character.h
Commit message (Expand)AuthorAgeFilesLines
* Remove fixnum restriction on some display varsPaul Eggert2019-05-221-4/+5
* More macro renamings for bignumTom Tromey2018-08-071-4/+4
* Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-1/+1
* Merge from origin/emacs-26Glenn Morris2018-06-181-1/+2
|\
| * Reject invalid 5-byte sequences when detecting UTF-8 encodingEli Zaretskii2018-06-151-1/+2
* | Merge from origin/emacs-26Glenn Morris2018-02-171-1/+1
|\ \ | |/
| * ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-161-1/+1
* | Fix round tripping of read->print for symbols with strange quotesNoam Postavsky2018-01-281-0/+2
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Convert hex digits more systematicallyPaul Eggert2017-07-051-0/+18
* Add support for Unicode whitespace in [:blank:]Philipp Stephani2017-01-061-0/+1
* Merge from origin/emacs-25Paul Eggert2016-09-261-1/+1
|\
| * Update commentary of STRING_CHAR and FETCH_MULTIBYTE_CHAREli Zaretskii2016-09-231-4/+1
* | Port to ISO/IEC TS 18661-1:2014Paul Eggert2016-09-131-2/+3
* | Replace decimalnump with alphanumericpMichal Nazarewicz2016-09-091-1/+1
* | STRING_CHAR does not unify characters; update documentationMichal Nazarewicz2016-09-091-4/+1
* | Merge from origin/emacs-25Paul Eggert2016-08-221-12/+8
|\ \ | |/
| * Improve commentary in src/character.hEli Zaretskii2016-08-181-12/+8
* | Improve character name escapesPaul Eggert2016-04-211-7/+6
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Avoid writing to purespaceYAMAMOTO Mitsuharu2015-12-311-2/+0
* Make src headers idempotent and standalonePaul Eggert2015-10-161-0/+1
* Prefer ‘format’ to ‘substitute-command-keys’Paul Eggert2015-08-141-0/+5
* Give names to Unicode code points in C codePaul Eggert2015-08-111-0/+19
* Make [:graph:] act like [:print:] sans spacePaul Eggert2015-04-151-0/+1
* Make [:print:] support non-ASCII characters correctlyEli Zaretskii2015-04-141-0/+1
* Improve [:alpha:] and [:alnum:] for multibyte characters (Bug#19878)Eli Zaretskii2015-02-281-0/+3
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-1/+0
* Add macros to allocate temporary Lisp objects with alloca.Dmitry Antipov2014-09-091-2/+0
* * chartab.c (char_table_translate): Move to...Dmitry Antipov2014-07-081-0/+14
* Simplify and cleanup character conversion stuff.Dmitry Antipov2014-06-231-17/+5
* * character.h: Fix misspelling of file name in comment.Paul Eggert2014-02-141-1/+1
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-141-18/+18
* Port to stricter C99 platforms.Paul Eggert2013-11-031-1/+1
* Use union for the payload of struct Lisp_Vector.Dmitry Antipov2013-09-241-1/+1
* A simpler, centralized INLINE.Paul Eggert2013-09-201-5/+2
* * character.h (MAYBE_UNIFY_CHAR): Remove.Paul Eggert2012-09-261-17/+0
* * character.c, charset.c, chartab.c: Use bool for booleans.Paul Eggert2012-08-261-2/+1
* Use C99-style 'extern inline' if available.Paul Eggert2012-08-021-2/+9
* Add GCC-style 'const' attribute to functions that can use it.Paul Eggert2012-07-091-1/+1
* Merge from trunk.Paul Eggert2012-05-251-1/+1
|\
| * * src/fileio.c, src/character.h: Minor style tweaks.Stefan Monnier2012-05-251-1/+1
* | Merge from trunk.Paul Eggert2012-04-211-1/+1
|\ \ | |/
| * Spelling fixes.Paul Eggert2012-04-131-1/+1
* | Merge from trunk.Paul Eggert2012-04-091-2/+12
|\ \ | |/
| * Warning comments about subtleties of fetching characters from buffers/strings.Eli Zaretskii2012-04-061-2/+12
* | Merge from trunk.Paul Eggert2011-12-101-1/+1
|\ \ | |/
| * Spelling fixes.Paul Eggert2011-11-191-1/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-14/+14
|/
* Don't assume that stated character widths fit in int.Paul Eggert2011-07-181-4/+12