diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-12-20 22:16:33 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-12-20 22:16:33 (GMT) |
commit | 10d55ac03132aa4b7caa60831c65e2c9c483f573 (patch) | |
tree | ed238ed8e932adcc46cb8972fdd31a62906cf02d /ChangeLog | |
parent | 0fcea2c01171ef4f697d53c90bede2b315d49dd6 (diff) | |
download | tcl-10d55ac03132aa4b7caa60831c65e2c9c483f573.zip tcl-10d55ac03132aa4b7caa60831c65e2c9c483f573.tar.gz tcl-10d55ac03132aa4b7caa60831c65e2c9c483f573.tar.bz2 |
Use %ld instead of %d in Tcl_GetMemoryInfo
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2005-12-20 Donal K. Fellows <donal.k.fellows@man.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 Donal K. Fellows <donal.k.fellows@man.ac.uk> * doc/Tcl.n: Clarify what is going on in variable substitution |