diff options
author | Greg McGary <greg@mcgary.org> | 1999-04-04 01:02:13 +0000 |
---|---|---|
committer | Greg McGary <greg@mcgary.org> | 1999-04-04 01:02:13 +0000 |
commit | 807c07073933a788a8ff089a74884e8db59f2c27 (patch) | |
tree | 5226ec2f70e28c350ba6048470f125d6b1813a27 /ChangeLog | |
parent | 924b1a141707c073a7e351427e8749761fb6d82b (diff) | |
download | idutils-ID-UTILS-3_2c.tar.gz idutils-ID-UTILS-3_2c.tar.bz2 idutils-ID-UTILS-3_2c.zip |
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12,6 +12,10 @@ (main): Handle 'V' option for extra verbosity. (scan_files): Use MAX (1M, n*lg(n)*64) to estimate initial size of token hash table. + (name_tokens, number_tokens, string_tokens, literal_tokens, + comment_tokens, occurrences, hits_length, tokens_length, output_length): + Change type from size_t to unsigned long. + (report_statistics): Fix printf formats. 1999-03-29 Greg McGary <gkm@gnu.org> |