From 71cbb89543ea21a9edea72cb24d2df6e714b60db Mon Sep 17 00:00:00 2001 From: Francesco Potortì Date: Thu, 10 Feb 2000 21:28:51 +0000 Subject: 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. --- lib-src/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'lib-src/ChangeLog') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 2113de1f022..e44745dde5f 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -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) -- cgit v1.2.1