# HG changeset patch # User Francesco Potort # Date 950218131 0 # Node ID 9796c8ecca5032efedd8280b3da5a08c2bd66d9a # Parent c8b3e7e83e09f96c0c2c0e8e69b98e71cf8ede97 *** empty log message *** diff -r c8b3e7e83e09 -r 9796c8ecca50 lib-src/ChangeLog --- a/lib-src/ChangeLog Thu Feb 10 21:27:01 2000 +0000 +++ b/lib-src/ChangeLog Thu Feb 10 21:28:51 2000 +0000 @@ -1,3 +1,14 @@ +2000-02-10 Francesco Potorti` + + * etags.c (iswhite): Redefined not to consider '\0' as white + space, and use it throughout in place of isspace, thus preventing a + potential signed char to int conversion problem. + (MSDOS): #undefine befere redefining + +2000-02-04 Francesco Potorti` + + * etags.c (many functions): Add prototypes. + 2000-02-10 Dave Love * etags.c (pfnote, new_pfnote, C_entries, prolog_pred)