Mercurial > emacs
comparison lib-src/ChangeLog @ 34616:e5a9caea73f9
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 15 Dec 2000 15:06:57 +0000 |
parents | ae23bd13d2ee |
children | d5f4808ddf54 |
comparison
equal
deleted
inserted
replaced
34615:a8944d7e6773 | 34616:e5a9caea73f9 |
---|---|
1 2000-12-15 Gerd Moellmann <gerd@gnu.org> | |
2 | |
3 * ebrowse.c (operator_name): Cast argument of isalpha to | |
4 unsigned char. | |
5 | |
6 * etags.c (ISALNUM, ISALPHA, ISDIGIT, ISLOWER): New macros. | |
7 Use them throughout instead of ctype functions/macros. | |
8 (lowcase): Cast to unsigned char. | |
9 (UPCASE): New macro. | |
10 (canonicalize_filename): Use UPCASE instead toupper. | |
11 | |
12 * fakemail.c (get_keyword): Make sure that isspace and | |
13 similar aren't called with a negative argument. | |
14 | |
1 2000-12-13 Dave Love <fx@gnu.org> | 15 2000-12-13 Dave Love <fx@gnu.org> |
2 | 16 |
3 * ebrowse.c (ensure_scope_buffer_room): Fix xrealloc call. | 17 * ebrowse.c (ensure_scope_buffer_room): Fix xrealloc call. |
4 | 18 |
5 2000-12-06 Andrew Innes <andrewi@gnu.org> | 19 2000-12-06 Andrew Innes <andrewi@gnu.org> |