unictype/bidi*: Rename modules.
authorBruno Haible <bruno@clisp.org>
Sat, 26 Mar 2011 10:51:52 +0000 (11:51 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 26 Mar 2011 10:58:07 +0000 (11:58 +0100)
* modules/unictype/bidiclass-all: Renamed from
modules/unictype/bidicategory-all.
* modules/unictype/bidiclass-name: Renamed from
modules/unictype/bidiclass-name.
(Description): Update.
* modules/unictype/bidiclass-name-tests: Renamed from
modules/unictype/bidicategory-name-tests.
* modules/unictype/bidiclass-byname: Renamed from
modules/unictype/bidicategory-byname.
(Description): Update.
* modules/unictype/bidiclass-byname-tests: Renamed from
modules/unictype/bidicategory-byname-tests.
* modules/unictype/bidiclass-of: Renamed from
modules/unictype/bidicategory-of.
(Description): Update.
* modules/unictype/bidiclass-of-tests: Renamed from
modules/unictype/bidicategory-of-tests.
* modules/unictype/bidiclass-test: Renamed from
modules/unictype/bidicategory-test.
(Description): Update.
* modules/unictype/bidiclass-test-tests: Renamed from
modules/unictype/bidicategory-test-tests.
* modules/unictype/bidicategory-all: New file, a simple redirection.
* modules/unictype/bidicategory-name: Likewise.
* modules/unictype/bidicategory-byname: Likewise.
* modules/unictype/bidicategory-of: Likewise.
* modules/unictype/bidicategory-test: Likewise.
* modules/unictype/property-bidi-* (Dependencies): Update.
* lib/unictype/bidi_*.c: Update comment.

40 files changed:
ChangeLog
lib/unictype/bidi_byname.c
lib/unictype/bidi_name.c
lib/unictype/bidi_of.c
lib/unictype/bidi_test.c
modules/unictype/bidicategory-all
modules/unictype/bidicategory-byname
modules/unictype/bidicategory-byname-tests [deleted file]
modules/unictype/bidicategory-name
modules/unictype/bidicategory-name-tests [deleted file]
modules/unictype/bidicategory-of
modules/unictype/bidicategory-of-tests [deleted file]
modules/unictype/bidicategory-test
modules/unictype/bidicategory-test-tests [deleted file]
modules/unictype/bidiclass-all [new file with mode: 0644]
modules/unictype/bidiclass-byname [new file with mode: 0644]
modules/unictype/bidiclass-byname-tests [new file with mode: 0644]
modules/unictype/bidiclass-name [new file with mode: 0644]
modules/unictype/bidiclass-name-tests [new file with mode: 0644]
modules/unictype/bidiclass-of [new file with mode: 0644]
modules/unictype/bidiclass-of-tests [new file with mode: 0644]
modules/unictype/bidiclass-test [new file with mode: 0644]
modules/unictype/bidiclass-test-tests [new file with mode: 0644]
modules/unictype/property-bidi-arabic-digit
modules/unictype/property-bidi-arabic-right-to-left
modules/unictype/property-bidi-block-separator
modules/unictype/property-bidi-boundary-neutral
modules/unictype/property-bidi-common-separator
modules/unictype/property-bidi-control
modules/unictype/property-bidi-embedding-or-override
modules/unictype/property-bidi-eur-num-separator
modules/unictype/property-bidi-eur-num-terminator
modules/unictype/property-bidi-european-digit
modules/unictype/property-bidi-hebrew-right-to-left
modules/unictype/property-bidi-left-to-right
modules/unictype/property-bidi-non-spacing-mark
modules/unictype/property-bidi-other-neutral
modules/unictype/property-bidi-pdf
modules/unictype/property-bidi-segment-separator
modules/unictype/property-bidi-whitespace

index ecd5adc54b33e8a4775e170dcdc28043a4a74943..929ec8324ebac35da16e09d169da9848462dff64 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+2011-03-26  Bruno Haible  <bruno@clisp.org>
+
+       unictype/bidi*: Rename modules.
+       * modules/unictype/bidiclass-all: Renamed from
+       modules/unictype/bidicategory-all.
+       * modules/unictype/bidiclass-name: Renamed from
+       modules/unictype/bidiclass-name.
+       (Description): Update.
+       * modules/unictype/bidiclass-name-tests: Renamed from
+       modules/unictype/bidicategory-name-tests.
+       * modules/unictype/bidiclass-byname: Renamed from
+       modules/unictype/bidicategory-byname.
+       (Description): Update.
+       * modules/unictype/bidiclass-byname-tests: Renamed from
+       modules/unictype/bidicategory-byname-tests.
+       * modules/unictype/bidiclass-of: Renamed from
+       modules/unictype/bidicategory-of.
+       (Description): Update.
+       * modules/unictype/bidiclass-of-tests: Renamed from
+       modules/unictype/bidicategory-of-tests.
+       * modules/unictype/bidiclass-test: Renamed from
+       modules/unictype/bidicategory-test.
+       (Description): Update.
+       * modules/unictype/bidiclass-test-tests: Renamed from
+       modules/unictype/bidicategory-test-tests.
+       * modules/unictype/bidicategory-all: New file, a simple redirection.
+       * modules/unictype/bidicategory-name: Likewise.
+       * modules/unictype/bidicategory-byname: Likewise.
+       * modules/unictype/bidicategory-of: Likewise.
+       * modules/unictype/bidicategory-test: Likewise.
+       * modules/unictype/property-bidi-* (Dependencies): Update.
+       * lib/unictype/bidi_*.c: Update comment.
+
 2011-03-26  Bruno Haible  <bruno@clisp.org>
 
        unictype/bidi*: Rename functions, part 2.
 2011-03-26  Bruno Haible  <bruno@clisp.org>
 
        unictype/bidi*: Rename functions, part 2.
index d150f4dde6716f12172096a406ecb3a6d5b90ede..2aa31a9b835b9f2aa559e882a4e086df4c2cc529 100644 (file)
@@ -1,4 +1,4 @@
-/* Bidi categories of Unicode characters.
+/* Bidi classes of Unicode characters.
    Copyright (C) 2002, 2006, 2011 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2002.
 
    Copyright (C) 2002, 2006, 2011 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2002.
 
index eb9b265b0b759a3f8b29a3a27f81365839dbf8be..eca74f6b0fb702d4d90d85d3196be6b0e4eeb7d7 100644 (file)
@@ -1,4 +1,4 @@
-/* Bidi categories of Unicode characters.
+/* Bidi classes of Unicode characters.
    Copyright (C) 2002, 2006, 2011 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2002.
 
    Copyright (C) 2002, 2006, 2011 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2002.
 
index 5629e2f99ffc72037b756176c6bd9c8ae56f5a89..5c735fd5d6b6fedeca4f90657b032954cd74f45a 100644 (file)
@@ -1,4 +1,4 @@
-/* Bidi categories of Unicode characters.
+/* Bidi classes of Unicode characters.
    Copyright (C) 2002, 2006, 2011 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2002.
 
    Copyright (C) 2002, 2006, 2011 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2002.
 
index 59de2fa0e9530a70a74a5ff28c97818d67dca687..ffe93a615dc51a6333539c941b76f0c2ab91257a 100644 (file)
@@ -1,4 +1,4 @@
-/* Bidi categories of Unicode characters.
+/* Bidi classes of Unicode characters.
    Copyright (C) 2002, 2006, 2011 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2002.
 
    Copyright (C) 2002, 2006, 2011 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2002.
 
index 9e7aaa755687da1ecf0b3d0a7d8245bdd3bf3a26..480f74e97f74a377d219cec7f31ea892e0d38a93 100644 (file)
@@ -1,14 +1,16 @@
 Description:
 Description:
-Complete API for Unicode character bidi categories.
+Unicode character bidi category functions.
+
+Status:
+obsolete
+
+Notice:
+This module is obsolete. Use the module 'unictype/bidiclass-all' instead.
 
 Files:
 
 Depends-on:
 
 Files:
 
 Depends-on:
-unictype/base
-unictype/bidicategory-byname
-unictype/bidicategory-name
-unictype/bidicategory-of
-unictype/bidicategory-test
+unictype/bidiclass-all
 
 configure.ac:
 
 
 configure.ac:
 
@@ -22,4 +24,3 @@ LGPL
 
 Maintainer:
 Bruno Haible
 
 Maintainer:
 Bruno Haible
-
index a9f0cd8cf128acf0b0b7d1cfd82b431b38a6d370..0bff75d0fc481d5d64419667d63cd0147b21c750 100644 (file)
@@ -1,19 +1,20 @@
 Description:
 Find a Unicode character bidi category, given its name.
 
 Description:
 Find a Unicode character bidi category, given its name.
 
+Status:
+obsolete
+
+Notice:
+This module is obsolete. Use the module 'unictype/bidiclass-byname' instead.
+
 Files:
 Files:
-lib/unictype/bidi_byname.c
 
 Depends-on:
 
 Depends-on:
-unictype/base
+unictype/bidiclass-byname
 
 configure.ac:
 
 configure.ac:
-gl_LIBUNISTRING_MODULE([0.9.4], [unictype/bidicategory-byname])
 
 Makefile.am:
 
 Makefile.am:
-if LIBUNISTRING_COMPILE_UNICTYPE_BIDICATEGORY_BYNAME
-lib_SOURCES += unictype/bidi_byname.c
-endif
 
 Include:
 "unictype.h"
 
 Include:
 "unictype.h"
@@ -23,4 +24,3 @@ LGPL
 
 Maintainer:
 Bruno Haible
 
 Maintainer:
 Bruno Haible
-
diff --git a/modules/unictype/bidicategory-byname-tests b/modules/unictype/bidicategory-byname-tests
deleted file mode 100644 (file)
index dd0f536..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Files:
-tests/unictype/test-bidi_byname.c
-tests/macros.h
-
-Depends-on:
-
-configure.ac:
-
-Makefile.am:
-TESTS += test-bidi_byname
-check_PROGRAMS += test-bidi_byname
-test_bidi_byname_SOURCES = unictype/test-bidi_byname.c
-test_bidi_byname_LDADD = $(LDADD) $(LIBUNISTRING)
index 76a92a6568ac46d4189e16e9c6697382a041ec28..2f90ca77945199d0bca28190916d7e23f1b09523 100644 (file)
@@ -1,19 +1,20 @@
 Description:
 Name of Unicode character bidi category.
 
 Description:
 Name of Unicode character bidi category.
 
+Status:
+obsolete
+
+Notice:
+This module is obsolete. Use the module 'unictype/bidiclass-name' instead.
+
 Files:
 Files:
-lib/unictype/bidi_name.c
 
 Depends-on:
 
 Depends-on:
-unictype/base
+unictype/bidiclass-name
 
 configure.ac:
 
 configure.ac:
-gl_LIBUNISTRING_MODULE([0.9.4], [unictype/bidicategory-name])
 
 Makefile.am:
 
 Makefile.am:
-if LIBUNISTRING_COMPILE_UNICTYPE_BIDICATEGORY_NAME
-lib_SOURCES += unictype/bidi_name.c
-endif
 
 Include:
 "unictype.h"
 
 Include:
 "unictype.h"
@@ -23,4 +24,3 @@ LGPL
 
 Maintainer:
 Bruno Haible
 
 Maintainer:
 Bruno Haible
-
diff --git a/modules/unictype/bidicategory-name-tests b/modules/unictype/bidicategory-name-tests
deleted file mode 100644 (file)
index 7f19888..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Files:
-tests/unictype/test-bidi_name.c
-tests/macros.h
-
-Depends-on:
-
-configure.ac:
-
-Makefile.am:
-TESTS += test-bidi_name
-check_PROGRAMS += test-bidi_name
-test_bidi_name_SOURCES = unictype/test-bidi_name.c
-test_bidi_name_LDADD = $(LDADD) $(LIBUNISTRING)
index 98c0d5a49d14f71d64037bd3152a95b70588432f..f1d2b4891a64e73880269c73829d884147389cb8 100644 (file)
@@ -1,20 +1,20 @@
 Description:
 Determine bidi category of a Unicode character.
 
 Description:
 Determine bidi category of a Unicode character.
 
+Status:
+obsolete
+
+Notice:
+This module is obsolete. Use the module 'unictype/bidiclass-of' instead.
+
 Files:
 Files:
-lib/unictype/bidi_of.c
-lib/unictype/bidi_of.h
 
 Depends-on:
 
 Depends-on:
-unictype/base
+unictype/bidiclass-of
 
 configure.ac:
 
 configure.ac:
-gl_LIBUNISTRING_MODULE([0.9.4], [unictype/bidicategory-of])
 
 Makefile.am:
 
 Makefile.am:
-if LIBUNISTRING_COMPILE_UNICTYPE_BIDICATEGORY_OF
-lib_SOURCES += unictype/bidi_of.c
-endif
 
 Include:
 "unictype.h"
 
 Include:
 "unictype.h"
@@ -24,4 +24,3 @@ LGPL
 
 Maintainer:
 Bruno Haible
 
 Maintainer:
 Bruno Haible
-
diff --git a/modules/unictype/bidicategory-of-tests b/modules/unictype/bidicategory-of-tests
deleted file mode 100644 (file)
index 2fbb2b4..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Files:
-tests/unictype/test-bidi_of.c
-tests/macros.h
-
-Depends-on:
-
-configure.ac:
-
-Makefile.am:
-TESTS += test-bidi_of
-check_PROGRAMS += test-bidi_of
-test_bidi_of_SOURCES = unictype/test-bidi_of.c
-test_bidi_of_LDADD = $(LDADD) $(LIBUNISTRING)
index 9b0ab9301b41e48c6412d9b2eb45a51bc1936796..ee8c94b6b2b828c8e20384112ed24ad081f99ff6 100644 (file)
@@ -1,20 +1,20 @@
 Description:
 Test whether a Unicode character belongs to a given bidi category.
 
 Description:
 Test whether a Unicode character belongs to a given bidi category.
 
+Status:
+obsolete
+
+Notice:
+This module is obsolete. Use the module 'unictype/bidiclass-test' instead.
+
 Files:
 Files:
-lib/unictype/bidi_test.c
 
 Depends-on:
 
 Depends-on:
-unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-test
 
 configure.ac:
 
 configure.ac:
-gl_LIBUNISTRING_MODULE([0.9.4], [unictype/bidicategory-test])
 
 Makefile.am:
 
 Makefile.am:
-if LIBUNISTRING_COMPILE_UNICTYPE_BIDICATEGORY_TEST
-lib_SOURCES += unictype/bidi_test.c
-endif
 
 Include:
 "unictype.h"
 
 Include:
 "unictype.h"
@@ -24,4 +24,3 @@ LGPL
 
 Maintainer:
 Bruno Haible
 
 Maintainer:
 Bruno Haible
-
diff --git a/modules/unictype/bidicategory-test-tests b/modules/unictype/bidicategory-test-tests
deleted file mode 100644 (file)
index c22db70..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-Files:
-tests/unictype/test-bidi_test.c
-tests/macros.h
-
-Depends-on:
-unictype/bidicategory-of
-
-configure.ac:
-
-Makefile.am:
-TESTS += test-bidi_test
-check_PROGRAMS += test-bidi_test
-test_bidi_test_SOURCES = unictype/test-bidi_test.c
-test_bidi_test_LDADD = $(LDADD) $(LIBUNISTRING)
diff --git a/modules/unictype/bidiclass-all b/modules/unictype/bidiclass-all
new file mode 100644 (file)
index 0000000..d75e406
--- /dev/null
@@ -0,0 +1,24 @@
+Description:
+Complete API for Unicode character bidi categories.
+
+Files:
+
+Depends-on:
+unictype/base
+unictype/bidiclass-byname
+unictype/bidiclass-name
+unictype/bidiclass-of
+unictype/bidiclass-test
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+"unictype.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
diff --git a/modules/unictype/bidiclass-byname b/modules/unictype/bidiclass-byname
new file mode 100644 (file)
index 0000000..24360e5
--- /dev/null
@@ -0,0 +1,25 @@
+Description:
+Find a Unicode character bidi class, given its name.
+
+Files:
+lib/unictype/bidi_byname.c
+
+Depends-on:
+unictype/base
+
+configure.ac:
+gl_LIBUNISTRING_MODULE([0.9.4], [unictype/bidiclass-byname])
+
+Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_BIDICATEGORY_BYNAME
+lib_SOURCES += unictype/bidi_byname.c
+endif
+
+Include:
+"unictype.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
diff --git a/modules/unictype/bidiclass-byname-tests b/modules/unictype/bidiclass-byname-tests
new file mode 100644 (file)
index 0000000..dd0f536
--- /dev/null
@@ -0,0 +1,13 @@
+Files:
+tests/unictype/test-bidi_byname.c
+tests/macros.h
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-bidi_byname
+check_PROGRAMS += test-bidi_byname
+test_bidi_byname_SOURCES = unictype/test-bidi_byname.c
+test_bidi_byname_LDADD = $(LDADD) $(LIBUNISTRING)
diff --git a/modules/unictype/bidiclass-name b/modules/unictype/bidiclass-name
new file mode 100644 (file)
index 0000000..bc81650
--- /dev/null
@@ -0,0 +1,25 @@
+Description:
+Name of Unicode character bidi class.
+
+Files:
+lib/unictype/bidi_name.c
+
+Depends-on:
+unictype/base
+
+configure.ac:
+gl_LIBUNISTRING_MODULE([0.9.4], [unictype/bidiclass-name])
+
+Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_BIDICATEGORY_NAME
+lib_SOURCES += unictype/bidi_name.c
+endif
+
+Include:
+"unictype.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
diff --git a/modules/unictype/bidiclass-name-tests b/modules/unictype/bidiclass-name-tests
new file mode 100644 (file)
index 0000000..7f19888
--- /dev/null
@@ -0,0 +1,13 @@
+Files:
+tests/unictype/test-bidi_name.c
+tests/macros.h
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-bidi_name
+check_PROGRAMS += test-bidi_name
+test_bidi_name_SOURCES = unictype/test-bidi_name.c
+test_bidi_name_LDADD = $(LDADD) $(LIBUNISTRING)
diff --git a/modules/unictype/bidiclass-of b/modules/unictype/bidiclass-of
new file mode 100644 (file)
index 0000000..1c6cd59
--- /dev/null
@@ -0,0 +1,26 @@
+Description:
+Determine bidi class of a Unicode character.
+
+Files:
+lib/unictype/bidi_of.c
+lib/unictype/bidi_of.h
+
+Depends-on:
+unictype/base
+
+configure.ac:
+gl_LIBUNISTRING_MODULE([0.9.4], [unictype/bidiclass-of])
+
+Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_BIDICATEGORY_OF
+lib_SOURCES += unictype/bidi_of.c
+endif
+
+Include:
+"unictype.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
diff --git a/modules/unictype/bidiclass-of-tests b/modules/unictype/bidiclass-of-tests
new file mode 100644 (file)
index 0000000..2fbb2b4
--- /dev/null
@@ -0,0 +1,13 @@
+Files:
+tests/unictype/test-bidi_of.c
+tests/macros.h
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-bidi_of
+check_PROGRAMS += test-bidi_of
+test_bidi_of_SOURCES = unictype/test-bidi_of.c
+test_bidi_of_LDADD = $(LDADD) $(LIBUNISTRING)
diff --git a/modules/unictype/bidiclass-test b/modules/unictype/bidiclass-test
new file mode 100644 (file)
index 0000000..9a49640
--- /dev/null
@@ -0,0 +1,26 @@
+Description:
+Test whether a Unicode character belongs to a given bidi class.
+
+Files:
+lib/unictype/bidi_test.c
+
+Depends-on:
+unictype/base
+unictype/bidiclass-of
+
+configure.ac:
+gl_LIBUNISTRING_MODULE([0.9.4], [unictype/bidiclass-test])
+
+Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_BIDICATEGORY_TEST
+lib_SOURCES += unictype/bidi_test.c
+endif
+
+Include:
+"unictype.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
diff --git a/modules/unictype/bidiclass-test-tests b/modules/unictype/bidiclass-test-tests
new file mode 100644 (file)
index 0000000..dc73cb2
--- /dev/null
@@ -0,0 +1,14 @@
+Files:
+tests/unictype/test-bidi_test.c
+tests/macros.h
+
+Depends-on:
+unictype/bidiclass-of
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-bidi_test
+check_PROGRAMS += test-bidi_test
+test_bidi_test_SOURCES = unictype/test-bidi_test.c
+test_bidi_test_LDADD = $(LDADD) $(LIBUNISTRING)
index 02ec7734ce7f25cd3f33e58ec28f6869ca1d57b9..3eaa4eb62cb666b6ba43fef66dac861b1b3b0b67 100644 (file)
@@ -8,7 +8,7 @@ lib/unictype/bitmap.h
 
 Depends-on:
 unictype/base
 
 Depends-on:
 unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
index f2980b54e72cbfa1ae7a4e86c4e368e9ed880e2e..ef82b1fea3001658fb8dade268f776bb7a167483 100644 (file)
@@ -8,7 +8,7 @@ lib/unictype/bitmap.h
 
 Depends-on:
 unictype/base
 
 Depends-on:
 unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
index 6d38c64d937a0ee3942fd1a890ff532d5784a9fe..979dc812c70fe2301651a57cbf6a8f12ae1f04f6 100644 (file)
@@ -8,7 +8,7 @@ lib/unictype/bitmap.h
 
 Depends-on:
 unictype/base
 
 Depends-on:
 unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
index 0d919628043daa492fa1be80670d7346158e8e27..71817dc0eb39cc592a2da217e6658b349c98687e 100644 (file)
@@ -8,7 +8,7 @@ lib/unictype/bitmap.h
 
 Depends-on:
 unictype/base
 
 Depends-on:
 unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
index 70d941549ae6838748277f6c70777395a3f0926a..1ff104b1059e4663abb06c4935812aad692642b4 100644 (file)
@@ -8,7 +8,7 @@ lib/unictype/bitmap.h
 
 Depends-on:
 unictype/base
 
 Depends-on:
 unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
index 588790447a74039091f9586fa868b9ca919a9370..ee04616862f6713584eef7c51955260d11b4eff6 100644 (file)
@@ -8,7 +8,7 @@ lib/unictype/bitmap.h
 
 Depends-on:
 unictype/base
 
 Depends-on:
 unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
index ccfad53c62ce5e82f76bb7c4b9d7cb9aebe9a0c3..4605ecd77d2762949820ded2777fd9d375c1e241 100644 (file)
@@ -8,7 +8,7 @@ lib/unictype/bitmap.h
 
 Depends-on:
 unictype/base
 
 Depends-on:
 unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
index 7f26262a2b521e26e1c94db7fe868831710f0850..442ac7160baa725fe277b53179238aa91793a7d2 100644 (file)
@@ -8,7 +8,7 @@ lib/unictype/bitmap.h
 
 Depends-on:
 unictype/base
 
 Depends-on:
 unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
index 647a405d29786e920d554295f2ef395f1e622311..fd2f4fb1fceff478c8acfb6309d1f02b3af19508 100644 (file)
@@ -8,7 +8,7 @@ lib/unictype/bitmap.h
 
 Depends-on:
 unictype/base
 
 Depends-on:
 unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
index 4be10cc6536e7ba673dbff40fb26153ccf1eed03..eeb618a20eb5f4d78d629d48d26f0b7d1f741ec7 100644 (file)
@@ -8,7 +8,7 @@ lib/unictype/bitmap.h
 
 Depends-on:
 unictype/base
 
 Depends-on:
 unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
index f34119bb3f7c8c0e3f39fb802010714eaa6f29ca..566abd5d06a6389aa1d3892ac2b07b9fcc982c6b 100644 (file)
@@ -8,7 +8,7 @@ lib/unictype/bitmap.h
 
 Depends-on:
 unictype/base
 
 Depends-on:
 unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
index 37a1b776658796b0102ce4029b1b12c68a608f45..26719019ce849892ae062057522bd4f33e3d6835 100644 (file)
@@ -8,7 +8,7 @@ lib/unictype/bitmap.h
 
 Depends-on:
 unictype/base
 
 Depends-on:
 unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
index fab7b26b17f0a7badf5f768720b01546547298bf..aad1fd5a263c138027e095a12107aba6fc20c059 100644 (file)
@@ -8,7 +8,7 @@ lib/unictype/bitmap.h
 
 Depends-on:
 unictype/base
 
 Depends-on:
 unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
index 639add0bfa35e9cd206774eccfd99cfbdf333e8b..81bb3e71c48b7717b8cfbea589238f80b4df4025 100644 (file)
@@ -8,7 +8,7 @@ lib/unictype/bitmap.h
 
 Depends-on:
 unictype/base
 
 Depends-on:
 unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
index 158523f684662560cbaa804e091b4bb241dbe7e4..bd0f3c06a8d0d0d1e9838a250b9c140557be0f52 100644 (file)
@@ -8,7 +8,7 @@ lib/unictype/bitmap.h
 
 Depends-on:
 unictype/base
 
 Depends-on:
 unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
index 511c30c969940025126993fbdb56404bd5c573fa..7f959e42a252d49a1d464a5e76f351f770db81b4 100644 (file)
@@ -8,7 +8,7 @@ lib/unictype/bitmap.h
 
 Depends-on:
 unictype/base
 
 Depends-on:
 unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
index 910acc3fa634372104faeabc02b1d4cf7c562247..e21b33bc1b5378e66da9c309e995e5578a7ff824 100644 (file)
@@ -8,7 +8,7 @@ lib/unictype/bitmap.h
 
 Depends-on:
 unictype/base
 
 Depends-on:
 unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])