diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-12-14 18:43:30 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-12-14 18:43:30 (GMT) |
commit | 639e2d1e36d52c197df2a8a12ab87261e23b1eff (patch) | |
tree | a8c49c8c355de137c112d95f8cd61932c4f5993b /ChangeLog | |
parent | 23cad6941bae8c6f130db31d07ddc5ad4c8a4a27 (diff) | |
download | tcl-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |