fribidi-bidi-types.h   fribidi-bidi-types.h 
/* FriBidi /* FriBidi
* fribidi-bidi-types.h - character bidi types * fribidi-bidi-types.h - character bidi types
* *
* $Id: fribidi-bidi-types.h,v 1.14 2006/01/31 03:23:13 behdad Exp $ * $Id: fribidi-bidi-types.h,v 1.15 2008-11-24 17:48:31 behdad Exp $
* $Author: behdad $ * $Author: behdad $
* $Date: 2006/01/31 03:23:13 $ * $Date: 2008-11-24 17:48:31 $
* $Revision: 1.14 $ * $Revision: 1.15 $
* $Source: /cvs/fribidi/fribidi2/lib/fribidi-bidi-types.h,v $ * $Source: /cvs/fribidi/fribidi2/lib/fribidi-bidi-types.h,v $
* *
* Author: * Author:
* Behdad Esfahbod, 2001, 2002, 2004 * Behdad Esfahbod, 2001, 2002, 2004
* *
* Copyright (C) 2004 Sharif FarsiWeb, Inc. * Copyright (C) 2004 Sharif FarsiWeb, Inc.
* Copyright (C) 2001,2002 Behdad Esfahbod * Copyright (C) 2001,2002 Behdad Esfahbod
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
skipping to change at line 272 skipping to change at line 272
/* Is number: EN, AN? */ /* Is number: EN, AN? */
#define FRIBIDI_IS_NUMBER(p) ((p) & FRIBIDI_MASK_NUMBER) #define FRIBIDI_IS_NUMBER(p) ((p) & FRIBIDI_MASK_NUMBER)
/* Is number separator or terminator: ES, ET, CS? */ /* Is number separator or terminator: ES, ET, CS? */
#define FRIBIDI_IS_NUMBER_SEPARATOR_OR_TERMINATOR(p) \ #define FRIBIDI_IS_NUMBER_SEPARATOR_OR_TERMINATOR(p) \
((p) & FRIBIDI_MASK_NUMSEPTER) ((p) & FRIBIDI_MASK_NUMSEPTER)
/* Is space: BN, BS, SS, WS? */ /* Is space: BN, BS, SS, WS? */
#define FRIBIDI_IS_SPACE(p) ((p) & FRIBIDI_MASK_SPACE) #define FRIBIDI_IS_SPACE(p) ((p) & FRIBIDI_MASK_SPACE)
/* Is explicit mark: LRE, RLE, LRO, RLO, PDF? */ /* Is explicit mark: LRE, RLE, LRO, RLO, PDF? */
#define FRIBIDI_IS_EXPLICIT(p) ((p) & FRIBIDI_MASK_EXPLICIT) #define FRIBIDI_IS_EXPLICIT(p) ((p) & FRIBIDI_MASK_EXPLICIT)
/* Is test separator: BS, SS? */ /* Is text separator: BS, SS? */
#define FRIBIDI_IS_SEPARATOR(p) ((p) & FRIBIDI_MASK_SEPARATOR) #define FRIBIDI_IS_SEPARATOR(p) ((p) & FRIBIDI_MASK_SEPARATOR)
/* Is explicit override: LRO, RLO? */ /* Is explicit override: LRO, RLO? */
#define FRIBIDI_IS_OVERRIDE(p) ((p) & FRIBIDI_MASK_OVERRIDE) #define FRIBIDI_IS_OVERRIDE(p) ((p) & FRIBIDI_MASK_OVERRIDE)
/* Some more: */ /* Some more: */
/* Is left to right letter: LTR? */ /* Is left to right letter: LTR? */
#define FRIBIDI_IS_LTR_LETTER(p) \ #define FRIBIDI_IS_LTR_LETTER(p) \
((p) & (FRIBIDI_MASK_LETTER | FRIBIDI_MASK_RTL) == FRIBIDI_MASK_LETT ER) ((p) & (FRIBIDI_MASK_LETTER | FRIBIDI_MASK_RTL) == FRIBIDI_MASK_LETT ER)
 End of changes. 3 change blocks. 
