diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-09-08 14:59:41 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-09-08 14:59:41 (GMT) |
commit | 1c05acb41bff9b5827c3ba1f58cc349bc1c8d9a3 (patch) | |
tree | c1457302f19e55a3dd912632f32afe12fe27c80c /ChangeLog | |
parent | 53c609c3aa4042d00194dc6d3d2bea553ad9d605 (diff) | |
download | tcl-1c05acb41bff9b5827c3ba1f58cc349bc1c8d9a3.zip tcl-1c05acb41bff9b5827c3ba1f58cc349bc1c8d9a3.tar.gz tcl-1c05acb41bff9b5827c3ba1f58cc349bc1c8d9a3.tar.bz2 |
*BACKPORT* [3600057]: Filled out missing parts of implementation of [string is double].
bug_3600057_85
DGP - I'm pretty sure this patch is the Wrong Thing (TM) to do.
Push over to a branch until we can mutually examine it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2013-09-08 Donal Fellows <dkf@users.sf.net> + + * generic/tclCmdMZ.c (StringIsCmd): [Bug 3600057]: Filled out missing + parts of implementation of [string is double]. + 2013-08-01 Harald Oehlmann <oehhar@users.sf.net> * tclUnixNotify.c Tcl_InitNotifier: Bug [a0bc856dcd] |