From 369c64d3333867399319b4f61190cd85c1bd77e6 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 9 Jan 2008 01:17:12 +0100 Subject: [PATCH] Add missing module dependencies. --- ChangeLog | 13 +++++++++++++ modules/unictype/category-and-not-tests | 4 ++++ modules/unictype/category-and-tests | 4 ++++ modules/unictype/category-name-tests | 2 ++ modules/unictype/category-of | 1 + modules/unictype/category-or-tests | 2 ++ 6 files changed, 26 insertions(+) diff --git a/ChangeLog b/ChangeLog index e9e5c84f60..9cdc7790e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2008-01-08 Bruno Haible + + * 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 * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling diff --git a/modules/unictype/category-and-not-tests b/modules/unictype/category-and-not-tests index 19561acfae..41145a6eea 100644 --- a/modules/unictype/category-and-not-tests +++ b/modules/unictype/category-and-not-tests @@ -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: diff --git a/modules/unictype/category-and-tests b/modules/unictype/category-and-tests index fe5740ece8..2bcdf725e3 100644 --- a/modules/unictype/category-and-tests +++ b/modules/unictype/category-and-tests @@ -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: diff --git a/modules/unictype/category-name-tests b/modules/unictype/category-name-tests index d9c212742b..414797a178 100644 --- a/modules/unictype/category-name-tests +++ b/modules/unictype/category-name-tests @@ -3,6 +3,8 @@ tests/unictype/test-categ_name.c Depends-on: unictype/category-or +unictype/category-Z +unictype/category-Nl configure.ac: diff --git a/modules/unictype/category-of b/modules/unictype/category-of index d58947aac7..6b8349269c 100644 --- a/modules/unictype/category-of +++ b/modules/unictype/category-of @@ -7,6 +7,7 @@ lib/unictype/categ_of.h Depends-on: unictype/base +unictype/category-none inline configure.ac: diff --git a/modules/unictype/category-or-tests b/modules/unictype/category-or-tests index 701635374b..b3a5f638ce 100644 --- a/modules/unictype/category-or-tests +++ b/modules/unictype/category-or-tests @@ -3,6 +3,8 @@ tests/unictype/test-categ_or.c Depends-on: unictype/category-test +unictype/category-L +unictype/category-N configure.ac: -- 2.30.2