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 e9e5c84f6081522d1533a525983eed1995627f40..9cdc7790e04740bc6efa404c6dd2b2b2b55e99da 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+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
index 19561acfae946de622cd94add9e256b58c54d458..41145a6eea9fa3c11d6558bd405cab6011e1273e 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 fe5740ece8a1e83f4adcdf57ee7aa96619555bdb..2bcdf725e368f6658724bb42824e59a074d47b65 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 d9c212742bc14009b72ff34209a05360f4a1a314..414797a17854c83230975d6bec4aedf374aa667b 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 d58947aac7e13792098acf09b45a5a8c8d7555f5..6b8349269c09ea6e76512568f1cc0e772d56c3e4 100644 (file)
@@ -7,6 +7,7 @@ lib/unictype/categ_of.h
 
 Depends-on:
 unictype/base
+unictype/category-none
 inline
 
 configure.ac:
index 701635374b330a37e1e06d514d4f4300a07397fc..b3a5f638cec68ee3418e8905cd09565e3ff06ca4 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: