index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
character.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix slow operation of 'string-width'
Eli Zaretskii
2021-06-05
1
-1
/
+2
*
Don't account for character compositions in 'format' and friends
Eli Zaretskii
2021-05-30
1
-5
/
+8
*
Another stability fix in 'lisp_string_width'
Eli Zaretskii
2021-05-28
1
-1
/
+1
*
Attempt to fix segfaults caused by changes in 'lisp_string_width'
Eli Zaretskii
2021-05-28
1
-3
/
+7
*
; * src/character.c (lisp_string_width): Another defensive fix.
Eli Zaretskii
2021-05-27
1
-3
/
+6
*
* src/character.c (lisp_string_width): Fix a typo in recent change.
Eli Zaretskii
2021-05-27
1
-1
/
+1
*
* src/character.c (lisp_string_width): Fix last change.
Eli Zaretskii
2021-05-27
1
-8
/
+4
*
* src/character.c (lisp_string_width): Add missing type checks.
Philipp Stephani
2021-05-27
1
-4
/
+8
*
A better fix for 'string-width'
Eli Zaretskii
2021-05-27
1
-9
/
+35
*
Make 'string-width' auto-composition aware
Eli Zaretskii
2021-05-26
1
-0
/
+17
*
Add two optional arguments to 'string-width'
Eli Zaretskii
2021-04-14
1
-21
/
+35
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Reduce integer-output-format to print-integers-as-characters
Mattias EngdegÄrd
2020-11-06
1
-0
/
+21
*
Merge from origin/emacs-27
Michael Albinus
2020-08-25
1
-3
/
+3
|
\
|
*
; * src/character.c (str_as_multibyte): Fix the commentary.
Eli Zaretskii
2020-08-21
1
-3
/
+3
*
|
Improve string_char_and_length speed
Paul Eggert
2020-04-26
1
-45
/
+0
*
|
Tweak multibyte parsing loops
Paul Eggert
2020-04-22
1
-3
/
+3
*
|
Fix string-to-multibyte overlong sequence bug
Paul Eggert
2020-04-20
1
-19
/
+23
*
|
Prefer more inline functions in character.h
Paul Eggert
2020-04-17
1
-20
/
+11
*
|
Improve integer range checking
Paul Eggert
2020-04-05
1
-4
/
+1
*
|
Avoid SAFE_ALLOCA in Fstring, Funibyte_string
Paul Eggert
2020-04-04
1
-24
/
+15
*
|
Treat out-of-range positions consistently
Paul Eggert
2020-03-27
1
-3
/
+3
|
/
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Stop signaling an error when reading "smart quotes" in symbols
Noam Postavsky
2019-11-28
1
-26
/
+0
*
Port hexdigit init to non-GCC + pdumper
Paul Eggert
2019-11-15
1
-14
/
+9
*
Update some URLs
Paul Eggert
2019-09-23
1
-1
/
+1
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Add make_vector and make_nil_vector
Paul Eggert
2018-12-09
1
-1
/
+1
*
|
Fix up for bignums after merge from trunk
Tom Tromey
2018-08-09
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/master' into feature/bignum
Tom Tromey
2018-08-09
1
-2
/
+8
|
\
\
|
*
|
Merge from origin/emacs-26
Paul Eggert
2018-07-29
1
-4
/
+7
|
|
\
|
|
|
*
Fix last change in 'char_width'
Eli Zaretskii
2018-07-29
1
-4
/
+7
|
*
|
Merge from origin/emacs-26
Glenn Morris
2018-07-28
1
-6
/
+9
|
|
\
|
|
|
*
* src/character.c (char_width): Support glyphs with faces. (Bug#32276)
Eli Zaretskii
2018-07-27
1
-6
/
+9
*
|
|
More macro renamings for bignum
Tom Tromey
2018-08-07
1
-17
/
+17
*
|
|
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-07-12
1
-25
/
+25
|
/
/
*
|
Merge from origin/emacs-26
Glenn Morris
2018-02-17
1
-1
/
+1
|
\
|
|
*
; Fix doc typos related to indefinite articles
Glenn Morris
2018-02-16
1
-1
/
+1
*
|
Fix round tripping of read->print for symbols with strange quotes
Noam Postavsky
2018-01-28
1
-0
/
+26
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Convert hex digits more systematically
Paul Eggert
2017-07-05
1
-0
/
+17
*
Remove unnecessary blankp code
Paul Eggert
2017-01-08
1
-5
/
+0
*
Add support for Unicode whitespace in [:blank:]
Philipp Stephani
2017-01-06
1
-0
/
+17
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Port to ISO/IEC TS 18661-1:2014
Paul Eggert
2016-09-13
1
-2
/
+2
*
|
Replace decimalnump with alphanumericp
Michal Nazarewicz
2016-09-09
1
-4
/
+13
|
/
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-2
/
+2
[next]