string: Remove unused substitution.
[pspp] / ChangeLog
index 195c1facb1be4a2569a4a47b7c875dceda2a3a6f..f88dbc786d439aa006a8baf342d37b484a567528 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2010-04-04  Bruno Haible  <bruno@clisp.org>
+
+       string: Remove unused substitution.
+       * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
+       HAVE_DECL_STRERROR.
+       * modules/string (Makefile.am): Don't substitute HAVE_DECL_STRERROR.
+
+2010-04-04  Bruno Haible  <bruno@clisp.org>
+
+       strtod: Avoid a possible C++ test error.
+       * m4/strtod.m4 (gl_FUNC_STRTOD): When setting HAVE_STRTOD to 0, don't
+       set REPLACE_STRTOD.
+
 2010-04-04  Bruno Haible  <bruno@clisp.org>
 
        strerror: Update documentation.