summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-08-17 21:27:41 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-08-17 21:27:41 (GMT)
commit2d51756d2fb2a61608c90343aeca6f945b3cd381 (patch)
treec7b25a88d58f691dc9196af50628664ec53763cb /ChangeLog
parent5b8ceaef9457a0e83b4489ca281eddf6d04ba1c7 (diff)
downloadtcl-2d51756d2fb2a61608c90343aeca6f945b3cd381.zip
tcl-2d51756d2fb2a61608c90343aeca6f945b3cd381.tar.gz
tcl-2d51756d2fb2a61608c90343aeca6f945b3cd381.tar.bz2
fixed bad clock test, removed duplicated code in Tcl_Finalize
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b95a8ae..c03c6a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-08-17 Kevin Kenny <kennykb@acm.org>
+
+ * generic/tclEvent.c (Tcl_Finalize): Removed a copy-and-paste
+ accident that caused a (mostly harmless) double finalize of the
+ load and filesystem subsystems.
+ * tests/clock.test: Eliminated the bad test clock-43.1, and split
+ clock-50.1 into two tests, with a more permissive check on the
+ error message for an out-of-range value.
+
2004-08-12 Kevin Kenny <kennykb@acm.org>
* generic/tclClock.c (MktimeObjCmd):