summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2008-06-12 20:19:27 (GMT)
committerandreas_kupries <akupries@shaw.ca>2008-06-12 20:19:27 (GMT)
commita8d8152bcfcdacd4b0a55d00a657e61191178db8 (patch)
tree9c56eeb9ebb3bcf2a1bd3de875df67dc8539b3c4 /ChangeLog
parente4f4c57260ec61ec4684b6f3658d3cfe4879be02 (diff)
downloadtcl-a8d8152bcfcdacd4b0a55d00a657e61191178db8.zip
tcl-a8d8152bcfcdacd4b0a55d00a657e61191178db8.tar.gz
tcl-a8d8152bcfcdacd4b0a55d00a657e61191178db8.tar.bz2
* generic/tclCmdIL.c (InfoFrameCmd): TIP #280 conditional
feature. Added checks to validate HashEntry and HashTable information gotten from Command structures. This seems to be needed to handle structures managed by Itcl.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8708e46..27b5b16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-06-12 Andreas Kupries <andreask@activestate.com>
+
+ * generic/tclCmdIL.c (InfoFrameCmd): TIP #280 conditional
+ feature. Added checks to validate HashEntry and HashTable
+ information gotten from Command structures. This seems to be
+ needed to handle structures managed by Itcl.
+
2008-06-12 Daniel Steffen <das@users.sourceforge.net>
* unix/Makefile.in: add complete deps on tclDTrace.h.