diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-19 20:58:59 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-19 20:58:59 (GMT) |
commit | 2eb24794969d407846d80bce8ca07c486fb4ab0b (patch) | |
tree | 2d82ec9d0255996bf2683f03bceeebbeb36a320f /ChangeLog | |
parent | aedff4653c66d0c490a35ac117de3e4bee784f4f (diff) | |
download | tcl-2eb24794969d407846d80bce8ca07c486fb4ab0b.zip tcl-2eb24794969d407846d80bce8ca07c486fb4ab0b.tar.gz tcl-2eb24794969d407846d80bce8ca07c486fb4ab0b.tar.bz2 |
Ensure that the %ld conversion works correctly on 64-bit platforms. [Bug 1011860]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2004-08-19 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * generic/tclScan.c (Tcl_ScanObjCmd, ValidateFormat): Ensure that + the %ld conversion works correctly on 64-bit platforms. [Bug 1011860] + 2004-08-19 Kevin Kenny <kennykb@acm.org> * library/clock.tcl (format): Changed default timezone format |