Add missing module dependencies.
authorBruno Haible <bruno@clisp.org>
Wed, 9 Jan 2008 00:17:12 +0000 (01:17 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 9 Jan 2008 00:17:12 +0000 (01:17 +0100)
ChangeLog
modules/unictype/category-and-not-tests
modules/unictype/category-and-tests
modules/unictype/category-name-tests
modules/unictype/category-of
modules/unictype/category-or-tests

index e9e5c84..9cdc779 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
 2008-01-08  Bruno Haible  <bruno@clisp.org>
 
+       * modules/unictype/category-of (Depends-on): Add
+       unictype/category-none.
+       * modules/unictype/category-and-tests (Depends-on): Add
+       unictype/category-{L,N,Lu,Nd}.
+       * modules/unictype/category-and-not-tests (Depends-on): Likewise.
+       * modules/unictype/category-or-tests (Depends-on): Add
+       unictype/category-{L,N}.
+       * modules/unictype/category-name-tests (Depends-on): Add
+       unictype/category-{Z,Nl}.
+       Reported by Simon Josefsson.
+
+2008-01-08  Bruno Haible  <bruno@clisp.org>
+
        * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
        convention better.
        * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
index 19561ac..41145a6 100644 (file)
@@ -4,6 +4,10 @@ tests/unictype/test-categ_and_not.c
 Depends-on:
 unictype/category-or
 unictype/category-test
+unictype/category-L
+unictype/category-N
+unictype/category-Lu
+unictype/category-Nd
 
 configure.ac:
 
index fe5740e..2bcdf72 100644 (file)
@@ -4,6 +4,10 @@ tests/unictype/test-categ_and.c
 Depends-on:
 unictype/category-or
 unictype/category-test
+unictype/category-L
+unictype/category-Nd
+unictype/category-Lu
+unictype/category-N
 
 configure.ac:
 
index d9c2127..414797a 100644 (file)
@@ -3,6 +3,8 @@ tests/unictype/test-categ_name.c
 
 Depends-on:
 unictype/category-or
+unictype/category-Z
+unictype/category-Nl
 
 configure.ac:
 
index d58947a..6b83492 100644 (file)
@@ -7,6 +7,7 @@ lib/unictype/categ_of.h
 
 Depends-on:
 unictype/base
+unictype/category-none
 inline
 
 configure.ac:
index 7016353..b3a5f63 100644 (file)
@@ -3,6 +3,8 @@ tests/unictype/test-categ_or.c
 
 Depends-on:
 unictype/category-test
+unictype/category-L
+unictype/category-N
 
 configure.ac: