Make truncl work on OSF/1 4.0.
[pspp] / ChangeLog
index 2988944062ec5213a6b8812516c0e7f161b60de0..58303a3c0c2a5b08e931e12451492a288c8248b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2008-04-13  Bruno Haible  <bruno@clisp.org>
+
+       Make truncl work on OSF/1 4.0.
+       * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
+       Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
+       * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
+       * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
+       HAVE_DECL_TRUNCL.
+       * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
+       HAVE_DECL_TRUNCL.
+       * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
+
 2008-04-13  Bruno Haible  <bruno@clisp.org>
 
        * lib/unictype.h: Remove trailing comma from enumeration definitions.