diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index b2b6d3374b2..38aa7bd43b4 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 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. |