From 8e7198f286a324763fd1f0580d843e2d91fb90b7 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 26 Mar 2011 11:51:52 +0100 Subject: 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. --- ChangeLog | 33 ++++++++++++++++++++++ lib/unictype/bidi_byname.c | 2 +- lib/unictype/bidi_name.c | 2 +- lib/unictype/bidi_of.c | 2 +- lib/unictype/bidi_test.c | 2 +- modules/unictype/bidicategory-all | 15 +++++----- modules/unictype/bidicategory-byname | 14 ++++----- modules/unictype/bidicategory-byname-tests | 13 --------- modules/unictype/bidicategory-name | 14 ++++----- modules/unictype/bidicategory-name-tests | 13 --------- modules/unictype/bidicategory-of | 15 +++++----- modules/unictype/bidicategory-of-tests | 13 --------- modules/unictype/bidicategory-test | 15 +++++----- modules/unictype/bidicategory-test-tests | 14 --------- modules/unictype/bidiclass-all | 24 ++++++++++++++++ modules/unictype/bidiclass-byname | 25 ++++++++++++++++ modules/unictype/bidiclass-byname-tests | 13 +++++++++ modules/unictype/bidiclass-name | 25 ++++++++++++++++ modules/unictype/bidiclass-name-tests | 13 +++++++++ modules/unictype/bidiclass-of | 26 +++++++++++++++++ modules/unictype/bidiclass-of-tests | 13 +++++++++ modules/unictype/bidiclass-test | 26 +++++++++++++++++ modules/unictype/bidiclass-test-tests | 14 +++++++++ modules/unictype/property-bidi-arabic-digit | 2 +- .../unictype/property-bidi-arabic-right-to-left | 2 +- modules/unictype/property-bidi-block-separator | 2 +- modules/unictype/property-bidi-boundary-neutral | 2 +- modules/unictype/property-bidi-common-separator | 2 +- modules/unictype/property-bidi-control | 2 +- .../unictype/property-bidi-embedding-or-override | 2 +- modules/unictype/property-bidi-eur-num-separator | 2 +- modules/unictype/property-bidi-eur-num-terminator | 2 +- modules/unictype/property-bidi-european-digit | 2 +- .../unictype/property-bidi-hebrew-right-to-left | 2 +- modules/unictype/property-bidi-left-to-right | 2 +- modules/unictype/property-bidi-non-spacing-mark | 2 +- modules/unictype/property-bidi-other-neutral | 2 +- modules/unictype/property-bidi-pdf | 2 +- modules/unictype/property-bidi-segment-separator | 2 +- modules/unictype/property-bidi-whitespace | 2 +- 40 files changed, 269 insertions(+), 111 deletions(-) delete mode 100644 modules/unictype/bidicategory-byname-tests delete mode 100644 modules/unictype/bidicategory-name-tests delete mode 100644 modules/unictype/bidicategory-of-tests delete mode 100644 modules/unictype/bidicategory-test-tests create mode 100644 modules/unictype/bidiclass-all create mode 100644 modules/unictype/bidiclass-byname create mode 100644 modules/unictype/bidiclass-byname-tests create mode 100644 modules/unictype/bidiclass-name create mode 100644 modules/unictype/bidiclass-name-tests create mode 100644 modules/unictype/bidiclass-of create mode 100644 modules/unictype/bidiclass-of-tests create mode 100644 modules/unictype/bidiclass-test create mode 100644 modules/unictype/bidiclass-test-tests diff --git a/ChangeLog b/ChangeLog index ecd5adc54b..929ec8324e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,36 @@ +2011-03-26 Bruno Haible + + 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 unictype/bidi*: Rename functions, part 2. diff --git a/lib/unictype/bidi_byname.c b/lib/unictype/bidi_byname.c index d150f4dde6..2aa31a9b83 100644 --- a/lib/unictype/bidi_byname.c +++ b/lib/unictype/bidi_byname.c @@ -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 , 2002. diff --git a/lib/unictype/bidi_name.c b/lib/unictype/bidi_name.c index eb9b265b0b..eca74f6b0f 100644 --- a/lib/unictype/bidi_name.c +++ b/lib/unictype/bidi_name.c @@ -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 , 2002. diff --git a/lib/unictype/bidi_of.c b/lib/unictype/bidi_of.c index 5629e2f99f..5c735fd5d6 100644 --- a/lib/unictype/bidi_of.c +++ b/lib/unictype/bidi_of.c @@ -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 , 2002. diff --git a/lib/unictype/bidi_test.c b/lib/unictype/bidi_test.c index 59de2fa0e9..ffe93a615d 100644 --- a/lib/unictype/bidi_test.c +++ b/lib/unictype/bidi_test.c @@ -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 , 2002. diff --git a/modules/unictype/bidicategory-all b/modules/unictype/bidicategory-all index 9e7aaa7556..480f74e97f 100644 --- a/modules/unictype/bidicategory-all +++ b/modules/unictype/bidicategory-all @@ -1,14 +1,16 @@ 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: -unictype/base -unictype/bidicategory-byname -unictype/bidicategory-name -unictype/bidicategory-of -unictype/bidicategory-test +unictype/bidiclass-all configure.ac: @@ -22,4 +24,3 @@ LGPL Maintainer: Bruno Haible - diff --git a/modules/unictype/bidicategory-byname b/modules/unictype/bidicategory-byname index a9f0cd8cf1..0bff75d0fc 100644 --- a/modules/unictype/bidicategory-byname +++ b/modules/unictype/bidicategory-byname @@ -1,19 +1,20 @@ 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: -lib/unictype/bidi_byname.c Depends-on: -unictype/base +unictype/bidiclass-byname configure.ac: -gl_LIBUNISTRING_MODULE([0.9.4], [unictype/bidicategory-byname]) Makefile.am: -if LIBUNISTRING_COMPILE_UNICTYPE_BIDICATEGORY_BYNAME -lib_SOURCES += unictype/bidi_byname.c -endif Include: "unictype.h" @@ -23,4 +24,3 @@ LGPL Maintainer: Bruno Haible - diff --git a/modules/unictype/bidicategory-byname-tests b/modules/unictype/bidicategory-byname-tests deleted file mode 100644 index dd0f536258..0000000000 --- a/modules/unictype/bidicategory-byname-tests +++ /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) diff --git a/modules/unictype/bidicategory-name b/modules/unictype/bidicategory-name index 76a92a6568..2f90ca7794 100644 --- a/modules/unictype/bidicategory-name +++ b/modules/unictype/bidicategory-name @@ -1,19 +1,20 @@ Description: Name of Unicode character bidi category. +Status: +obsolete + +Notice: +This module is obsolete. Use the module 'unictype/bidiclass-name' instead. + Files: -lib/unictype/bidi_name.c Depends-on: -unictype/base +unictype/bidiclass-name configure.ac: -gl_LIBUNISTRING_MODULE([0.9.4], [unictype/bidicategory-name]) Makefile.am: -if LIBUNISTRING_COMPILE_UNICTYPE_BIDICATEGORY_NAME -lib_SOURCES += unictype/bidi_name.c -endif Include: "unictype.h" @@ -23,4 +24,3 @@ LGPL Maintainer: Bruno Haible - diff --git a/modules/unictype/bidicategory-name-tests b/modules/unictype/bidicategory-name-tests deleted file mode 100644 index 7f19888b6a..0000000000 --- a/modules/unictype/bidicategory-name-tests +++ /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) diff --git a/modules/unictype/bidicategory-of b/modules/unictype/bidicategory-of index 98c0d5a49d..f1d2b4891a 100644 --- a/modules/unictype/bidicategory-of +++ b/modules/unictype/bidicategory-of @@ -1,20 +1,20 @@ Description: Determine bidi category of a Unicode character. +Status: +obsolete + +Notice: +This module is obsolete. Use the module 'unictype/bidiclass-of' instead. + Files: -lib/unictype/bidi_of.c -lib/unictype/bidi_of.h Depends-on: -unictype/base +unictype/bidiclass-of configure.ac: -gl_LIBUNISTRING_MODULE([0.9.4], [unictype/bidicategory-of]) Makefile.am: -if LIBUNISTRING_COMPILE_UNICTYPE_BIDICATEGORY_OF -lib_SOURCES += unictype/bidi_of.c -endif Include: "unictype.h" @@ -24,4 +24,3 @@ LGPL Maintainer: Bruno Haible - diff --git a/modules/unictype/bidicategory-of-tests b/modules/unictype/bidicategory-of-tests deleted file mode 100644 index 2fbb2b48d8..0000000000 --- a/modules/unictype/bidicategory-of-tests +++ /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) diff --git a/modules/unictype/bidicategory-test b/modules/unictype/bidicategory-test index 9b0ab9301b..ee8c94b6b2 100644 --- a/modules/unictype/bidicategory-test +++ b/modules/unictype/bidicategory-test @@ -1,20 +1,20 @@ 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: -lib/unictype/bidi_test.c Depends-on: -unictype/base -unictype/bidicategory-of +unictype/bidiclass-test configure.ac: -gl_LIBUNISTRING_MODULE([0.9.4], [unictype/bidicategory-test]) Makefile.am: -if LIBUNISTRING_COMPILE_UNICTYPE_BIDICATEGORY_TEST -lib_SOURCES += unictype/bidi_test.c -endif Include: "unictype.h" @@ -24,4 +24,3 @@ LGPL Maintainer: Bruno Haible - diff --git a/modules/unictype/bidicategory-test-tests b/modules/unictype/bidicategory-test-tests deleted file mode 100644 index c22db704d7..0000000000 --- a/modules/unictype/bidicategory-test-tests +++ /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 index 0000000000..d75e40648e --- /dev/null +++ b/modules/unictype/bidiclass-all @@ -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 index 0000000000..24360e5c53 --- /dev/null +++ b/modules/unictype/bidiclass-byname @@ -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 index 0000000000..dd0f536258 --- /dev/null +++ b/modules/unictype/bidiclass-byname-tests @@ -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 index 0000000000..bc81650c30 --- /dev/null +++ b/modules/unictype/bidiclass-name @@ -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 index 0000000000..7f19888b6a --- /dev/null +++ b/modules/unictype/bidiclass-name-tests @@ -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 index 0000000000..1c6cd59348 --- /dev/null +++ b/modules/unictype/bidiclass-of @@ -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 index 0000000000..2fbb2b48d8 --- /dev/null +++ b/modules/unictype/bidiclass-of-tests @@ -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 index 0000000000..9a496400ef --- /dev/null +++ b/modules/unictype/bidiclass-test @@ -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 index 0000000000..dc73cb2a24 --- /dev/null +++ b/modules/unictype/bidiclass-test-tests @@ -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) diff --git a/modules/unictype/property-bidi-arabic-digit b/modules/unictype/property-bidi-arabic-digit index 02ec7734ce..3eaa4eb62c 100644 --- a/modules/unictype/property-bidi-arabic-digit +++ b/modules/unictype/property-bidi-arabic-digit @@ -8,7 +8,7 @@ lib/unictype/bitmap.h Depends-on: unictype/base -unictype/bidicategory-of +unictype/bidiclass-of configure.ac: AC_REQUIRE([AC_C_INLINE]) diff --git a/modules/unictype/property-bidi-arabic-right-to-left b/modules/unictype/property-bidi-arabic-right-to-left index f2980b54e7..ef82b1fea3 100644 --- a/modules/unictype/property-bidi-arabic-right-to-left +++ b/modules/unictype/property-bidi-arabic-right-to-left @@ -8,7 +8,7 @@ lib/unictype/bitmap.h Depends-on: unictype/base -unictype/bidicategory-of +unictype/bidiclass-of configure.ac: AC_REQUIRE([AC_C_INLINE]) diff --git a/modules/unictype/property-bidi-block-separator b/modules/unictype/property-bidi-block-separator index 6d38c64d93..979dc812c7 100644 --- a/modules/unictype/property-bidi-block-separator +++ b/modules/unictype/property-bidi-block-separator @@ -8,7 +8,7 @@ lib/unictype/bitmap.h Depends-on: unictype/base -unictype/bidicategory-of +unictype/bidiclass-of configure.ac: AC_REQUIRE([AC_C_INLINE]) diff --git a/modules/unictype/property-bidi-boundary-neutral b/modules/unictype/property-bidi-boundary-neutral index 0d91962804..71817dc0eb 100644 --- a/modules/unictype/property-bidi-boundary-neutral +++ b/modules/unictype/property-bidi-boundary-neutral @@ -8,7 +8,7 @@ lib/unictype/bitmap.h Depends-on: unictype/base -unictype/bidicategory-of +unictype/bidiclass-of configure.ac: AC_REQUIRE([AC_C_INLINE]) diff --git a/modules/unictype/property-bidi-common-separator b/modules/unictype/property-bidi-common-separator index 70d941549a..1ff104b105 100644 --- a/modules/unictype/property-bidi-common-separator +++ b/modules/unictype/property-bidi-common-separator @@ -8,7 +8,7 @@ lib/unictype/bitmap.h Depends-on: unictype/base -unictype/bidicategory-of +unictype/bidiclass-of configure.ac: AC_REQUIRE([AC_C_INLINE]) diff --git a/modules/unictype/property-bidi-control b/modules/unictype/property-bidi-control index 588790447a..ee04616862 100644 --- a/modules/unictype/property-bidi-control +++ b/modules/unictype/property-bidi-control @@ -8,7 +8,7 @@ lib/unictype/bitmap.h Depends-on: unictype/base -unictype/bidicategory-of +unictype/bidiclass-of configure.ac: AC_REQUIRE([AC_C_INLINE]) diff --git a/modules/unictype/property-bidi-embedding-or-override b/modules/unictype/property-bidi-embedding-or-override index ccfad53c62..4605ecd77d 100644 --- a/modules/unictype/property-bidi-embedding-or-override +++ b/modules/unictype/property-bidi-embedding-or-override @@ -8,7 +8,7 @@ lib/unictype/bitmap.h Depends-on: unictype/base -unictype/bidicategory-of +unictype/bidiclass-of configure.ac: AC_REQUIRE([AC_C_INLINE]) diff --git a/modules/unictype/property-bidi-eur-num-separator b/modules/unictype/property-bidi-eur-num-separator index 7f26262a2b..442ac7160b 100644 --- a/modules/unictype/property-bidi-eur-num-separator +++ b/modules/unictype/property-bidi-eur-num-separator @@ -8,7 +8,7 @@ lib/unictype/bitmap.h Depends-on: unictype/base -unictype/bidicategory-of +unictype/bidiclass-of configure.ac: AC_REQUIRE([AC_C_INLINE]) diff --git a/modules/unictype/property-bidi-eur-num-terminator b/modules/unictype/property-bidi-eur-num-terminator index 647a405d29..fd2f4fb1fc 100644 --- a/modules/unictype/property-bidi-eur-num-terminator +++ b/modules/unictype/property-bidi-eur-num-terminator @@ -8,7 +8,7 @@ lib/unictype/bitmap.h Depends-on: unictype/base -unictype/bidicategory-of +unictype/bidiclass-of configure.ac: AC_REQUIRE([AC_C_INLINE]) diff --git a/modules/unictype/property-bidi-european-digit b/modules/unictype/property-bidi-european-digit index 4be10cc653..eeb618a20e 100644 --- a/modules/unictype/property-bidi-european-digit +++ b/modules/unictype/property-bidi-european-digit @@ -8,7 +8,7 @@ lib/unictype/bitmap.h Depends-on: unictype/base -unictype/bidicategory-of +unictype/bidiclass-of configure.ac: AC_REQUIRE([AC_C_INLINE]) diff --git a/modules/unictype/property-bidi-hebrew-right-to-left b/modules/unictype/property-bidi-hebrew-right-to-left index f34119bb3f..566abd5d06 100644 --- a/modules/unictype/property-bidi-hebrew-right-to-left +++ b/modules/unictype/property-bidi-hebrew-right-to-left @@ -8,7 +8,7 @@ lib/unictype/bitmap.h Depends-on: unictype/base -unictype/bidicategory-of +unictype/bidiclass-of configure.ac: AC_REQUIRE([AC_C_INLINE]) diff --git a/modules/unictype/property-bidi-left-to-right b/modules/unictype/property-bidi-left-to-right index 37a1b77665..26719019ce 100644 --- a/modules/unictype/property-bidi-left-to-right +++ b/modules/unictype/property-bidi-left-to-right @@ -8,7 +8,7 @@ lib/unictype/bitmap.h Depends-on: unictype/base -unictype/bidicategory-of +unictype/bidiclass-of configure.ac: AC_REQUIRE([AC_C_INLINE]) diff --git a/modules/unictype/property-bidi-non-spacing-mark b/modules/unictype/property-bidi-non-spacing-mark index fab7b26b17..aad1fd5a26 100644 --- a/modules/unictype/property-bidi-non-spacing-mark +++ b/modules/unictype/property-bidi-non-spacing-mark @@ -8,7 +8,7 @@ lib/unictype/bitmap.h Depends-on: unictype/base -unictype/bidicategory-of +unictype/bidiclass-of configure.ac: AC_REQUIRE([AC_C_INLINE]) diff --git a/modules/unictype/property-bidi-other-neutral b/modules/unictype/property-bidi-other-neutral index 639add0bfa..81bb3e71c4 100644 --- a/modules/unictype/property-bidi-other-neutral +++ b/modules/unictype/property-bidi-other-neutral @@ -8,7 +8,7 @@ lib/unictype/bitmap.h Depends-on: unictype/base -unictype/bidicategory-of +unictype/bidiclass-of configure.ac: AC_REQUIRE([AC_C_INLINE]) diff --git a/modules/unictype/property-bidi-pdf b/modules/unictype/property-bidi-pdf index 158523f684..bd0f3c06a8 100644 --- a/modules/unictype/property-bidi-pdf +++ b/modules/unictype/property-bidi-pdf @@ -8,7 +8,7 @@ lib/unictype/bitmap.h Depends-on: unictype/base -unictype/bidicategory-of +unictype/bidiclass-of configure.ac: AC_REQUIRE([AC_C_INLINE]) diff --git a/modules/unictype/property-bidi-segment-separator b/modules/unictype/property-bidi-segment-separator index 511c30c969..7f959e42a2 100644 --- a/modules/unictype/property-bidi-segment-separator +++ b/modules/unictype/property-bidi-segment-separator @@ -8,7 +8,7 @@ lib/unictype/bitmap.h Depends-on: unictype/base -unictype/bidicategory-of +unictype/bidiclass-of configure.ac: AC_REQUIRE([AC_C_INLINE]) diff --git a/modules/unictype/property-bidi-whitespace b/modules/unictype/property-bidi-whitespace index 910acc3fa6..e21b33bc1b 100644 --- a/modules/unictype/property-bidi-whitespace +++ b/modules/unictype/property-bidi-whitespace @@ -8,7 +8,7 @@ lib/unictype/bitmap.h Depends-on: unictype/base -unictype/bidicategory-of +unictype/bidiclass-of configure.ac: AC_REQUIRE([AC_C_INLINE]) -- cgit v1.2.1