diff options
author | kennykb <kennykb@noemail.net> | 2005-08-29 16:18:59 (GMT) |
---|---|---|
committer | kennykb <kennykb@noemail.net> | 2005-08-29 16:18:59 (GMT) |
commit | f6c98b819d116085d98969ffaf54c70487eef14e (patch) | |
tree | 88a7ae9ad11d90393c4e10c805865f8b091b8818 /ChangeLog | |
parent | 7273a7aa43664bc00f47f8eb68023a5e7e168ecc (diff) | |
download | tcl-f6c98b819d116085d98969ffaf54c70487eef14e.zip tcl-f6c98b819d116085d98969ffaf54c70487eef14e.tar.gz tcl-f6c98b819d116085d98969ffaf54c70487eef14e.tar.bz2 |
Bug 1275043
FossilOrigin-Name: 7e8177ac9df87d586085c8af0e441f28d7d19750
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2005-08-29 Kevin Kenny <kennykb@acm.org> + + * generic/tclBasic.c (ExprMathFunc): Restored "round away from + * tests/expr.test (expr-39.*): zero" behaviour to the + "round" function. Added + test cases for the behavior, including the awkward case of a + number whose fractional part is 1/2-1/2ulp. [Bug 1275043] + 2005-08-26 Andreas Kupries <andreask@activestate.com> * generic/tclIO.c: Moved Tcl_{Cut,Splice}Channel to |