summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-05-13 17:11:53 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-05-13 17:11:53 (GMT)
commit78f7312e8ca860aba948e29dd9c454285ffdae7c (patch)
treeae8da2367e5f5cfc4f51017e1248fdb9d95b0525 /ChangeLog
parent440ee6251d8d7ba01d8bc5f4b013d9488baebe58 (diff)
downloadtcl-78f7312e8ca860aba948e29dd9c454285ffdae7c.zip
tcl-78f7312e8ca860aba948e29dd9c454285ffdae7c.tar.gz
tcl-78f7312e8ca860aba948e29dd9c454285ffdae7c.tar.bz2
* generic/tclBasic.c: Dropped the TCL_NO_MATH configuration.
* generic/tclBinary.c: It's believed this has not been working * generic/tclExecute.c: in a long time. Tcl needs math.h. * unix/Makefile.in: [RFE 1200680].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 534532d..a790991 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-05-13 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclBasic.c: Dropped the TCL_NO_MATH configuration.
+ * generic/tclBinary.c: It's believed this has not been working
+ * generic/tclExecute.c: in a long time. Tcl needs math.h.
+ * unix/Makefile.in: [RFE 1200680].
+
2005-05-12 Kevin Kenny <kennykb@acm.org>
* doc/mathfunc.n: Changed NAME line to match the name of the page.