summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-09-08 14:59:41 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-09-08 14:59:41 (GMT)
commit1c05acb41bff9b5827c3ba1f58cc349bc1c8d9a3 (patch)
treec1457302f19e55a3dd912632f32afe12fe27c80c /ChangeLog
parent53c609c3aa4042d00194dc6d3d2bea553ad9d605 (diff)
downloadtcl-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 02472fe..c938554 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]