[FriBidi-commit] fribidi/lib Headers.mk, 1.1.1.1,
1.2 bidi-types-list.h, 1.1.1.1, 1.2 common.h, 1.1.1.1,
1.2 debug.h, 1.1.1.1, 1.2 fribidi-begindecls.h, 1.1.1.1,
1.2 fribidi-enddecls.h, 1.1.1.1, 1.2 fribidi-types.h, 1.1.1.1,
1.2 mem.h, 1.1.1.1, 1.2
Behdad Esfahbod
behdad at pdx.freedesktop.org
Wed Apr 28 02:47:24 EST 2004
Update of /cvs/fribidi/fribidi/lib
In directory pdx:/tmp/cvs-serv26991/lib
Modified Files:
Headers.mk bidi-types-list.h common.h debug.h
fribidi-begindecls.h fribidi-enddecls.h fribidi-types.h mem.h
Log Message:
First try to integrate c2man manual generation in build system.
Index: Headers.mk
===================================================================
RCS file: /cvs/fribidi/fribidi/lib/Headers.mk,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- a/Headers.mk 25 Apr 2004 18:47:57 -0000 1.1.1.1
+++ b/Headers.mk 27 Apr 2004 16:47:22 -0000 1.2
@@ -11,4 +11,18 @@
fribidi-types.h \
fribidi-unicode.h \
fribidi-unicode-version.h \
- fribidi.h # should be the last entry
+ fribidi.h
+
+libfribidi_la_symbols = \
+ fribidi_get_bidi_type \
+ fribidi_get_bidi_types \
+ fribidi_log2vis \
+ fribidi_log2vis_get_embedding_levels \
+ fribidi_remove_bidi_marks \
+ fribidi_get_mirror_char \
+ fribidi_debug_status \
+ fribidi_set_debug \
+ fribidi_mirroring_status \
+ fribidi_set_mirroring \
+ fribidi_reorder_nsm_status \
+ fribidi_set_reorder_nsm
Index: bidi-types-list.h
===================================================================
RCS file: /cvs/fribidi/fribidi/lib/bidi-types-list.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- a/bidi-types-list.h 25 Apr 2004 18:47:57 -0000 1.1.1.1
+++ b/bidi-types-list.h 27 Apr 2004 16:47:22 -0000 1.2
@@ -1,4 +1,4 @@
-#if !__C2MAN__
+#ifndef __C2MAN__
/* FriBidi
* bidi-types-list.h - list of bidi types
*
@@ -64,6 +64,6 @@
_FRIBIDI_ADD_TYPE (SOT, '^') /* Start Of Text */
_FRIBIDI_ADD_TYPE (EOT, '$') /* End Of Text */
-#if !__C2MAN__
+#ifndef __C2MAN__
/* *INDENT-ON* */
#endif /* !__C2MAN__ */
Index: common.h
===================================================================
RCS file: /cvs/fribidi/fribidi/lib/common.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- a/common.h 25 Apr 2004 18:47:57 -0000 1.1.1.1
+++ b/common.h 27 Apr 2004 16:47:22 -0000 1.2
@@ -61,7 +61,7 @@
# ifndef SIZEOF_VOID_P
# define SIZEOF_VOID_P GLIB_SIZEOF_VOID_P
# endif /* !SIZEOF_VOID_P */
-# if !__C2MAN__
+# ifndef __C2MAN__
# include <glib/gmem.h>
# endif /* !__C2MAN__ */
# ifndef fribidi_malloc
@@ -74,7 +74,7 @@
* No need to include any headers. */
#ifndef fribidi_malloc
# if HAVE_STDLIB_H
-# if !__C2MAN__
+# ifndef __C2MAN__
# include <stdlib.h>
# endif /* __C2MAN__ */
# define fribidi_malloc malloc
Index: debug.h
===================================================================
RCS file: /cvs/fribidi/fribidi/lib/debug.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- a/debug.h 25 Apr 2004 18:47:57 -0000 1.1.1.1
+++ b/debug.h 27 Apr 2004 16:47:22 -0000 1.2
@@ -44,7 +44,7 @@
#if DEBUG
#ifndef FRIBIDI_FPRINTF
-# if !__C2MAN__
+# ifndef __C2MAN__
# include <stdio.h>
# endif /* !__C2MAN__ */
# define FRIBIDI_FPRINTF fprintf
Index: fribidi-begindecls.h
===================================================================
RCS file: /cvs/fribidi/fribidi/lib/fribidi-begindecls.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- a/fribidi-begindecls.h 25 Apr 2004 18:47:57 -0000 1.1.1.1
+++ b/fribidi-begindecls.h 27 Apr 2004 16:47:22 -0000 1.2
@@ -1 +1,3 @@
+#ifdef FRIBIDI_BEGIN_DECLS
FRIBIDI_BEGIN_DECLS
+#endif /* FRIBIDI_BEGIN_DECLS */
Index: fribidi-enddecls.h
===================================================================
RCS file: /cvs/fribidi/fribidi/lib/fribidi-enddecls.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- a/fribidi-enddecls.h 25 Apr 2004 18:47:57 -0000 1.1.1.1
+++ b/fribidi-enddecls.h 27 Apr 2004 16:47:22 -0000 1.2
@@ -1 +1,3 @@
+#ifdef FRIBIDI_END_DECLS
FRIBIDI_END_DECLS
+#endif /* FRIBIDI_END_DECLS */
Index: fribidi-types.h
===================================================================
RCS file: /cvs/fribidi/fribidi/lib/fribidi-types.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- a/fribidi-types.h 25 Apr 2004 18:47:57 -0000 1.1.1.1
+++ b/fribidi-types.h 27 Apr 2004 16:47:22 -0000 1.2
@@ -40,7 +40,7 @@
#if !FRIBIDI_USE_GLIB
# if HAVE_INTTYPES_H
-# if !__C2MAN__
+# ifndef __C2MAN__
# include <inttypes.h>
# endif /* !__C2MAN__ */
# define FRIBIDI_UINT8_LOCAL uint8_t
@@ -48,7 +48,7 @@
# define FRIBIDI_UINT32_LOCAL uint32_t
# else /* !HAVE_INTTYPES_H */
# if HAVE_STDINT_H
-# if !__C2MAN__
+# ifndef __C2MAN__
# include <stdint.h>
# endif /* !__C2MAN__ */
# define FRIBIDI_UINT8_LOCAL uint8_t
@@ -74,7 +74,7 @@
# define FRIBIDI_BOOLEAN_LOCAL int
# endif /* !HAVE_STDBOOL_H */
# if SIZEOF_WCHAR_T >= 4
-# if !__C2MAN__
+# ifndef __C2MAN__
# if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
@@ -89,7 +89,7 @@
# define FRIBIDI_UNICHAR_LOCAL fribidi_uint32
# endif /* SIZEOF_WCHAR_T < 4 */
#else /* FRIBIDI_USE_GLIB */
-# if !__C2MAN__
+# ifndef __C2MAN__
# include <glib/gtypes.h>
# include <glib/gunicode.h>
# endif /* !__C2MAN__ */
Index: mem.h
===================================================================
RCS file: /cvs/fribidi/fribidi/lib/mem.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- a/mem.h 25 Apr 2004 18:47:57 -0000 1.1.1.1
+++ b/mem.h 27 Apr 2004 16:47:22 -0000 1.2
@@ -62,7 +62,7 @@
#else /* FRIBIDI_USE_GLIB */
-#if !__C2MAN__
+#ifndef __C2MAN__
# include <glib/gmem.h>
#endif /* !__C2MAN__ */
More information about the FriBidi-Commit
mailing list