summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2002-04-26 08:43:38 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2002-04-26 08:43:38 (GMT)
commitb9fd87e9f82e6795e565386564b6e479a49fed8b (patch)
treec12260f9860b76cc2c6cee8c04190b5b5042c834 /ChangeLog
parentc8e99da5d0319a457285611fac52310c44d51a17 (diff)
downloadtcl-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--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c769e48..8955a24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]