diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2003-05-09 13:42:38 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2003-05-09 13:42:38 (GMT) |
commit | bf03b26a12344067b24baca9bc4617566c721b13 (patch) | |
tree | 5cffdf6d9686de27cf87a1144ab442a5833d2216 /ChangeLog | |
parent | d51857ebee06efd6c8b787e97a2cc344cd5f74b1 (diff) | |
download | tcl-bf03b26a12344067b24baca9bc4617566c721b13.zip tcl-bf03b26a12344067b24baca9bc4617566c721b13.tar.gz tcl-bf03b26a12344067b24baca9bc4617566c721b13.tar.bz2 |
fix for [Bug 735055]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2003-05-09 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. + 2003-05-09 Donal K. Fellows <fellowsd@cs.man.ac.uk> * generic/tclCmdMZ.c (Tcl_ReturnObjCmd): The array of strings |