summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2005-01-28 01:49:49 (GMT)
committerhobbs <hobbs>2005-01-28 01:49:49 (GMT)
commiteba80ac0e1a2b6854d25b4b3522a5aeeb26a4725 (patch)
tree3e59a6f93962157001e95118daf541f3d6ca8b3e /ChangeLog
parent98dadc4e726ce2e9342141de853d74f6d614cc7b (diff)
downloadtcl-eba80ac0e1a2b6854d25b4b3522a5aeeb26a4725.zip
tcl-eba80ac0e1a2b6854d25b4b3522a5aeeb26a4725.tar.gz
tcl-eba80ac0e1a2b6854d25b4b3522a5aeeb26a4725.tar.bz2
* generic/tclBasic.c (Tcl_ExprBoolean, Tcl_ExprDouble)
(Tcl_ExprLong): Fix to recognize Tcl_WideInt type. [Bug 1109484]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d12a253..05619b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-27 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * generic/tclBasic.c (Tcl_ExprBoolean, Tcl_ExprDouble)
+ (Tcl_ExprLong): Fix to recognize Tcl_WideInt type. [Bug 1109484]
+
2005-01-26 Andreas Kupries <andreask@activestate.com>
TIP#218 IMPLEMENTATION