Fix ChangeLog typo in my previous commit.
[gnulib.git] / ChangeLog
index 9c48bf7..a8c80a8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,58 @@
+2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Port coreutils 7.2 to Solaris 8.
+
+       * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
+       * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
+       for Solaris 8.  This is a bit of a hack, as it means it's the
+       caller's responsibility to add -lnsl if needed, but most likely it
+       won't be needed since only getaddrinfo uses this and getaddrinfo
+       isn't needed on Solaris 8.
+
+       * 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.
+       Reported by Reuben Thomas <rrt@sc3d.org>.
+
+2009-04-01  Bruno Haible  <bruno@clisp.org>
+
+       * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
+       can be put into PATH.
+       Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
+
+2009-04-01  Bruno Haible  <bruno@clisp.org>
+
+       * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
+
+2009-04-01  Bruno Haible  <bruno@clisp.org>
+
+       Rename module 'visibility'.
+       * modules/lib-symbol-visibility: Renamed from modules/visibility.
+       * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
+       * doc/gnulib.texi: Update.
+       * MODULES.html.sh (Misc): Update.
+       * NEWS: Mention the change.
+
 2009-04-01  Simon Josefsson  <simon@josefsson.org>
 
        * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible