diff options
author | Jim Meyering <jim@meyering.net> | 1999-01-28 17:32:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-01-28 17:32:20 +0000 |
commit | bf0c7a60647055426cb149f711c0a60161e15f94 (patch) | |
tree | 25ae3da201a47bdbdfd4bc92ab424687248966e4 | |
parent | 0cf83ec8a087b52e0db95dc7a36bd239c32b2b8f (diff) | |
download | idutils-bf0c7a60647055426cb149f711c0a60161e15f94.tar.gz idutils-bf0c7a60647055426cb149f711c0a60161e15f94.tar.bz2 idutils-bf0c7a60647055426cb149f711c0a60161e15f94.zip |
*** empty log message ***
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +1999-01-28 Jim Meyering <meyering@ascend.com> + + * libidu/scanners.c (set_ushort_ctype): Use an unsigned char index. + (clear_ushort_ctype): Likewise. + (set_uchar_ctype): Likewise. + (clear_uchar_ctype): Likewise. + (id_0): Add `unsigned' to declaration of this file-scope static var.. + (get_token_c): Add `unsigned' to declaration of `id'. + (get_token_asm): Likewise. + (get_token_text): Likewise. + + * lisp/Makefile.am (DISTCLEANFILES): Arrange to remove id-utils.elc. + * doc/Makefile.am (DISTCLEANFILES): Arrange to remove id-utils.cm + and id-utils.fl. + 1999-01-27 Jim Meyering <meyering@ascend.com> (with some changes from gkm) * Makefile.maint: New file. |