summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2010-10-02 00:29:41 (GMT)
committerhobbs <hobbs@noemail.net>2010-10-02 00:29:41 (GMT)
commit6e6ab7c1f18f05744fc5ec031a214cbdd7ce76eb (patch)
treec7e0a89035c25ebdde3139eef2c5743705d5a7a2 /generic/tclInt.decls
parent51b373178ce22723135beb0a9b4951298dd88182 (diff)
downloadtcl-6e6ab7c1f18f05744fc5ec031a214cbdd7ce76eb.zip
tcl-6e6ab7c1f18f05744fc5ec031a214cbdd7ce76eb.tar.gz
tcl-6e6ab7c1f18f05744fc5ec031a214cbdd7ce76eb.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: FossilOrigin-Name: 5726fcf08b7b19223432236d837eee7c6cc952ac
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r--generic/tclInt.decls4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls
index 1ca3a1b..ad35bf8 100644
--- a/generic/tclInt.decls
+++ b/generic/tclInt.decls
@@ -13,7 +13,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: tclInt.decls,v 1.121.2.4 2010/02/07 22:16:54 nijtmans Exp $
+# RCS: @(#) $Id: tclInt.decls,v 1.121.2.5 2010/10/02 00:29:42 hobbs Exp $
library tcl
@@ -82,7 +82,7 @@ declare 12 generic {
# Tcl_DString *headPtr, char *tail, Tcl_GlobTypeData *types)
#}
declare 14 generic {
- void TclDumpMemoryInfo(FILE *outFile)
+ int TclDumpMemoryInfo(ClientData clientData, int flags)
}
# Removed in 8.1:
# declare 15 generic {