[FriBidi-commit] fribidi/lib Makefile.am, 1.12,
1.13 fribidi-bidi-types.h, 1.10, 1.11
Behdad Esfahbod
behdad at pdx.freedesktop.org
Tue Jun 15 13:54:03 PDT 2004
- Previous message: [FriBidi-commit] fribidi/gen.tab Makefile.am,1.13,1.14
- Next message: [FriBidi-commit] fribidi/lib fribidi-bidi-types.h, 1.11,
1.12 fribidi-bidi.c, 1.13, 1.14 fribidi-bidi.h, 1.10,
1.11 fribidi-types.h, 1.7, 1.8 fribidi.c, 1.11, 1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/fribidi/fribidi/lib
In directory pdx:/tmp/cvs-serv9797/lib
Modified Files:
Makefile.am fribidi-bidi-types.h
Log Message:
Oh, no need to add tables for general category Cf, it can roughly be obtained
by doing JOINING_TYPE_T - BIDI_TYPE_NSM...
Index: Makefile.am
===================================================================
RCS file: /cvs/fribidi/fribidi/lib/Makefile.am,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Makefile.am 15 Jun 2004 11:52:02 -0000 1.12
+++ Makefile.am 15 Jun 2004 20:54:00 -0000 1.13
@@ -33,7 +33,6 @@
libfribidi_la_SOURCES = \
bidi-type.tab.i \
bidi-types.h \
- cf-bn-nsm.tab.i \
common.h \
debug.h \
env.h \
@@ -56,8 +55,7 @@
fribidi-unicode-version.h \
bidi-type.tab.i \
joining-type.tab.i \
- mirroring.tab.i \
- cf-bn-nsm.tab.i
+ mirroring.tab.i
$(BUILT_SOURCES):
@(cd $(top_builddir)/gen.tab && \
Index: fribidi-bidi-types.h
===================================================================
RCS file: /cvs/fribidi/fribidi/lib/fribidi-bidi-types.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- fribidi-bidi-types.h 15 Jun 2004 11:52:02 -0000 1.10
+++ fribidi-bidi-types.h 15 Jun 2004 20:54:00 -0000 1.11
@@ -385,17 +385,6 @@
FriBidiCharType t /* input bidi type */
) FRIBIDI_GNUC_CONST;
-#define fribidi_is_cf_minus_bn_and_nsm FRIBIDI_NAMESPACE(is_cf_minus_bn_and_nsm)
-/* fribidi_is_cf_minus_bn_and_nsm - is other format control character?
- *
- * This function finds the bidi types of an string of characters. See
- * fribidi_get_bidi_type() for more information about the bidi types returned
- * by this function.
- */
- FRIBIDI_ENTRY fribidi_boolean fribidi_get_bidi_types (
- const FriBidiChar ch /* input character */
-);
-
#include "fribidi-enddecls.h"
#endif /* !_FRIBIDI_BIDI_TYPES_H */
- Previous message: [FriBidi-commit] fribidi/gen.tab Makefile.am,1.13,1.14
- Next message: [FriBidi-commit] fribidi/lib fribidi-bidi-types.h, 1.11,
1.12 fribidi-bidi.c, 1.13, 1.14 fribidi-bidi.h, 1.10,
1.11 fribidi-types.h, 1.7, 1.8 fribidi.c, 1.11, 1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the FriBidi-Commit
mailing list