diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2004-03-15 20:34:11 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2004-03-15 20:34:11 (GMT) |
commit | 121105e0ad2f6051d2936d793833b2c263c9b1b4 (patch) | |
tree | a6c886b5243bb9aa939b0567f583c46699cbfac2 /ChangeLog | |
parent | 074f543ea2e37afc36c7f281e75575d211bde796 (diff) | |
download | tcl-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |