summaryrefslogtreecommitdiff
path: root/src/character.c
Commit message (Expand)AuthorAgeFilesLines
* Reduce integer-output-format to print-integers-as-charactersMattias EngdegÄrd2020-11-061-0/+21
* Merge from origin/emacs-27Michael Albinus2020-08-251-3/+3
|\
| * ; * src/character.c (str_as_multibyte): Fix the commentary.Eli Zaretskii2020-08-211-3/+3
* | Improve string_char_and_length speedPaul Eggert2020-04-261-45/+0
* | Tweak multibyte parsing loopsPaul Eggert2020-04-221-3/+3
* | Fix string-to-multibyte overlong sequence bugPaul Eggert2020-04-201-19/+23
* | Prefer more inline functions in character.hPaul Eggert2020-04-171-20/+11
* | Improve integer range checkingPaul Eggert2020-04-051-4/+1
* | Avoid SAFE_ALLOCA in Fstring, Funibyte_stringPaul Eggert2020-04-041-24/+15
* | Treat out-of-range positions consistentlyPaul Eggert2020-03-271-3/+3
|/
* 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