summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2010-10-02 00:29:42 (GMT)
committerhobbs <hobbs>2010-10-02 00:29:42 (GMT)
commitbbc417c485039e65a424902ad8aff0b3dd8bdd35 (patch)
treec7e0a89035c25ebdde3139eef2c5743705d5a7a2 /ChangeLog
parent5fb9519d73d739e25d24e7a26841c3534dd6a3ca (diff)
downloadtcl-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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d6681dd..05eb6ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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