summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2008-08-14 02:12:23 (GMT)
committerdas <das>2008-08-14 02:12:23 (GMT)
commit978f2d06b37ac3302422812bf8cb0ad7eb972f97 (patch)
tree17baa52cc265a3d5a5a7ca9e459109d1ab31cb5d /ChangeLog
parent1fa87fa862bd33216bb805df67139629fd2e915e (diff)
downloadtcl-978f2d06b37ac3302422812bf8cb0ad7eb972f97.zip
tcl-978f2d06b37ac3302422812bf8cb0ad7eb972f97.tar.gz
tcl-978f2d06b37ac3302422812bf8cb0ad7eb972f97.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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3cb3c4a..ea4379b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
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).
+
* unix/Makefile.in: ensure Makefile shell is /bin/bash for
* unix/configure.in (SunOS): DTrace-enabled build on Solaris.
(followup to 2008-06-12) [Bug 2016584]