summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-05-25 08:37:29 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-05-25 08:37:29 (GMT)
commitabc0ed21d1172dd1ddf06c1fd922528d722cbad1 (patch)
treef5ae266ee207fad0b03c26e794c0e3b0c2fb686c /ChangeLog
parent0fb8717f4664e0c2b5f32dd5b43d38bf37de8da0 (diff)
downloadtcl-abc0ed21d1172dd1ddf06c1fd922528d722cbad1.zip
tcl-abc0ed21d1172dd1ddf06c1fd922528d722cbad1.tar.gz
tcl-abc0ed21d1172dd1ddf06c1fd922528d722cbad1.tar.bz2
Finish fixing comments for [Bug 848440]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c61e342..b1ca74f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2004-05-25 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * generic/tclBasic.c: Removed references to Tcl_RenameCommand from
+ * generic/tcl.h: comments. [Bug 848440, second part]
+
* tests/fCmd.test: Rewrote tests that failed consistently on NFS
so they either succeed (through slightly more liberal matching of
the results) or are constrained to not run. [Bug 931312]