diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2001-08-23 14:22:49 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2001-08-23 14:22:49 (GMT) |
commit | 9222d1cf0d56f0b84b3645f54e0b1422ba7f4b30 (patch) | |
tree | 6fa3cc7a93c57b5abdec868f69e6dc434a60ff47 /ChangeLog | |
parent | ca48af684b8e9b39e58b1eafbc3747edda1a249f (diff) | |
download | tcl-9222d1cf0d56f0b84b3645f54e0b1422ba7f4b30.zip tcl-9222d1cf0d56f0b84b3645f54e0b1422ba7f4b30.tar.gz tcl-9222d1cf0d56f0b84b3645f54e0b1422ba7f4b30.tar.bz2 |
Fixed annoying fault in [binary format] on 64-bit architectures.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2001-08-23 Donal K. Fellows <fellowsd@cs.man.ac.uk> + * generic/tclBinary.c (FormatNumber): Extract a long from the + object and not an int, to stop [binary format] from being unable + to format some input numbers on architectures where sizeof(int) is + less than sizeof(long) (particularly Alpha.) [Bug #441861] + * tests/format.test: Converted conditional execution of tests into a test constraint. |