diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-04-26 08:43:38 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-04-26 08:43:38 (GMT) |
commit | b9fd87e9f82e6795e565386564b6e479a49fed8b (patch) | |
tree | c12260f9860b76cc2c6cee8c04190b5b5042c834 /ChangeLog | |
parent | c8e99da5d0319a457285611fac52310c44d51a17 (diff) | |
download | tcl-b9fd87e9f82e6795e565386564b6e479a49fed8b.zip tcl-b9fd87e9f82e6795e565386564b6e479a49fed8b.tar.gz tcl-b9fd87e9f82e6795e565386564b6e479a49fed8b.tar.bz2 |
Added more thorough tests for handling of conversion to boolean.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2002-04-26 Donal K. Fellows <fellowsd@cs.man.ac.uk> + * tests/obj.test (obj-11.[56]): Test conversion to boolean more + thoroughly. * generic/tclObj.c (SetBooleanFromAny): Was not calling an integer parsing function on native 64-bit platforms! [Bug 548686] |