diff options
| author | Paul Eggert | 2011-05-20 21:33:23 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-05-20 21:33:23 -0700 |
| commit | de883a701d8f0db9595c6c459fdff9e3bb20bc83 (patch) | |
| tree | aba160bb28d92c3fbec56549e211bd1f705b273e /src/ChangeLog | |
| parent | 1dcf791fefa6533a06f58a5d2d074f59f06ee9ae (diff) | |
| download | emacs-de883a701d8f0db9595c6c459fdff9e3bb20bc83.tar.gz emacs-de883a701d8f0db9595c6c459fdff9e3bb20bc83.zip | |
merge count_size_as_multibyte, parse_str_to_multibyte
* character.c, character.h (count_size_as_multibyte):
Renamed from parse_str_to_multibyte; all uses changed.
Check for integer overflow.
* insdel.c, lisp.h (count_size_as_multibyte): Remove,
since it's now a duplicate of the other. This is more of
a character than a buffer op, so better that it's in character.c.
* fns.c, print.c: Adjust to above changes.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bef6c1593a7..8bd4426781d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2011-05-20 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | merge count_size_as_multibyte, parse_str_to_multibyte | ||
| 4 | * character.c, character.h (count_size_as_multibyte): | ||
| 5 | Renamed from parse_str_to_multibyte; all uses changed. | ||
| 6 | Check for integer overflow. | ||
| 7 | * insdel.c, lisp.h (count_size_as_multibyte): Remove, | ||
| 8 | since it's now a duplicate of the other. This is more of | ||
| 9 | a character than a buffer op, so better that it's in character.c. | ||
| 10 | * fns.c, print.c: Adjust to above changes. | ||
| 11 | |||
| 1 | 2011-05-20 Eli Zaretskii <eliz@gnu.org> | 12 | 2011-05-20 Eli Zaretskii <eliz@gnu.org> |
| 2 | 13 | ||
| 3 | * callproc.c (Fcall_process) [MSDOS]: Fix arguments to | 14 | * callproc.c (Fcall_process) [MSDOS]: Fix arguments to |