4 lines changed or deleted 4 lines changed or added


 fribidi-config.h   fribidi-config.h 
/* lib/fribidi-config.h. Generated from fribidi-config.h.in by configure. */ /* lib/fribidi-config.h. Generated from fribidi-config.h.in by configure. */
/* Not copyrighted, in public domain. */ /* Not copyrighted, in public domain. */
#ifndef FRIBIDI_CONFIG_H #ifndef FRIBIDI_CONFIG_H
#define FRIBIDI_CONFIG_H #define FRIBIDI_CONFIG_H
#define FRIBIDI "fribidi" #define FRIBIDI "fribidi"
#define FRIBIDI_NAME "GNU FriBidi" #define FRIBIDI_NAME "GNU FriBidi"
#define FRIBIDI_BUGREPORT "http://fribidi.org/bug" #define FRIBIDI_BUGREPORT "http://fribidi.org/bug"
#define FRIBIDI_VERSION "0.19.1" #define FRIBIDI_VERSION "0.19.2"
#define FRIBIDI_MAJOR_VERSION 0 #define FRIBIDI_MAJOR_VERSION 0
#define FRIBIDI_MINOR_VERSION 19 #define FRIBIDI_MINOR_VERSION 19
#define FRIBIDI_MICRO_VERSION 1 #define FRIBIDI_MICRO_VERSION 2
#define FRIBIDI_INTERFACE_VERSION 3 #define FRIBIDI_INTERFACE_VERSION 3
#define FRIBIDI_INTERFACE_VERSION_STRING "3" #define FRIBIDI_INTERFACE_VERSION_STRING "3"
/* Define to 1 if you want charset conversion codes in the library */ /* Define to 1 if you want charset conversion codes in the library */
#define FRIBIDI_CHARSETS 1 #define FRIBIDI_CHARSETS 1
/* Define to 1 if you want to use glib */ /* Define to 1 if you want to use glib */
#define FRIBIDI_USE_GLIB 0 #define FRIBIDI_USE_GLIB 0
/* The size of a `int', as computed by sizeof. */ /* The size of a `int', as computed by sizeof. */
 End of changes. 2 change blocks. 
2 lines changed or deleted 2 lines changed or added


 fribidi-unicode-version.h   fribidi-unicode-version.h 
/* fribidi-unicode-version.h /* fribidi-unicode-version.h
* generated by gen-unicode-version (GNU FriBidi 0.19) * generated by gen-unicode-version (GNU FriBidi 0.19.1)
* from the file BidiMirroring.txt */ * from the file BidiMirroring.txt */
#define FRIBIDI_UNICODE_VERSION "5.0.0" #define FRIBIDI_UNICODE_VERSION "5.1.0"
#define FRIBIDI_UNICODE_MAJOR_VERSION 5 #define FRIBIDI_UNICODE_MAJOR_VERSION 5
#define FRIBIDI_UNICODE_MINOR_VERSION 0 #define FRIBIDI_UNICODE_MINOR_VERSION 1
#define FRIBIDI_UNICODE_MICRO_VERSION 0 #define FRIBIDI_UNICODE_MICRO_VERSION 0
#define FRIBIDI_UNICODE_NAMESPACE(SYMBOL) \ #define FRIBIDI_UNICODE_NAMESPACE(SYMBOL) \
FRIBIDI_NAMESPACE(SYMBOL##_unicode_5_0_0) FRIBIDI_NAMESPACE(SYMBOL##_unicode_5_1_0)
#define FRIBIDI_UNICODE_PRIVATESPACE(SYMBOL) \ #define FRIBIDI_UNICODE_PRIVATESPACE(SYMBOL) \
FRIBIDI_PRIVATESPACE(SYMBOL##_unicode_5_0_0) FRIBIDI_PRIVATESPACE(SYMBOL##_unicode_5_1_0)
/* End of generated fribidi-unicode-version.h */ /* End of generated fribidi-unicode-version.h */
 End of changes. 5 change blocks. 
5 lines changed or deleted 5 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/