summaryrefslogtreecommitdiff
path: root/src/character.c
Commit message (Expand)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
* Reduce integer-output-format to print-integers-as-charactersMattias EngdegÄrd2020-11-06
* Merge from origin/emacs-27Michael Albinus2020-08-25
|\
| * ; * src/character.c (str_as_multibyte): Fix the commentary.Eli Zaretskii2020-08-21
* | Improve string_char_and_length speedPaul Eggert2020-04-26
* | Tweak multibyte parsing loopsPaul Eggert2020-04-22
* | Fix string-to-multibyte overlong sequence bugPaul Eggert2020-04-20
* | Prefer more inline functions in character.hPaul Eggert2020-04-17
* | Improve integer range checkingPaul Eggert2020-04-05
* | Avoid SAFE_ALLOCA in Fstring, Funibyte_stringPaul Eggert2020-04-04
* | Treat out-of-range positions consistentlyPaul Eggert2020-03-27
|/
* Update copyright year to 2020Paul Eggert2020-01-01
* Stop signaling an error when reading "smart quotes" in symbolsNoam Postavsky2019-11-28
* Port hexdigit init to non-GCC + pdumperPaul Eggert2019-11-15
* Update some URLsPaul Eggert2019-09-23
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-09
* | Fix up for bignums after merge from trunkTom Tromey2018-08-09
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-09
|\ \
| * | Merge from origin/emacs-26Paul Eggert2018-07-29
| |\|
| | * Fix last change in 'char_width'Eli Zaretskii2018-07-29
| * | Merge from origin/emacs-26Glenn Morris2018-07-28
| |\|
| | * * src/character.c (char_width): Support glyphs with faces. (Bug#32276)Eli Zaretskii2018-07-27
* | | 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-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
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Convert hex digits more systematicallyPaul Eggert2017-07-05
* Remove unnecessary blankp codePaul Eggert2017-01-08
* Add support for Unicode whitespace in [:blank:]Philipp Stephani2017-01-06
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Port to ISO/IEC TS 18661-1:2014Paul Eggert2016-09-13
* | Replace decimalnump with alphanumericpMichal Nazarewicz2016-09-09
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert2015-11-08
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Port --enable-gcc-warnings to GCC 5.1 x86-64Paul Eggert2015-04-24
* '[:graph:]' now excludes whitespace, not just ' 'Paul Eggert2015-04-15
* Make [:graph:] act like [:print:] sans spacePaul Eggert2015-04-15
* Make [:print:] support non-ASCII characters correctlyEli Zaretskii2015-04-14
* * character.c (alphabeticp, decimalnump): Avoid undefined behaviorPaul Eggert2015-02-28
* Improve [:alpha:] and [:alnum:] for multibyte characters (Bug#19878)Eli Zaretskii2015-02-28
* Support const and noreturn DEFUN attributes.Dmitry Antipov2015-01-13
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05