New module 'frexpl'.
[pspp] / ChangeLog
index 0cd2fab77568b37782ed65413a658efd752380d5..31bf564da9e5860b0ccb58852546be71ea53b263 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2007-03-22  Bruno Haible  <bruno@clisp.org>
+
+       * modules/frexpl: New file.
+       * m4/frexpl.m4: New file.
+       * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
+       * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
+       * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
+       * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
+       (Depends-on): Add frexpl. Remove isnanl-nolibm.
+       * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
+
 2007-03-22  Bruno Haible  <bruno@clisp.org>
 
        * lib/frexpl.c: Share code with lib/frexp.c.