summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-09-07 19:59:59 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-09-07 19:59:59 (GMT)
commit71c8cdedc9efe9c3ee31c2592cbd4cc63c6472b0 (patch)
treecd320b20caf1467eaa8cb3540007f6fc7de98dbf /ChangeLog
parent34a2da49423f4a5836b9b4c6acd2f4f2b11f02ae (diff)
downloadtcl-71c8cdedc9efe9c3ee31c2592cbd4cc63c6472b0.zip
tcl-71c8cdedc9efe9c3ee31c2592cbd4cc63c6472b0.tar.gz
tcl-71c8cdedc9efe9c3ee31c2592cbd4cc63c6472b0.tar.bz2
* generic/tclParse.c Corrected line counting error in multi-command
* tests/into.test: script substitutions. [Bug 2850901].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ada763..ead2f52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-09-07 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclParse.c Corrected line counting error in multi-command
+ * tests/into.test: script substitutions. [Bug 2850901].
+
2009-09-07 Daniel Steffen <das@users.sourceforge.net>
* generic/tclExecute.c: fix potential uninitialized variable use and