summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGreg McGary <greg@mcgary.org>1999-04-04 01:02:13 +0000
committerGreg McGary <greg@mcgary.org>1999-04-04 01:02:13 +0000
commit807c07073933a788a8ff089a74884e8db59f2c27 (patch)
tree5226ec2f70e28c350ba6048470f125d6b1813a27 /ChangeLog
parent924b1a141707c073a7e351427e8749761fb6d82b (diff)
downloadidutils-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab2c685..e8c9be1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>