summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2005-01-28 01:50:25 (GMT)
committerhobbs <hobbs>2005-01-28 01:50:25 (GMT)
commit46fc28eab3f694dfc885d8087face2b939d48059 (patch)
tree275de9007403d770f195fd88861b79247f3e7245 /ChangeLog
parent2123231f4d20076fce7107118855c3b04308298b (diff)
downloadtcl-46fc28eab3f694dfc885d8087face2b939d48059.zip
tcl-46fc28eab3f694dfc885d8087face2b939d48059.tar.gz
tcl-46fc28eab3f694dfc885d8087face2b939d48059.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 f3bf04d..ec2584d 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-27 Andreas Kupries <andreask@activestate.com>
TIP#218 IMPLEMENTATION