summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-08-17 19:22:34 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-08-17 19:22:34 (GMT)
commitfa9602e972679bdbddf84ed1cc019d94282dd687 (patch)
tree807e9afeafc2b710d02314b6d4408ce8577357e9
parent4c6f56b153a8fee9a91e810871467af204ef97cb (diff)
downloadtcl-fa9602e972679bdbddf84ed1cc019d94282dd687.zip
tcl-fa9602e972679bdbddf84ed1cc019d94282dd687.tar.gz
tcl-fa9602e972679bdbddf84ed1cc019d94282dd687.tar.bz2
fix ChangeLog message
-rw-r--r--ChangeLog9
1 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f9b9a7a..275af91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,12 @@
2005-08-17 Kevin Kenny <kennykb@users.sourceforge.net>
+ [kennykb_numerics_branch]
+
* generic/tclBasic.c (Tcl_Expr{Long,Double}{,Obj}): Updated to
- * tests/expr-old.test: deal with
- * tests/expr.test: bignums (well,
- mostly). Added test cases for Tcl_Expr* and Tcl_Expr*Obj because
+ * generic/tclTest.c: deal with
+ * tests/expr-old.test: bignums (well,
+ * tests/expr.test: mostly).
+ Added test cases for Tcl_Expr* and Tcl_Expr*Obj because
there was very poor test coverage in those areas.
2005-08-17 Don Porter <dgp@users.sourceforge.net>