Straighten some module dependencies.
[gnulib.git] / ChangeLog
index 2d4236a..bd7d450 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+2009-03-14  Bruno Haible  <bruno@clisp.org>
+
+       * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
+       utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
+       * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
+       * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
+       utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
+       * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
+       * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
+       unistr/u8-uctomb.
+       * modules/unistr/u8-strchr (Depends-on): Likewise.
+       * modules/unistr/u8-strrchr (Depends-on): Likewise.
+       * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
+       unistr/u16-uctomb.
+       * modules/unistr/u16-strchr (Depends-on): Likewise.
+       * modules/unistr/u16-strrchr (Depends-on): Likewise.
+
+2009-03-12  Bruno Haible  <bruno@clisp.org>
+
+       Work around select() bug on Interix 3.5.
+       * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
+       * lib/select.c (rpl_select): Add an implementation for Unix platforms.
+       * m4/select.m4: New file.
+       * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
+       * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
+       * modules/select (Files): Add m4/select.m4.
+       (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
+       * modules/nanosleep (Depends-on): Add select.
+       * modules/poll (Depends-on): Likewise.
+       * doc/posix-functions/select.texi: Mention the Interix bug.
+       Reported by Markus Duft <mduft@gentoo.org>.
+
+       * lib/select.c: Renamed from lib/winsock-select.c.
+       * modules/select (Files): Add lib/select.c, remove
+       lib/winsock-select.c.
+       (configure.ac): Update.
+
 2009-03-12  Jim Meyering  <meyering@redhat.com>
 
        avoid gcc warnings about unused macro definitions