summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2004-03-15 20:34:11 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2004-03-15 20:34:11 (GMT)
commit121105e0ad2f6051d2936d793833b2c263c9b1b4 (patch)
treea6c886b5243bb9aa939b0567f583c46699cbfac2 /ChangeLog
parent074f543ea2e37afc36c7f281e75575d211bde796 (diff)
downloadtcl-121105e0ad2f6051d2936d793833b2c263c9b1b4.zip
tcl-121105e0ad2f6051d2936d793833b2c263c9b1b4.tar.gz
tcl-121105e0ad2f6051d2936d793833b2c263c9b1b4.tar.bz2
* generic/tclCompile.c (TclCompileScript):
* tests/compile.test (compile-3.5): corrected wrong test and behaviour in the earlier fix for [Bug 705406]; Don Porter reported this as [Bug 735055], and provided the solution. Fixed in HEAD on 2003-05-09, but backport to 8-4-branch was wrongly omitted; re-reported as [Bug 916795] by Roy Terry, diagnosed by dgp.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d97710..789b19c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2004-03-15 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclCompile.c (TclCompileScript):
+ * tests/compile.test (compile-3.5): corrected wrong test and
+ behaviour in the earlier fix for [Bug 705406]; Don Porter reported
+ this as [Bug 735055], and provided the solution.
+ Fixed in HEAD on 2003-05-09, but backport to 8-4-branch was
+ wrongly omitted; re-reported as [Bug 916795] by Roy Terry,
+ diagnosed by dgp.
+
2004-03-08 Vince Darley <vincentdarley@users.sourceforge.net>
* generic/tclFileName.c: Fix to 'glob -path' near the root