diff options
author | dgp <dgp@users.sourceforge.net> | 2001-08-23 15:44:10 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2001-08-23 15:44:10 (GMT) |
commit | 8d4c60866a8f603ab29fa193c8f4aff83f8beee7 (patch) | |
tree | 6d11603df89f4b9b0dbd6b5d0708a4acbabba5a2 | |
parent | 9222d1cf0d56f0b84b3645f54e0b1422ba7f4b30 (diff) | |
download | tcl-8d4c60866a8f603ab29fa193c8f4aff83f8beee7.zip tcl-8d4c60866a8f603ab29fa193c8f4aff83f8beee7.tar.gz tcl-8d4c60866a8f603ab29fa193c8f4aff83f8beee7.tar.bz2 |
clarified bug reference.
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ * 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] + less than sizeof(long) (particularly Alpha.) [tiprender Bug #441861] * tests/format.test: Converted conditional execution of tests into a test constraint. |