[FriBidi-commit] fribidi/charset fribidi-char-sets.c,1.5,1.6

Behdad Esfahbod behdad at pdx.freedesktop.org
Wed Jun 9 13:01:02 PDT 2004


Update of /cvs/fribidi/fribidi/charset
In directory pdx:/tmp/cvs-serv31109/charset

Modified Files:
	fribidi-char-sets.c 
Log Message:
Wow!!!  I use the wonderful packtab to compress the mirroring table now!  It
gives an smaller and faster table than the old binary search one!  Moreover,
packtab deals with tables with empty heads much better.  Voila!


Index: fribidi-char-sets.c
===================================================================
RCS file: /cvs/fribidi/fribidi/charset/fribidi-char-sets.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- a/fribidi-char-sets.c	9 Jun 2004 14:59:21 -0000	1.5
+++ b/fribidi-char-sets.c	9 Jun 2004 20:01:00 -0000	1.6
@@ -138,6 +138,7 @@
   return toupper (*s1) - toupper (*s2);
 }
 #else /* FRIBIDI_USE_GLIB */
+# include <glib/gstrfuncs.h>
 # define fribidi_strcasecmp g_ascii_strcasecmp
 #endif /* FRIBIDI_USE_GLIB */
 




More information about the FriBidi-Commit mailing list