summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2002-04-26 08:34:35 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2002-04-26 08:34:35 (GMT)
commitc8e99da5d0319a457285611fac52310c44d51a17 (patch)
tree3589d9074adf160f620f5136910bc07f777937ab /ChangeLog
parent02546348bdc5f6cc2e49cc4c8a5666f7e7830643 (diff)
downloadtcl-c8e99da5d0319a457285611fac52310c44d51a17.zip
tcl-c8e99da5d0319a457285611fac52310c44d51a17.tar.gz
tcl-c8e99da5d0319a457285611fac52310c44d51a17.tar.bz2
Hex values on 64-bit machines can be booleans too! [Bug 548686]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d176832..c769e48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-04-26 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * generic/tclObj.c (SetBooleanFromAny): Was not calling an integer
+ parsing function on native 64-bit platforms! [Bug 548686]
+
2002-04-24 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tclInt.h: corrected TclRememberJoinableThread decl to