summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-07-12 23:36:34 +0200
committerBruno Haible <bruno@clisp.org>2010-07-12 23:45:39 +0200
commit12eef17ca76576859dbf462f2e4a3f940f3698ae (patch)
tree2061fbedec20e437ed5ed324c10ee1e069e94863 /ChangeLog
parent44eed1636c3f148a816776f4d5788ce8233592cd (diff)
downloadgnulib-12eef17ca76576859dbf462f2e4a3f940f3698ae.tar.gz
Unify tests that set gl_cv_func_ldexp_no_libm.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c3f530b5da..234af7425f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2010-07-12 Bruno Haible <bruno@clisp.org>
+ Unify tests that set gl_cv_func_ldexp_no_libm.
+ * m4/ldexp.m4: New file, based on m4/mathfunc.m4.
+ * m4/strtod.m4 (gl_PREREQ_STRTOD): Require gl_CHECK_LDEXP_NO_LIBM.
+ * modules/ldexp (Files): Remove m4/mathfunc.m4. Add m4/ldexp.m4.
+ (configure.ac): Simply invoke gl_FUNC_LDEXP.
+ * modules/strtod (Files): Add m4/ldexp.m4.
+
+2010-07-12 Bruno Haible <bruno@clisp.org>
+
Unify tests that set gl_cv_func_frexpl_no_libm.
* m4/frexpl.m4 (gl_CHECK_FREXPL_NO_LIBM): New macro, extracted from
gl_FUNC_FREXPL_NO_LIBM.