summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2010-10-02 00:23:44 (GMT)
committerhobbs <hobbs>2010-10-02 00:23:44 (GMT)
commit49efeab465625d855a9394d4fa38c7f9a5039f77 (patch)
tree2da57bc4de7200cdacb7d36df31d213befedb5d7 /ChangeLog
parent0ee4b2f57c83341c5896b9abe552e28874292a12 (diff)
downloadtcl-49efeab465625d855a9394d4fa38c7f9a5039f77.zip
tcl-49efeab465625d855a9394d4fa38c7f9a5039f77.tar.gz
tcl-49efeab465625d855a9394d4fa38c7f9a5039f77.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 246f2b0..4ba6d09 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-10-01 Donal K. Fellows <dkf@users.sf.net>
* generic/tclBasic.c, generic/tclClock.c, generic/tclEncoding.c,