summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-09-26 19:31:18 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-09-26 19:31:18 (GMT)
commitd04662c022396f466404aae4b7c2ae881d1c18eb (patch)
treeafb7fe0d7b7948e7f2829c3e8fd1ba5801c979db /ChangeLog
parent20110a4d0a9ab8a6b071926a6ae99dfa8a9b9b0f (diff)
downloadtcl-d04662c022396f466404aae4b7c2ae881d1c18eb.zip
tcl-d04662c022396f466404aae4b7c2ae881d1c18eb.tar.gz
tcl-d04662c022396f466404aae4b7c2ae881d1c18eb.tar.bz2
update tclTomMath.h for bug 1263012
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5948c55..aa3b60c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>