[FriBidi-commit] fribidi/gen.tab .cvsignore, 1.2, 1.3 Makefile.am, 1.9, 1.10 gen-bidi-type-tab.c, 1.9, 1.10

Behdad Esfahbod behdad at pdx.freedesktop.org
Fri Jun 4 02:41:13 PDT 2004


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

Modified Files:
	.cvsignore Makefile.am gen-bidi-type-tab.c 
Log Message:
Cleaning up here and there.  Last lingers before adding joining.


Index: .cvsignore
===================================================================
RCS file: /cvs/fribidi/fribidi/gen.tab/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- a/.cvsignore	12 May 2004 23:13:55 -0000	1.2
+++ b/.cvsignore	4 Jun 2004 09:41:11 -0000	1.3
@@ -1,3 +1,3 @@
-gen-bidi-type-table
-gen-mirroring-table
+gen-bidi-type-tab
+gen-mirroring-tab
 gen-unicode-version

Index: Makefile.am
===================================================================
RCS file: /cvs/fribidi/fribidi/gen.tab/Makefile.am,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- a/Makefile.am	31 May 2004 18:43:26 -0000	1.9
+++ b/Makefile.am	4 Jun 2004 09:41:11 -0000	1.10
@@ -112,3 +112,4 @@
 
 DISTCLEANFILES += $(UNICODE_VERSION_VARIANTS)
 
+.DELETE_ON_ERROR:

Index: gen-bidi-type-tab.c
===================================================================
RCS file: /cvs/fribidi/fribidi/gen.tab/gen-bidi-type-tab.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- a/gen-bidi-type-tab.c	31 May 2004 18:43:26 -0000	1.9
+++ b/gen-bidi-type-tab.c	4 Jun 2004 09:41:11 -0000	1.10
@@ -97,7 +97,7 @@
 {
 # define _FRIBIDI_ADD_TYPE(TYPE,SYMBOL) TYPE,
 # define _FRIBIDI_ADD_ALIAS(TYPE1,TYPE2) TYPE1 = TYPE2,
-# include <bidi-types-list.h>
+# include <fribidi-bidi-types-list.h>
 # undef _FRIBIDI_ADD_ALIAS
 # undef _FRIBIDI_ADD_TYPE
   NUM_TYPES
@@ -112,7 +112,7 @@
 {
 # define _FRIBIDI_ADD_TYPE(TYPE,SYMBOL) {STRINGIZE(TYPE), TYPE},
 # define _FRIBIDI_ADD_ALIAS(TYPE1,TYPE2) _FRIBIDI_ADD_TYPE(TYPE1, SYMBOL)
-# include <bidi-types-list.h>
+# include <fribidi-bidi-types-list.h>
 # undef _FRIBIDI_ADD_ALIAS
 # undef _FRIBIDI_ADD_TYPE
 };
@@ -170,7 +170,7 @@
 {
   register FriBidiChar c;
 
-  clear_tab();
+  clear_tab ();
 
   for (c = 0x0590; c < 0x0600; c++)
     table[c] = RTL;
@@ -208,10 +208,10 @@
 }
 
 static void
-init_tab_derived_bidi_class_txt(
+init_tab_derived_bidi_class_txt (
 )
 {
-  clear_tab();
+  clear_tab ();
 }
 
 static void
@@ -222,7 +222,7 @@
   char tp[10];
   unsigned long c, l;
 
-  init_tab_unicode_data_txt();
+  init_tab_unicode_data_txt ();
 
   l = 0;
   while (fgets (s, sizeof s, f))
@@ -250,7 +250,7 @@
   char tp[10];
   unsigned long c, c2, l;
 
-  init_tab_derived_bidi_class_txt();
+  init_tab_derived_bidi_class_txt ();
 
   l = 0;
   while (fgets (s, sizeof s, f))




More information about the FriBidi-Commit mailing list