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
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+1
*
Don't call MAYBE_UNIFY_CHAR while processing buffers and strings.
Eli Zaretskii
2012-09-25
1
-4
/
+0
*
Port better to POSIX hosts lacking _setjmp.
Paul Eggert
2012-09-15
1
-1
/
+0
*
Simplify redefinition of 'abort' (Bug#12316).
Paul Eggert
2012-09-04
1
-1
/
+1
*
* character.c, charset.c, chartab.c: Use bool for booleans.
Paul Eggert
2012-08-26
1
-10
/
+6
*
More doc fixes.
Chong Yidong
2012-08-15
1
-0
/
+3
*
Remove unnecessary casts involving pointers.
Paul Eggert
2012-08-03
1
-4
/
+2
*
Use C99-style 'extern inline' if available.
Paul Eggert
2012-08-02
1
-0
/
+2
*
Remove empty and useless init functions.
Dmitry Antipov
2012-07-16
1
-6
/
+0
*
* lisp.h (CHECK_RANGED_INTEGER): Make value to check the first
Andreas Schwab
2012-06-30
1
-1
/
+1
*
Use sprintf return value instead of invoking strlen on result.
Paul Eggert
2012-06-25
1
-6
/
+2
*
* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
Andreas Schwab
2012-06-16
1
-3
/
+0
*
Merge from trunk.
Paul Eggert
2012-02-10
1
-39
/
+40
|
\
|
*
Handle overflow when computing char display width (Bug#9496).
Paul Eggert
2012-02-03
1
-7
/
+17
|
*
Merge from emacs-23; up to 2012-01-19T07:15:48Z!rgm@gnu.org.
Glenn Morris
2012-01-18
1
-38
/
+29
|
|
\
|
|
*
Take display-table into account on calculating character/string width (#Bug#9...
Kenichi Handa
2012-01-13
1
-37
/
+29
|
|
*
Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)
Glenn Morris
2012-01-10
1
-2
/
+2
|
|
*
Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:...
Eli Zaretskii
2011-05-09
1
-2
/
+2
*
|
|
Merge from trunk.
Paul Eggert
2012-01-09
1
-1
/
+1
|
\
|
|
|
*
|
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2012-01-05
1
-1
/
+1
*
|
|
Merge from trunk.
Paul Eggert
2011-12-10
1
-1
/
+1
|
\
|
|
|
*
|
Spelling fixes.
Paul Eggert
2011-11-19
1
-1
/
+1
*
|
|
Merge from trunk.
Paul Eggert
2011-11-18
1
-2
/
+2
|
\
|
|
|
*
|
Spelling fixes.
Paul Eggert
2011-11-14
1
-1
/
+1
|
*
|
Spelling fixes.
Paul Eggert
2011-11-14
1
-1
/
+1
*
|
|
* character.c (Funibyte_string): Use CHECK_RANGED_INTEGER instead.
Paul Eggert
2011-10-24
1
-6
/
+2
*
|
|
* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
Paul Eggert
2011-09-21
1
-49
/
+50
|
/
/
*
|
Adjust in response to jan.h.d's comments.
Paul Eggert
2011-08-04
1
-3
/
+1
*
|
* character.c (Fstring): Check for size-calculation overflow.
Paul Eggert
2011-07-28
1
-0
/
+2
*
|
Use ptrdiff_t for composition IDs.
Paul Eggert
2011-07-19
1
-1
/
+1
*
|
Don't assume that stated character widths fit in int.
Paul Eggert
2011-07-18
1
-3
/
+3
*
|
* src/character.c (Fcharacterp): Don't advertise optional ignored
Andreas Schwab
2011-07-12
1
-1
/
+2
*
|
Variadic C functions now count arguments with ptrdiff_t.
Paul Eggert
2011-06-14
1
-4
/
+4
*
|
* character.c (char_string): Remove unnecessary casts.
Paul Eggert
2011-06-12
1
-1
/
+1
*
|
* alloc.c: Catch some string size overflows that we were missing.
Paul Eggert
2011-06-08
1
-2
/
+2
*
|
* character.c (string_escape_byte8): Fix nbytes/nchars typo.
Paul Eggert
2011-06-06
1
-1
/
+1
*
|
Check for buffer and string overflow more precisely.
Paul Eggert
2011-06-05
1
-2
/
+2
*
|
merge count_size_as_multibyte, parse_str_to_multibyte
Paul Eggert
2011-05-20
1
-2
/
+7
*
|
* character.c: Minor spelling and indenting fixes.
Paul Eggert
2011-05-15
1
-2
/
+3
*
|
* character.c (lisp_string_width): Check for string overflow.
Paul Eggert
2011-05-15
1
-5
/
+16
*
|
* alloc.c (string_overflow): New function.
Paul Eggert
2011-05-15
1
-2
/
+2
*
|
Merge from mainline.
Paul Eggert
2011-04-25
1
-27
/
+8
|
\
\
|
*
|
Delete char-direction-table and char-direction.
Eli Zaretskii
2011-04-24
1
-18
/
+0
|
*
|
Fix typos in comments in character.c and textprop.c.
Eli Zaretskii
2011-04-23
1
-8
/
+7
|
*
|
Fix doprnt so it could be used safely in `verror'. (Bug#8435)
Eli Zaretskii
2011-04-23
1
-1
/
+1
*
|
|
* lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.
Paul Eggert
2011-04-25
1
-2
/
+2
*
|
|
lisp.h: Fix a problem with aliasing and vector headers.
Paul Eggert
2011-04-25
1
-2
/
+2
|
/
/
*
|
Undo the DEFUN->DEFUE change.
Paul Eggert
2011-04-13
1
-2
/
+2
*
|
Declare Lisp_Object Q* variables to be 'static' if not exproted.
Paul Eggert
2011-04-10
1
-1
/
+1
*
|
Make Emacs functions such as Fatom 'static' by default.
Paul Eggert
2011-04-10
1
-2
/
+2
[next]