summaryrefslogtreecommitdiff
path: root/src/character.c
Commit message (Expand)AuthorAge
* Fix slow operation of 'string-width'Eli Zaretskii2021-06-05
* Don't account for character compositions in 'format' and friendsEli Zaretskii2021-05-30
* Another stability fix in 'lisp_string_width'Eli Zaretskii2021-05-28
* Attempt to fix segfaults caused by changes in 'lisp_string_width'Eli Zaretskii2021-05-28
* ; * src/character.c (lisp_string_width): Another defensive fix.Eli Zaretskii2021-05-27
* * src/character.c (lisp_string_width): Fix a typo in recent change.Eli Zaretskii2021-05-27
* * src/character.c (lisp_string_width): Fix last change.Eli Zaretskii2021-05-27
* * src/character.c (lisp_string_width): Add missing type checks.Philipp Stephani2021-05-27
* A better fix for 'string-width'Eli Zaretskii2021-05-27
* Make 'string-width' auto-composition awareEli Zaretskii2021-05-26
* Add two optional arguments to 'string-width'Eli Zaretskii2021-04-14
* 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