Mercurial > emacs
comparison lib-src/ChangeLog @ 27662:9796c8ecca50
*** empty log message ***
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Thu, 10 Feb 2000 21:28:51 +0000 |
parents | c3cdb8d6d50d |
children | e06c6af9d981 |
comparison
equal
deleted
inserted
replaced
27661:c8b3e7e83e09 | 27662:9796c8ecca50 |
---|---|
1 2000-02-10 Francesco Potorti` <pot@gnu.org> | |
2 | |
3 * etags.c (iswhite): Redefined not to consider '\0' as white | |
4 space, and use it throughout in place of isspace, thus preventing a | |
5 potential signed char to int conversion problem. | |
6 (MSDOS): #undefine befere redefining | |
7 | |
8 2000-02-04 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
9 | |
10 * etags.c (many functions): Add prototypes. | |
11 | |
1 2000-02-10 Dave Love <fx@gnu.org> | 12 2000-02-10 Dave Love <fx@gnu.org> |
2 | 13 |
3 * etags.c (pfnote, new_pfnote, C_entries, prolog_pred) | 14 * etags.c (pfnote, new_pfnote, C_entries, prolog_pred) |
4 (erlang_func): Add `static' to definitions to keep pcc happy. | 15 (erlang_func): Add `static' to definitions to keep pcc happy. |
5 | 16 |