summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-08-19 21:12:03 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-08-19 21:12:03 (GMT)
commit7b42aece2ff4d125c9e687a18b8dc775e6cc4172 (patch)
tree76cd978d84e7c39546540ce6800867d25c620f4d /ChangeLog
parent1cbe8bf0a4251625c5a4253c5cefceaccb01d877 (diff)
downloadtcl-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index df24275..120f229 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: