Mercurial > emacs
comparison src/ChangeLog @ 93179:139d0b227fdc
(casify_object): Avoid pathological N^2 worst case if
every char is changed and has a different byte-length.
(Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
Fix int -> EMACS_INT.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 24 Mar 2008 19:42:12 +0000 |
parents | 8c4ca251cdb6 |
children | 212fa666680e |
comparison
equal
deleted
inserted
replaced
93178:6c44d22f4d83 | 93179:139d0b227fdc |
---|---|
1 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if | |
4 every char is changed and has a different byte-length. | |
5 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word): | |
6 Fix int -> EMACS_INT. | |
7 | |
1 2008-03-23 David Hansen <david.hansen@gmx.net> (tiny change) | 8 2008-03-23 David Hansen <david.hansen@gmx.net> (tiny change) |
2 | 9 |
3 * dbusbind.c (xd_read_message): Removed extra copying of message | 10 * dbusbind.c (xd_read_message): Remove extra copying of message |
4 strings. Check for NULL `interface' or `member'. | 11 strings. Check for NULL `interface' or `member'. |
5 | 12 |
6 2008-03-22 Eli Zaretskii <eliz@gnu.org> | 13 2008-03-22 Eli Zaretskii <eliz@gnu.org> |
7 | 14 |
8 * w32.c (readdir): If FindFirstFile/FindNextFile return in | 15 * w32.c (readdir): If FindFirstFile/FindNextFile return in |