diff options
| author | Francesco Potortì <pot@gnu.org> | 2000-02-10 21:28:51 +0000 |
|---|---|---|
| committer | Francesco Potortì <pot@gnu.org> | 2000-02-10 21:28:51 +0000 |
| commit | 71cbb89543ea21a9edea72cb24d2df6e714b60db (patch) | |
| tree | 5f5ba79305d67dd0bb0b6828116f380819a2b6ce /lib-src/ChangeLog | |
| parent | 97fa0cc812e4151982e334e5ebfcd056445e5e94 (diff) | |
2000-02-10 Francesco Potorti` <pot@gnu.org>
* 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` <F.Potorti@cnuce.cnr.it>
* etags.c (many functions): Add prototypes.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
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` <pot@gnu.org> + + * 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` <F.Potorti@cnuce.cnr.it> + + * etags.c (many functions): Add prototypes. + 2000-02-10 Dave Love <fx@gnu.org> * etags.c (pfnote, new_pfnote, C_entries, prolog_pred) |
