summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2008-07-22 21:02:25 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2008-07-22 21:02:25 (GMT)
commit63d4144a37db8c69be1a8090936516467f684480 (patch)
tree1663f0612dec0cf4dd6c42e85fe06a3f56d993d2 /ChangeLog
parent35e3d899aaa7f90fdf39652a2a4fdd45fc14965b (diff)
downloadtcl-63d4144a37db8c69be1a8090936516467f684480.zip
tcl-63d4144a37db8c69be1a8090936516467f684480.tar.gz
tcl-63d4144a37db8c69be1a8090936516467f684480.tar.bz2
* generic/tclBasic.c: Added numLevels field to CommandFrame,
* generic/tclExecute.c: let GetCommandSource use it. This solves * generic/tclInt.h: [Bug 2017146]. Thx dgp for the analysis.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d388303..6d06add 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
-2008-07-21 Andreas Kupries <andreask@activestate.com>
+2008-07-22 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclBasic.c: Added numLevels field to CommandFrame,
+ * generic/tclExecute.c: let GetCommandSource use it. This solves
+ * generic/tclInt.h: [Bug 2017146]. Thx dgp for the analysis.
+
+2008-07-22 Andreas Kupries <andreask@activestate.com>
* generic/tclBasic.c: Extended the existing TIP #280 system (info
* generic/tclCmdAH.c: frame), added the ability to track the