summaryrefslogtreecommitdiff
path: root/src/character.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Stop signaling an error when reading "smart quotes" in symbolsNoam Postavsky2019-11-281-26/+0
* Port hexdigit init to non-GCC + pdumperPaul Eggert2019-11-151-14/+9
* Update some URLsPaul Eggert2019-09-231-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-091-1/+1
* | Fix up for bignums after merge from trunkTom Tromey2018-08-091-1/+1
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-2/+8
|\ \
| * \ Merge from origin/emacs-26Paul Eggert2018-07-291-4/+7
| |\ \ | | |/
| | * Fix last change in 'char_width'Eli Zaretskii2018-07-291-4/+7
| * | Merge from origin/emacs-26Glenn Morris2018-07-281-6/+9
| |\ \ | | |/
| | * * src/character.c (char_width): Support glyphs with faces. (Bug#32276)Eli Zaretskii2018-07-271-6/+9
* | | More macro renamings for bignumTom Tromey2018-08-071-17/+17
* | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-25/+25
|/ /
* | 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/+26
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Convert hex digits more systematicallyPaul Eggert2017-07-051-0/+17
* Remove unnecessary blankp codePaul Eggert2017-01-081-5/+0
* Add support for Unicode whitespace in [:blank:]Philipp Stephani2017-01-061-0/+17
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Port to ISO/IEC TS 18661-1:2014Paul Eggert2016-09-131-2/+2
* | Replace decimalnump with alphanumericpMichal Nazarewicz2016-09-091-4/+13
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert2015-11-081-44/+19
* Include-file cleanup for src directoryPaul Eggert2015-10-201-1/+0
* Port --enable-gcc-warnings to GCC 5.1 x86-64Paul Eggert2015-04-241-2/+2
* '[:graph:]' now excludes whitespace, not just ' 'Paul Eggert2015-04-151-9/+16
* Make [:graph:] act like [:print:] sans spacePaul Eggert2015-04-151-0/+8
* Make [:print:] support non-ASCII characters correctlyEli Zaretskii2015-04-141-0/+16
* * character.c (alphabeticp, decimalnump): Avoid undefined behaviorPaul Eggert2015-02-281-25/+21
* Improve [:alpha:] and [:alnum:] for multibyte characters (Bug#19878)Eli Zaretskii2015-02-281-0/+42
* Support const and noreturn DEFUN attributes.Dmitry Antipov2015-01-131-2/+4
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-6/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Simplify and cleanup character conversion stuff.Dmitry Antipov2014-06-231-26/+0
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* A simpler, centralized INLINE.Paul Eggert2013-09-201-2/+0
* * syntax.c (init_syntax_once): Adjust comment and do an earlyDmitry Antipov2013-08-261-4/+0
* src/character.c (string_char): Improve commentary.Kenichi Handa2013-08-201-2/+12
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Don't call MAYBE_UNIFY_CHAR while processing buffers and strings.Eli Zaretskii2012-09-251-4/+0
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-1/+1
* * character.c, charset.c, chartab.c: Use bool for booleans.Paul Eggert2012-08-261-10/+6