diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-19 21:12:03 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-19 21:12:03 (GMT) |
commit | 7b42aece2ff4d125c9e687a18b8dc775e6cc4172 (patch) | |
tree | 76cd978d84e7c39546540ce6800867d25c620f4d /ChangeLog | |
parent | 1cbe8bf0a4251625c5a4253c5cefceaccb01d877 (diff) | |
download | tcl-7b42aece2ff4d125c9e687a18b8dc775e6cc4172.zip tcl-7b42aece2ff4d125c9e687a18b8dc775e6cc4172.tar.gz tcl-7b42aece2ff4d125c9e687a18b8dc775e6cc4172.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-16 Miguel Sofer <msofer@users.sf.net> * doc/SetVar.3: |