summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2008-08-14 02:11:46 (GMT)
committerdas <das>2008-08-14 02:11:46 (GMT)
commitf4104c736e717c8d8f03582e042992b4128d56ae (patch)
treeae0f42bbae423340f5e92adc625009868bce86e5 /ChangeLog
parent26fdc714770e1a928602741126a435c48ca9ff27 (diff)
downloadtcl-f4104c736e717c8d8f03582e042992b4128d56ae.zip
tcl-f4104c736e717c8d8f03582e042992b4128d56ae.tar.gz
tcl-f4104c736e717c8d8f03582e042992b4128d56ae.tar.bz2
* generic/tclBasic.c (TclNREvalObjv, Tcl_NRCallObjProc): DTrace probes
* generic/tclProc.c (TclNRInterpProcCore, InterpProcNR2): for NRE. [Bug 2017160] * generic/tclBasic.c (TclDTraceInfo): add two extra arguments to * generic/tclCompile.h: DTrace 'info' probes for tclOO * generic/tclDTrace.d: method & class/object info. * 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--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a69d097..b18c4e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
2008-08-14 Daniel Steffen <das@users.sourceforge.net>
+ * generic/tclBasic.c (TclNREvalObjv, Tcl_NRCallObjProc): DTrace probes
+ * generic/tclProc.c (TclNRInterpProcCore, InterpProcNR2): for NRE.
+ [Bug 2017160]
+
+ * generic/tclBasic.c (TclDTraceInfo): add two extra arguments to
+ * generic/tclCompile.h: DTrace 'info' probes for tclOO
+ * generic/tclDTrace.d: method & class/object info.
+
+ * 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/fCmd.test (fCmd-6.23): made result matching robust when test
workdir and /tmp are not on same FS.