summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-06-08 18:52:01 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-06-08 18:52:01 (GMT)
commit95199c5bd3068d26758129488d106f3c88f67fb6 (patch)
tree86c11f5813dbd63f36dde306011a2033c31bf523 /ChangeLog
parent8faa7d16a6d0a767179b62646edb7547308aac64 (diff)
downloadtcl-95199c5bd3068d26758129488d106f3c88f67fb6.zip
tcl-95199c5bd3068d26758129488d106f3c88f67fb6.tar.gz
tcl-95199c5bd3068d26758129488d106f3c88f67fb6.tar.bz2
Fix variable usage warning. [Bug 969068]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f55fd7c..72bb395 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-06-08 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * generic/tclHash.c (RebuildTable): Move declaration of variable
+ so it is only declared when it is used. [Bug 969068]
+
2004-06-07 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* doc/lsearch.n: Added correct option to example. [Bug 968219]