fnmatch depends on mbsrtowcs and mbsinit.
[pspp] / ChangeLog
index 1f341e5b0c421d38b11be8b1e27b87af3bbd68d9..2fdb6ddd004987fdd570b185daa8cfea64cbbce0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
+       problem to Solaris 8 encountered with coreutils 7.2, which
+       resulted in a message "fnmatch.c:292: warning: passing argument 4
+       of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
+       at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
+
+2009-04-03  Simon Josefsson  <simon@josefsson.org>
+
+       * m4/ld-version-script.m4: Add FIXME comment.
+
+2009-04-02  Simon Josefsson  <simon@josefsson.org>
+
+       * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
+       SOVERSION variable.
+
+2009-04-02  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile (info, html, dvi, pdf): Combine the rules.
+       Suggested by Jim Meyering.
+
 2009-04-01  Bruno Haible  <bruno@clisp.org>
 
        * Makefile (info, html, dvi, pdf): New targets.