Tiny tweaks.
[gnulib.git] / ChangeLog
index 8b4f037..3c153a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,31 @@
 2008-10-05  Bruno Haible  <bruno@clisp.org>
 
+       * lib/winsock.c (strerror): Remove unused #undef.
+       (rpl_close): Remove unused local variable.
+
+       * modules/sys_socket (Depends-on); Add errno.
+
+2008-10-05  Bruno Haible  <bruno@clisp.org>
+
+       * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
+       (select): Add a link warning when the 'select' module is not used.
+       * modules/sys_select (Depends-on): Add link-warning.
+       (Makefile.am): Substitute the definition of GL_LINK_WARNING.
+       Suggested by Paolo Bonzini.
+
+2008-10-05  Jim Meyering  <meyering@redhat.com>
+
+       bootstrap: check for LT_INIT more portably
+       * build-aux/bootstrap: Avoid using grep -E, since it's not
+       portable enough.  Suggestion from Bruno Haible.
+
+2008-10-05  Bruno Haible  <bruno@clisp.org>
+
+       * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
+       as being fixed by gnulib.
+
+2008-10-05  Bruno Haible  <bruno@clisp.org>
+
        * modules/select-tests: New file, mostly copied from
        modules/sys_select-tests.
        * tests/test-select.c: New file, mostly copied from