Straighten some module dependencies.
authorBruno Haible <bruno@clisp.org>
Sat, 14 Mar 2009 12:18:42 +0000 (13:18 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 14 Mar 2009 12:18:42 +0000 (13:18 +0100)
ChangeLog
modules/unilbrk/u16-possible-linebreaks
modules/unilbrk/u16-width-linebreaks
modules/unilbrk/u8-possible-linebreaks
modules/unilbrk/u8-width-linebreaks
modules/unistr/u16-chr
modules/unistr/u16-strchr
modules/unistr/u16-strrchr
modules/unistr/u8-chr
modules/unistr/u8-strchr
modules/unistr/u8-strrchr

index e745bca..bd7d450 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+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.
index 2b9a867..5f79aa5 100644 (file)
@@ -8,7 +8,7 @@ lib/uniwidth/cjk.h
 Depends-on:
 unilbrk/base
 unilbrk/tables
-utf16-ucs4-unsafe
+unistr/u16-mbtouc-unsafe
 streq
 
 configure.ac:
index 7989c95..6f6db88 100644 (file)
@@ -8,7 +8,7 @@ Depends-on:
 unilbrk/base
 unilbrk/u16-possible-linebreaks
 uniwidth/width
-utf16-ucs4-unsafe
+unistr/u16-mbtouc-unsafe
 
 configure.ac:
 
index f963afd..6bd41ae 100644 (file)
@@ -8,7 +8,7 @@ lib/uniwidth/cjk.h
 Depends-on:
 unilbrk/base
 unilbrk/tables
-utf8-ucs4-unsafe
+unistr/u8-mbtouc-unsafe
 streq
 
 configure.ac:
index f89449c..83a2e25 100644 (file)
@@ -8,7 +8,7 @@ Depends-on:
 unilbrk/base
 unilbrk/u8-possible-linebreaks
 uniwidth/width
-utf8-ucs4-unsafe
+unistr/u8-mbtouc-unsafe
 
 configure.ac:
 
index d4e9fe3..7ef4abe 100644 (file)
@@ -6,7 +6,7 @@ lib/unistr/u16-chr.c
 
 Depends-on:
 unistr/base
-ucs4-utf16
+unistr/u16-uctomb
 
 configure.ac:
 
index c4114b4..555695f 100644 (file)
@@ -6,7 +6,7 @@ lib/unistr/u16-strchr.c
 
 Depends-on:
 unistr/base
-ucs4-utf16
+unistr/u16-uctomb
 
 configure.ac:
 
index 83deea9..4ceddbc 100644 (file)
@@ -6,7 +6,7 @@ lib/unistr/u16-strrchr.c
 
 Depends-on:
 unistr/base
-ucs4-utf16
+unistr/u16-uctomb
 
 configure.ac:
 
index 09f2799..b90dab0 100644 (file)
@@ -6,7 +6,7 @@ lib/unistr/u8-chr.c
 
 Depends-on:
 unistr/base
-ucs4-utf8
+unistr/u8-uctomb
 
 configure.ac:
 
index a85cc9f..a025b90 100644 (file)
@@ -6,7 +6,7 @@ lib/unistr/u8-strchr.c
 
 Depends-on:
 unistr/base
-ucs4-utf8
+unistr/u8-uctomb
 
 configure.ac:
 
index 85e0f67..656b904 100644 (file)
@@ -6,7 +6,7 @@ lib/unistr/u8-strrchr.c
 
 Depends-on:
 unistr/base
-ucs4-utf8
+unistr/u8-uctomb
 
 configure.ac: