[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


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 */




More information about the FriBidi-Commit mailing list