summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2010-04-02 19:27:44 (GMT)
committerKevin B Kenny <kennykb@acm.org>2010-04-02 19:27:44 (GMT)
commit859e9838d18c82b7c6fbcc1c9af736f6be73aecb (patch)
treee967dcedf70a1e2fa6a28855348039731bd16cd3 /ChangeLog
parenteea8077922683bcbf1bfa11eaf8f26e5c95c0b49 (diff)
downloadtcl-859e9838d18c82b7c6fbcc1c9af736f6be73aecb.zip
tcl-859e9838d18c82b7c6fbcc1c9af736f6be73aecb.tar.gz
tcl-859e9838d18c82b7c6fbcc1c9af736f6be73aecb.tar.bz2
* library/reg/pkgIndex.tcl: [TIP #362]: Fixed first round of
* tests/registry.test: bugs resulting from the recent commits * win/tclWinReg.c: of changes in support of the referenced TIP.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7997e27..cfeb154 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,11 @@
floating point number until it is actually used. (This change avoids
a bogus syslog message regarding a 'floating point software assist
fault' on SGI systems.)
+
+ * library/reg/pkgIndex.tcl: [TIP #362]: Fixed first round of
+ * tests/registry.test: bugs resulting from the recent commits
+ * win/tclWinReg.c: of changes in support of the referenced
+ TIP.
2010-03-31 Donal K. Fellows <dkf@users.sf.net>