diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-09-26 19:31:18 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-09-26 19:31:18 (GMT) |
commit | d04662c022396f466404aae4b7c2ae881d1c18eb (patch) | |
tree | afb7fe0d7b7948e7f2829c3e8fd1ba5801c979db /ChangeLog | |
parent | 20110a4d0a9ab8a6b071926a6ae99dfa8a9b9b0f (diff) | |
download | tcl-d04662c022396f466404aae4b7c2ae881d1c18eb.zip tcl-d04662c022396f466404aae4b7c2ae881d1c18eb.tar.gz tcl-d04662c022396f466404aae4b7c2ae881d1c18eb.tar.bz2 |
update tclTomMath.h for bug 1263012
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,7 +1,11 @@ 2005-09-26 Kevin Kenny <kennykb@acm.org> - * libtommath/: Updated to release 0.36. - * generic/tommath.h: Regenerated. + * libtommath/: Updated to release 0.36. + * generic/tommath.h: Regenerated. + * generic/tclTomMathInterface.h: Added ten missing aliases for + mp_* functions to avoid namespace + pollution in Tcl's exported + symbols. [Bug 1263012] 2005-09-15 Miguel Sofer <msofer@users.sf.net> |