diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-12-20 22:16:48 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-12-20 22:16:48 (GMT) |
commit | 18d6765361d9e2703b6f02c23d4edb0c79dffbf6 (patch) | |
tree | 428ded63206fefc8bc4d043389d2645559afec6c /ChangeLog | |
parent | daebf10e2ccb834224974521717da8f39bc873d1 (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |