[FriBidi-commit] fribidi/bin fribidi-main.c,1.4,1.5
Behdad Esfahbod
behdad at pdx.freedesktop.org
Wed May 12 00:06:23 PDT 2004
- Previous message: [FriBidi-commit]
fribidi/lib Makefile.am, 1.4, 1.5 bidi-types-list.h,
1.3, 1.4 bidi-types.h, 1.3, 1.4 common.h, 1.5, 1.6 debug.h,
1.3, 1.4 fribidi-bidi-type.c, 1.3, 1.4 fribidi-bidi.c, 1.5,
1.6 fribidi-common.h, 1.3, 1.4 fribidi-mem.c, 1.4,
1.5 fribidi-mirroring.c, 1.4, 1.5 fribidi-types.h, 1.3,
1.4 fribidi-unicode.h, 1.1.1.1, 1.2 fribidi.c, 1.3, 1.4 mem.h,
1.4, 1.5 bidi-type-table.i, 1.2, NONE mirroring-table.i, 1.2, NONE
- Next message: [FriBidi-commit] fribidi .indent.pro, 1.2, 1.3 TODO, 1.5,
1.6 bootstrap, 1.1.1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/fribidi/fribidi/bin
In directory pdx:/tmp/cvs-serv7241/bin
Modified Files:
fribidi-main.c
Log Message:
Updated the gen.tab to work again. Other fixes here and there.
Index: fribidi-main.c
===================================================================
RCS file: /cvs/fribidi/fribidi/bin/fribidi-main.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- a/fribidi-main.c 7 May 2004 06:30:37 -0000 1.4
+++ b/fribidi-main.c 12 May 2004 07:06:21 -0000 1.5
@@ -62,9 +62,6 @@
#if HAVE_STRINGS_H
# include <strings.h>
#endif
-#if HAVE_SYS_TIMES_H
-# include <sys/times.h>
-#endif
#include "getopt.h"
@@ -73,7 +70,7 @@
#define MAX_STR_LEN 65000
-#define ALLOCATE(tp,ln) ((tp *) malloc (sizeof (tp) * (ln)))
+#define ALLOCATE(tp,ln) ((tp *) fribidi_malloc (sizeof (tp) * (ln)))
static void
die2 (
- Previous message: [FriBidi-commit]
fribidi/lib Makefile.am, 1.4, 1.5 bidi-types-list.h,
1.3, 1.4 bidi-types.h, 1.3, 1.4 common.h, 1.5, 1.6 debug.h,
1.3, 1.4 fribidi-bidi-type.c, 1.3, 1.4 fribidi-bidi.c, 1.5,
1.6 fribidi-common.h, 1.3, 1.4 fribidi-mem.c, 1.4,
1.5 fribidi-mirroring.c, 1.4, 1.5 fribidi-types.h, 1.3,
1.4 fribidi-unicode.h, 1.1.1.1, 1.2 fribidi.c, 1.3, 1.4 mem.h,
1.4, 1.5 bidi-type-table.i, 1.2, NONE mirroring-table.i, 1.2, NONE
- Next message: [FriBidi-commit] fribidi .indent.pro, 1.2, 1.3 TODO, 1.5,
1.6 bootstrap, 1.1.1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the FriBidi-Commit
mailing list