summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2006-10-24 23:13:07 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2006-10-24 23:13:07 (GMT)
commit1f316fa5bdbc522015527cd180f58c0e9e077843 (patch)
tree8470397c94708810c3961ac92e9e526d044ed007 /ChangeLog
parent8203d0d54fe955aafd4be1a45adb2bd87e80ae06 (diff)
downloadtcl-1f316fa5bdbc522015527cd180f58c0e9e077843.zip
tcl-1f316fa5bdbc522015527cd180f58c0e9e077843.tar.gz
tcl-1f316fa5bdbc522015527cd180f58c0e9e077843.tar.bz2
* tests/info.test (info-9.11-12): tests for [Bug 1577492]
* tests/apply.test (apply-4.3-5): tests for [Bug 1574835]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c130118..6303dcc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2006-10-24 Miguel Sofer <msofer@users.sf.net>
+ * tests/info.test (info-9.11-12): tests for [Bug 1577492]
+ * tests/apply.test (apply-4.3-5): tests for [Bug 1574835]
+
* generic/tclProc.c (ObjInterpProcEx): disable itcl hacks for
calls from ApplyObjCmd (islambda==1), as they mess apply's error
messages [Bug 1583266]