diff options
author | Kevin B Kenny <kennykb@acm.org> | 2011-01-15 18:10:18 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2011-01-15 18:10:18 (GMT) |
commit | 3aded4ee3f9fa66143b3b8b4be6b021243515cf1 (patch) | |
tree | 51b622116570a04f374cceb905e6453578b77cae /ChangeLog | |
parent | 825e2402afb20392182bfdb0cc585bf5f2c5f89d (diff) | |
download | tcl-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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |