summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2011-01-15 18:10:18 (GMT)
committerKevin B Kenny <kennykb@acm.org>2011-01-15 18:10:18 (GMT)
commit3aded4ee3f9fa66143b3b8b4be6b021243515cf1 (patch)
tree51b622116570a04f374cceb905e6453578b77cae /ChangeLog
parent825e2402afb20392182bfdb0cc585bf5f2c5f89d (diff)
downloadtcl-3aded4ee3f9fa66143b3b8b4be6b021243515cf1.zip
tcl-3aded4ee3f9fa66143b3b8b4be6b021243515cf1.tar.gz
tcl-3aded4ee3f9fa66143b3b8b4be6b021243515cf1.tar.bz2
* doc/tclvars.n:
* generic/tclStrToD.c: * generic/tclUtil.c (Tcl_PrintDouble): * tests/util.test (util-16.*): Restored full Tcl 8.4 compatibility for the formatting of floating point numbers when $::tcl_precision is not zero. Added compatibility tests to make sure that excess trailing zeroes are suppressed for all eight major code paths. [Bug 3157475]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f9554f..fbbc200 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2011-01-15 Kevin B. Kenny <kennykb@acm.org>
+
+ * doc/tclvars.n:
+ * generic/tclStrToD.c:
+ * generic/tclUtil.c (Tcl_PrintDouble):
+ * tests/util.test (util-16.*): Restored full Tcl 8.4 compatibility
+ for the formatting of floating point numbers when $::tcl_precision
+ is not zero. Added compatibility tests to make sure that excess
+ trailing zeroes are suppressed for all eight major code paths.
+ [Bug 3157475]
+
2011-01-12 Jan Nijtmans <nijtmans@users.sf.net>
* win/tclWinFile.c: Use _vsnprintf in stead of vsnprintf, because