summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2004-12-14 18:43:30 (GMT)
committerKevin B Kenny <kennykb@acm.org>2004-12-14 18:43:30 (GMT)
commit639e2d1e36d52c197df2a8a12ab87261e23b1eff (patch)
treea8c49c8c355de137c112d95f8cd61932c4f5993b /ChangeLog
parent23cad6941bae8c6f130db31d07ddc5ad4c8a4a27 (diff)
downloadtcl-639e2d1e36d52c197df2a8a12ab87261e23b1eff.zip
tcl-639e2d1e36d52c197df2a8a12ab87261e23b1eff.tar.gz
tcl-639e2d1e36d52c197df2a8a12ab87261e23b1eff.tar.bz2
fixed zero-length array in BigInt struct; added conversion torture tests
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0182324..81a79cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-12-14 Kevin Kenny <kennykb@acm.org>
+
+ * generic/tclBigInt.c: Avoid zero-length array in 'BigInt'
+ structure (thanks to dgp for pointing this
+ out.)
+ * tests/expr.test: Added torture-test vectors for correct
+ rounding in string->double and double->string
+ conversions.
+
2004-12-13 Kevin Kenny <kennykb@acm.org>
* doc/BigInt.3: Added Tcl_MultiplyBigIntByNarrowInt and