diff options
author | hobbs <hobbs> | 2010-10-02 00:29:42 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2010-10-02 00:29:42 (GMT) |
commit | bbc417c485039e65a424902ad8aff0b3dd8bdd35 (patch) | |
tree | c7e0a89035c25ebdde3139eef2c5743705d5a7a2 /ChangeLog | |
parent | 5fb9519d73d739e25d24e7a26841c3534dd6a3ca (diff) | |
download | tcl-bbc417c485039e65a424902ad8aff0b3dd8bdd35.zip tcl-bbc417c485039e65a424902ad8aff0b3dd8bdd35.tar.gz tcl-bbc417c485039e65a424902ad8aff0b3dd8bdd35.tar.bz2 |
* generic/tclExecute.c (EvalStatsCmd): change 'evalstats' to
return data to interp by default, or if given an arg, use that as
filename to output to (accepts 'stdout' and 'stderr').
Fix output to print used inst count data.
* generic/tclCkalloc.c: change TclDumpMemoryInfo sig to allow
* generic/tclInt.decls: objPtr as well as FILE* as output.
* generic/tclIntDecls.h:
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2010-10-01 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/tclExecute.c (EvalStatsCmd): change 'evalstats' to + return data to interp by default, or if given an arg, use that as + filename to output to (accepts 'stdout' and 'stderr'). + Fix output to print used inst count data. + * generic/tclCkalloc.c: change TclDumpMemoryInfo sig to allow + * generic/tclInt.decls: objPtr as well as FILE* as output. + * generic/tclIntDecls.h: + 2010-09-24 Andreas Kupries <andreask@activestate.com> * tclWinsock.c: [Bug 3056775]: Fixed race condition between thread |