index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
character.h
Age
Commit message (
Expand
)
Author
2024-08-22
Prefer static_assert to verify
Stefan Kangas
2022-07-11
Simplify str_to_multibyte and related code
Mattias Engdegård
2022-07-11
Simplify and speed up string-to-multibyte
Mattias Engdegård
2022-07-10
Speed up string-to-unibyte
Mattias Engdegård
2021-09-25
Fix cursor motion around some Emoji sequences
Eli Zaretskii
2021-05-30
Don't account for character compositions in 'format' and friends
Eli Zaretskii
2021-04-24
; Fix some typos in doc strings and manuals
Štěpán Němec
2021-04-14
Add two optional arguments to 'string-width'
Eli Zaretskii
2020-11-06
Reduce integer-output-format to print-integers-as-characters
Mattias Engdegård
2020-04-27
Improve multibyte_length performance
Paul Eggert
2020-04-26
Improve string_char_and_length speed
Paul Eggert
2020-04-20
Fix string-to-multibyte overlong sequence bug
Paul Eggert
2020-04-17
Prefer more inline functions in character.h
Paul Eggert
2020-04-17
Prefer inline functions in character.h
Paul Eggert
2020-04-11
Remove UNSIGNED_CMP
Paul Eggert
2019-11-28
Stop signaling an error when reading "smart quotes" in symbols
Noam Postavsky
2019-11-15
Port hexdigit init to non-GCC + pdumper
Paul Eggert
2019-05-22
Remove fixnum restriction on some display vars
Paul Eggert
2018-08-07
More macro renamings for bignum
Tom Tromey
2018-07-12
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-06-18
Merge from origin/emacs-26
Glenn Morris
2018-06-15
Reject invalid 5-byte sequences when detecting UTF-8 encoding
Eli Zaretskii
2018-02-17
Merge from origin/emacs-26
Glenn Morris
2018-02-16
; Fix doc typos related to indefinite articles
Glenn Morris
2018-01-28
Fix round tripping of read->print for symbols with strange quotes
Noam Postavsky
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-07-05
Convert hex digits more systematically
Paul Eggert
2017-01-06
Add support for Unicode whitespace in [:blank:]
Philipp Stephani
2016-09-26
Merge from origin/emacs-25
Paul Eggert
2016-09-23
Update commentary of STRING_CHAR and FETCH_MULTIBYTE_CHAR
Eli Zaretskii
2016-09-13
Port to ISO/IEC TS 18661-1:2014
Paul Eggert
2016-09-09
Replace decimalnump with alphanumericp
Michal Nazarewicz
2016-09-09
STRING_CHAR does not unify characters; update documentation
Michal Nazarewicz
2016-08-22
Merge from origin/emacs-25
Paul Eggert
2016-08-18
Improve commentary in src/character.h
Eli Zaretskii
2016-04-21
Improve character name escapes
Paul Eggert
2016-03-10
Rework C source files to avoid ^(
Paul Eggert
2015-12-31
Avoid writing to purespace
YAMAMOTO Mitsuharu
2015-10-16
Make src headers idempotent and standalone
Paul Eggert
2015-08-14
Prefer ‘format’ to ‘substitute-command-keys’
Paul Eggert
2015-08-11
Give names to Unicode code points in C code
Paul Eggert
2015-04-15
Make [:graph:] act like [:print:] sans space
Paul Eggert
2015-04-14
Make [:print:] support non-ASCII characters correctly
Eli Zaretskii
2015-02-28
Improve [:alpha:] and [:alnum:] for multibyte characters (Bug#19878)
Eli Zaretskii
2015-01-05
Compute C decls for DEFSYMs automatically
Paul Eggert
2014-09-09
Add macros to allocate temporary Lisp objects with alloca.
Dmitry Antipov
2014-07-08
* chartab.c (char_table_translate): Move to...
Dmitry Antipov
2014-06-23
Simplify and cleanup character conversion stuff.
Dmitry Antipov
2014-02-14
* character.h: Fix misspelling of file name in comment.
Paul Eggert
2013-12-14
Use bool for boolean, focusing on headers.
Paul Eggert
[next]