summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2008-08-14 02:12:05 (GMT)
committerdas <das>2008-08-14 02:12:05 (GMT)
commitd2a98c066035c60995e044906c3619b7c5293012 (patch)
treee2c63313d8def410604e5c2852148f7669589e79 /ChangeLog
parentaf494a7fa60b807ea5ea6c39c2cfe0da1c846eb8 (diff)
downloadtcl-d2a98c066035c60995e044906c3619b7c5293012.zip
tcl-d2a98c066035c60995e044906c3619b7c5293012.tar.gz
tcl-d2a98c066035c60995e044906c3619b7c5293012.tar.bz2
* generic/tclCompile.h: add support for debug logging of DTrace
* generic/tclBasic.c: 'proc', 'cmd' and 'inst' probes (does _not_ require a platform with DTrace).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3fffa4f..ccaedf9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2008-08-14 Daniel Steffen <das@users.sourceforge.net>
+ * generic/tclCompile.h: add support for debug logging of DTrace
+ * generic/tclBasic.c: 'proc', 'cmd' and 'inst' probes (does
+ _not_ require a platform with DTrace).
+
+ * generic/tclCmdIL.c (TclInfoFrame): check fPtr->line before
+ dereferencing as line info may
+ not exists when TclInfoFrame()
+ is called from a DTrace probe.
+
* tests/msgcat.test: fix for ::tcl::mac::locale with
@modifier (HEAD backport 2008-06-01).