[FriBidi-commit] fribidi .indent.pro, 1.1.1.1, 1.2 TODO, 1.2,
1.3 configure.ac, 1.3, 1.4
Behdad Esfahbod
behdad at pdx.freedesktop.org
Tue May 4 08:05:22 EST 2004
Update of /cvs/fribidi/fribidi
In directory pdx:/tmp/cvs-serv16180
Modified Files:
.indent.pro TODO configure.ac
Log Message:
Changed the run data structure from a double-terminated deque, to a
circular deque with a single sentinel. To debug that, also added some assert
stuff, added function attributes, deprecated old interfaces, and humm, that it
for now.
Index: .indent.pro
===================================================================
RCS file: /cvs/fribidi/fribidi/.indent.pro,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- a/.indent.pro 25 Apr 2004 18:47:57 -0000 1.1.1.1
+++ b/.indent.pro 3 May 2004 22:05:19 -0000 1.2
@@ -1,7 +1,6 @@
-gnu
-bfda
-bfde
--T TypeLink
-T LevelInfo
-T FriBidiChar
-T FriBidiStrIndex
@@ -13,6 +12,7 @@
-T FriBidiCharSetHandler
-T FriBidiMemChunk
-T FriBidiEnv
+-T FriBidiRun
-T fribidi_uint8
-T fribidi_uint16
-T fribidi_uint32
Index: TODO
===================================================================
RCS file: /cvs/fribidi/fribidi/TODO,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- a/TODO 27 Apr 2004 15:22:53 -0000 1.2
+++ b/TODO 3 May 2004 22:05:19 -0000 1.3
@@ -16,3 +16,7 @@
* Design better apis to do reorder based on available levels, remove
explicit marks then calculate position maps, ....
+
+* Add more tests. For:
+ - Checking that not removing explicit marks in analyze is not changing the
+ output in anyway.
Index: configure.ac
===================================================================
RCS file: /cvs/fribidi/fribidi/configure.ac,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- a/configure.ac 25 Apr 2004 19:13:04 -0000 1.3
+++ b/configure.ac 3 May 2004 22:05:19 -0000 1.4
@@ -101,11 +101,12 @@
# Checks for header files.
AC_HEADER_STDC
AC_HEADER_TIME
-AC_CHECK_HEADERS([stdlib.h string.h strings.h inttypes.h stdbool.h wchar.h sys/times.h])
+AC_CHECK_HEADERS([stdlib.h string.h strings.h inttypes.h stdbool.h wchar.h sys/times.h asm/page.h])
# Checks for typedefs and structures.
AC_C_CONST
AC_C_INLINE
+AC_C_STRINGIZE
AC_CHECK_SIZEOF(int)
AC_CHECK_SIZEOF(short)
AC_CHECK_SIZEOF(void *)
More information about the FriBidi-Commit
mailing list