summaryrefslogtreecommitdiff
path: root/src/character.h
Commit message (Expand)AuthorAge
* Simplify str_to_multibyte and related codeMattias Engdegård2022-07-11
* Simplify and speed up string-to-multibyteMattias Engdegård2022-07-11
* Speed up string-to-unibyteMattias Engdegård2022-07-10
* Fix cursor motion around some Emoji sequencesEli Zaretskii2021-09-25
* Don't account for character compositions in 'format' and friendsEli Zaretskii2021-05-30
* ; Fix some typos in doc strings and manualsŠtěpán Němec2021-04-24
* Add two optional arguments to 'string-width'Eli Zaretskii2021-04-14
* Reduce integer-output-format to print-integers-as-charactersMattias Engdegård2020-11-06
* Improve multibyte_length performancePaul Eggert2020-04-27
* Improve string_char_and_length speedPaul Eggert2020-04-26
* Fix string-to-multibyte overlong sequence bugPaul Eggert2020-04-20
* Prefer more inline functions in character.hPaul Eggert2020-04-17
* Prefer inline functions in character.hPaul Eggert2020-04-17
* Remove UNSIGNED_CMPPaul Eggert2020-04-11
* 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