[FriBidi-commit] fribidi/gen.tab Makefile.am, 1.12, 1.13 gen-bidi-type-tab.c, 1.12, 1.13 gen-joining-type-tab.c, 1.1, 1.2 gen-mirroring-tab.c, 1.9, 1.10 gen-unicode-version.c, 1.6, 1.7

Behdad Esfahbod behdad at pdx.freedesktop.org
Tue Jun 15 04:52:04 PDT 2004


Update of /cvs/fribidi/fribidi/gen.tab
In directory pdx:/tmp/cvs-serv6754/gen.tab

Modified Files:
	Makefile.am gen-bidi-type-tab.c gen-joining-type-tab.c 
	gen-mirroring-tab.c gen-unicode-version.c 
Log Message:
Arabic joining is almost complete.  Going for Shaping.


Index: Makefile.am
===================================================================
RCS file: /cvs/fribidi/fribidi/gen.tab/Makefile.am,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Makefile.am	13 Jun 2004 20:11:42 -0000	1.12
+++ Makefile.am	15 Jun 2004 11:52:02 -0000	1.13
@@ -1,12 +1,14 @@
 EXTRA_PROGRAMS = \
+		gen-unicode-version \
 		gen-bidi-type-tab \
 		gen-joining-type-tab \
 		gen-mirroring-tab \
-		gen-unicode-version
+		gen-cf-bn-nsm-tab
 
 gen_bidi_type_tab_SOURCES = gen-bidi-type-tab.c packtab.c packtab.h
 gen_joining_type_tab_SOURCES = gen-joining-type-tab.c packtab.c packtab.h
 gen_mirroring_tab_SOURCES = gen-mirroring-tab.c packtab.c packtab.h
+gen_cf_bn_nsm_tab_SOURCES = gen-cf-bn-nsm-tab.c packtab.c packtab.h
 gen_unicode_version_SOURCES = gen-unicode-version.c
 
 CLEANFILES = $(EXTRA_PROGRAMS)
@@ -76,6 +78,18 @@
 	./$(gen_mirroring_tab) $(COMPRESSION) $^ > $@ \
 	|| ($(RM) $@ && false)
 
+# generate cf-bn-nsm.tab.i
+
+gen_cf_bn_nsm_tab = gen-cf-bn-nsm-tab$(EXEEXT)
+
+cf-bn-nsm.tab.i: \
+		UnicodeData.txt \
+		fribidi-unicode-version.h \
+		$(gen_cf_bn_nsm_tab_SOURCES)
+	$(MAKE) $(AM_MAKEFLAGS) $(gen_cf_bn_nsm_tab)
+	./$(gen_cf_bn_nsm_tab) $(COMPRESSION) $^ > $@ \
+	|| ($(RM) $@ && false)
+
 # generate fribidi-unicode-version.h
 
 gen_unicode_version = gen-unicode-version$(EXEEXT)

Index: gen-bidi-type-tab.c
===================================================================
RCS file: /cvs/fribidi/fribidi/gen.tab/gen-bidi-type-tab.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- gen-bidi-type-tab.c	13 Jun 2004 20:11:42 -0000	1.12
+++ gen-bidi-type-tab.c	15 Jun 2004 11:52:02 -0000	1.13
@@ -312,7 +312,8 @@
   const char *data_file_type
 )
 {
-  fprintf (stderr, "Generating output, it may take up to a few minutes\n");
+  fprintf (stderr,
+	   "Generating `" outputname "' , it may take up to a few minutes\n");
   printf ("/* " outputname "\n * generated by " appname " (" FRIBIDI_NAME " "
 	  FRIBIDI_VERSION ")\n" " * from the file %s of Unicode version "
 	  FRIBIDI_UNICODE_VERSION ". */\n\n", data_file_type);

Index: gen-joining-type-tab.c
===================================================================
RCS file: /cvs/fribidi/fribidi/gen.tab/gen-joining-type-tab.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gen-joining-type-tab.c	13 Jun 2004 20:11:42 -0000	1.1
+++ gen-joining-type-tab.c	15 Jun 2004 11:52:02 -0000	1.2
@@ -305,7 +305,8 @@
   const char *data_file_type[]
 )
 {
-  fprintf (stderr, "Generating output, it may take up to a few minutes\n");
+  fprintf (stderr,
+	   "Generating `" outputname "' , it may take up to a few minutes\n");
   printf ("/* " outputname "\n * generated by " appname " (" FRIBIDI_NAME " "
 	  FRIBIDI_VERSION ")\n" " * from the files %s, %s of Unicode version "
 	  FRIBIDI_UNICODE_VERSION ". */\n\n", data_file_type[0],

Index: gen-mirroring-tab.c
===================================================================
RCS file: /cvs/fribidi/fribidi/gen.tab/gen-mirroring-tab.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- gen-mirroring-tab.c	13 Jun 2004 20:11:42 -0000	1.9
+++ gen-mirroring-tab.c	15 Jun 2004 11:52:02 -0000	1.10
@@ -192,7 +192,8 @@
   int key_bytes;
   const char *key_type;
 
-  fprintf (stderr, "Generating output, it may take up to a few minutes\n");
+  fprintf (stderr,
+	   "Generating `" outputname "' , it may take up to a few minutes\n");
   printf ("/* " outputname "\n * generated by " appname " (" FRIBIDI_NAME " "
 	  FRIBIDI_VERSION ")\n" " * from the file %s of Unicode version "
 	  FRIBIDI_UNICODE_VERSION ". */\n\n", data_file_type);

Index: gen-unicode-version.c
===================================================================
RCS file: /cvs/fribidi/fribidi/gen.tab/gen-unicode-version.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- gen-unicode-version.c	13 Jun 2004 20:11:42 -0000	1.6
+++ gen-unicode-version.c	15 Jun 2004 11:52:02 -0000	1.7
@@ -134,7 +134,8 @@
   const char *data_file_type
 )
 {
-  fprintf (stderr, "Generating output\n");
+  fprintf (stderr,
+	   "Generating `" outputname "' , it may take up to a few minutes\n");
   printf ("/* " outputname "\n * generated by " appname " (" FRIBIDI_NAME " "
 	  FRIBIDI_VERSION ")\n" " * from the file %s */\n\n", data_file_type);
 




More information about the FriBidi-Commit mailing list