diff options
author | hobbs <hobbs> | 2005-01-28 01:50:25 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2005-01-28 01:50:25 (GMT) |
commit | 46fc28eab3f694dfc885d8087face2b939d48059 (patch) | |
tree | 275de9007403d770f195fd88861b79247f3e7245 /ChangeLog | |
parent | 2123231f4d20076fce7107118855c3b04308298b (diff) | |
download | tcl-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |