diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-11-26 11:17:49 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-11-26 11:17:49 (GMT) |
commit | e068f06110b9f53cbf7b2f4b2583185e64a836d0 (patch) | |
tree | 84aae2f6292287aec438b9be4c186edfc43963ce /ChangeLog | |
parent | 53dbd43f21b5baf917383c6373da80babbbdc0f8 (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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> |