summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-12-20 22:16:48 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-12-20 22:16:48 (GMT)
commit18d6765361d9e2703b6f02c23d4edb0c79dffbf6 (patch)
tree428ded63206fefc8bc4d043389d2645559afec6c /ChangeLog
parentdaebf10e2ccb834224974521717da8f39bc873d1 (diff)
downloadtcl-18d6765361d9e2703b6f02c23d4edb0c79dffbf6.zip
tcl-18d6765361d9e2703b6f02c23d4edb0c79dffbf6.tar.gz
tcl-18d6765361d9e2703b6f02c23d4edb0c79dffbf6.tar.bz2
Use %ld instead of %d in Tcl_GetMemoryInfo
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c1027a5..8b66c5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,15 @@
+2005-12-20 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
+
+ * generic/tclThreadAlloc.c (Tcl_GetMemoryInfo): Format values as longs
+ and not ints, so they are less likely to wrap on 64-bit machines.
+
2005-12-19 Don Porter <dgp@users.sourceforge.net>
* generic/tclCmdMZ.c: Modified [string is double] to use
* tests/string.test: TclParseNumber() to parse trailing whitespace.
Ensures consistency, and makes it easier to cleanup after invalid
internal reps left behind by parsing [Bugs 1360432 1382287].
-
+
* generic/tclParseExpr.c: Added TCL_PARSE_NO_WHITESPACE to
* generic/tclScan.c: TclParseNumber() calls since [scan] and
* tests/scan.test: [expr] parsing don't want spaces in parsed