diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2011-01-15 Kevin B. Kenny <kennykb@users.sf.net> + * 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-13 Miguel Sofer <msofer@users.sf.net> * generic/tclExecute.c (GrowEvaluationStack): Off-by-one error in |