diff options
author | das <das> | 2008-08-14 02:12:05 (GMT) |
---|---|---|
committer | das <das> | 2008-08-14 02:12:05 (GMT) |
commit | d2a98c066035c60995e044906c3619b7c5293012 (patch) | |
tree | e2c63313d8def410604e5c2852148f7669589e79 /ChangeLog | |
parent | af494a7fa60b807ea5ea6c39c2cfe0da1c846eb8 (diff) | |
download | tcl-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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). |