diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-06-30 12:34:34 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-06-30 12:34:34 (GMT) |
commit | c668fdda8808df7ea24f76d18d229b3fccd38dc8 (patch) | |
tree | 277716ba3ab8c16dce70dcf00d179ab3980ea873 /ChangeLog | |
parent | f8a03e16efd71ee8e4320b00a07f7d964168809c (diff) | |
download | tcl-c668fdda8808df7ea24f76d18d229b3fccd38dc8.zip tcl-c668fdda8808df7ea24f76d18d229b3fccd38dc8.tar.gz tcl-c668fdda8808df7ea24f76d18d229b3fccd38dc8.tar.bz2 |
TIP#188 implementation. Thanks to KBK! [Patch 940915]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-06-30 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + TIP#188 IMPLEMENTATION + + * doc/string.n, tests/string.test: Add 'wideinteger' to things + * generic/tclCmdMZ.c (Tcl_StringObjCmd): that can be tested for with + the [string is] subcommand. [Patch 940915, by Kevin Kenny] + 2004-06-29 Don Porter <dgp@users.sourceforge.net> * win/tclWinInit.c: Corrected reference counting flaw in |