summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-11-26 11:17:49 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-11-26 11:17:49 (GMT)
commite068f06110b9f53cbf7b2f4b2583185e64a836d0 (patch)
tree84aae2f6292287aec438b9be4c186edfc43963ce /ChangeLog
parent53dbd43f21b5baf917383c6373da80babbbdc0f8 (diff)
downloadtcl-e068f06110b9f53cbf7b2f4b2583185e64a836d0.zip
tcl-e068f06110b9f53cbf7b2f4b2583185e64a836d0.tar.gz
tcl-e068f06110b9f53cbf7b2f4b2583185e64a836d0.tar.bz2
Spread the goodness of AC_CACHE_VAL a bit further. [Patch 1073524]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f5dd49b..7522df5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2004-11-26 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * unix/configure.in: Simplify the code to check for correctness of
+ strstr, strtoul and strtod.
+ * unix/tcl.m4 (SC_TCL_CHECK_BROKEN_FUNC): Split a complex stanza
+ out of configure.in into its own function. Also force it to do the
+ right thing with cacheing of results of AC_TRY_RUN to deal with
+ issue raised in [Patch 1073524]
+
* doc/foreach.n: Added simple example. [FRQ 1073334]
2004-11-25 Donal K. Fellows <donal.k.fellows@man.ac.uk>