summaryrefslogtreecommitdiff
path: root/src/character.c
Commit message (Expand)AuthorAgeFilesLines
* Speed up count_size_as_multibyteMattias EngdegÄrd2022-02-161-8/+7
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Fix slow operation of 'string-width'Eli Zaretskii2021-06-051-1/+2
* Don't account for character compositions in 'format' and friendsEli Zaretskii2021-05-301-5/+8
* Another stability fix in 'lisp_string_width'Eli Zaretskii2021-05-281-1/+1
* Attempt to fix segfaults caused by changes in 'lisp_string_width'Eli Zaretskii2021-05-281-3/+7
* ; * src/character.c (lisp_string_width): Another defensive fix.Eli Zaretskii2021-05-271-3/+6
* * src/character.c (lisp_string_width): Fix a typo in recent change.Eli Zaretskii2021-05-271-1/+1
* * src/character.c (lisp_string_width): Fix last change.Eli Zaretskii2021-05-271-8/+4
* * src/character.c (lisp_string_width): Add missing type checks.Philipp Stephani2021-05-271-4/+8
* A better fix for 'string-width'Eli Zaretskii2021-05-271-9/+35
* Make 'string-width' auto-composition awareEli Zaretskii2021-05-261-0/+17
* Add two optional arguments to 'string-width'Eli Zaretskii2021-04-141-21/+35
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* 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