[FriBidi-commit] fribidi configure.ac,1.13,1.14
Behdad Esfahbod
behdad at pdx.freedesktop.org
Wed Jun 9 13:01:02 PDT 2004
- Previous message: [FriBidi-commit] fribidi/lib common.h, 1.11, 1.12 debug.h, 1.5,
1.6 fribidi-bidi-type.c, 1.9, 1.10 fribidi-bidi-type.h, 1.4,
1.5 fribidi-bidi-types-list.h, 1.3, 1.4 fribidi-bidi-types.h,
1.5, 1.6 fribidi-bidi.h, 1.6, 1.7 fribidi-common.h, 1.8,
1.9 fribidi-mirroring.c, 1.8, 1.9 fribidi-mirroring.h, 1.6,
1.7 fribidi-types.h, 1.4, 1.5 fribidi.c, 1.7, 1.8 fribidi.def,
1.3, 1.4 fribidi.h, 1.3, 1.4 mem.h, 1.5, 1.6
- Next message: [FriBidi-commit] fribidi/bin fribidi-main.c,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/fribidi/fribidi
In directory pdx:/tmp/cvs-serv31109
Modified Files:
configure.ac
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: configure.ac
===================================================================
RCS file: /cvs/fribidi/fribidi/configure.ac,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- a/configure.ac 9 Jun 2004 14:59:21 -0000 1.13
+++ b/configure.ac 9 Jun 2004 20:01:00 -0000 1.14
@@ -107,7 +107,6 @@
# Checks for typedefs and structures.
AC_C_CONST
-AC_C_INLINE
AC_C_STRINGIZE
AC_CHECK_SIZEOF(int)
SIZEOF_INT=$ac_cv_sizeof_int
- Previous message: [FriBidi-commit] fribidi/lib common.h, 1.11, 1.12 debug.h, 1.5,
1.6 fribidi-bidi-type.c, 1.9, 1.10 fribidi-bidi-type.h, 1.4,
1.5 fribidi-bidi-types-list.h, 1.3, 1.4 fribidi-bidi-types.h,
1.5, 1.6 fribidi-bidi.h, 1.6, 1.7 fribidi-common.h, 1.8,
1.9 fribidi-mirroring.c, 1.8, 1.9 fribidi-mirroring.h, 1.6,
1.7 fribidi-types.h, 1.4, 1.5 fribidi.c, 1.7, 1.8 fribidi.def,
1.3, 1.4 fribidi.h, 1.3, 1.4 mem.h, 1.5, 1.6
- Next message: [FriBidi-commit] fribidi/bin fribidi-main.c,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the FriBidi-Commit
mailing list