summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-05-14 14:34:30 -0400
committerAnas Nashif <anas.nashif@intel.com>2013-05-14 14:34:30 -0400
commit6b080fa5b4ace29c97777bad38bbe44ce286ab47 (patch)
treee5db6857b96863e8ec34892280652a7ce731ed69 /lib
parent457daad323802f6d8cefb8e06798ce8f92751839 (diff)
downloadfribidi-6b080fa5b4ace29c97777bad38bbe44ce286ab47.tar.gz
fribidi-6b080fa5b4ace29c97777bad38bbe44ce286ab47.tar.bz2
fribidi-6b080fa5b4ace29c97777bad38bbe44ce286ab47.zip
Imported Upstream version 0.19.5upstream/0.19.5
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.in77
-rw-r--r--lib/arabic-shaping.tab.i4
-rw-r--r--lib/bidi-type.tab.i6
-rw-r--r--lib/bidi-types.h4
-rw-r--r--lib/common.h4
-rw-r--r--lib/debug.h4
-rw-r--r--lib/fribidi-arabic.c2
-rw-r--r--lib/fribidi-arabic.h2
-rw-r--r--lib/fribidi-bidi-types-list.h4
-rw-r--r--lib/fribidi-bidi-types.c4
-rw-r--r--lib/fribidi-bidi-types.h4
-rw-r--r--lib/fribidi-bidi.c4
-rw-r--r--lib/fribidi-bidi.h4
-rw-r--r--lib/fribidi-common.h4
-rw-r--r--lib/fribidi-deprecated.c4
-rw-r--r--lib/fribidi-deprecated.h4
-rw-r--r--lib/fribidi-flags.h4
-rw-r--r--lib/fribidi-joining-types-list.h4
-rw-r--r--lib/fribidi-joining-types.c4
-rw-r--r--lib/fribidi-joining-types.h4
-rw-r--r--lib/fribidi-joining.c4
-rw-r--r--lib/fribidi-joining.h4
-rw-r--r--lib/fribidi-mem.c4
-rw-r--r--lib/fribidi-mirroring.c2
-rw-r--r--lib/fribidi-mirroring.h2
-rw-r--r--lib/fribidi-run.c4
-rw-r--r--lib/fribidi-shape.c4
-rw-r--r--lib/fribidi-shape.h4
-rw-r--r--lib/fribidi-types.h4
-rw-r--r--lib/fribidi-unicode-version.h10
-rw-r--r--lib/fribidi-unicode.h4
-rw-r--r--lib/fribidi.c4
-rw-r--r--lib/fribidi.h4
-rw-r--r--lib/joining-type.tab.i4
-rw-r--r--lib/joining-types.h4
-rw-r--r--lib/mem.h4
-rw-r--r--lib/mirroring.tab.i4
-rw-r--r--lib/run.h4
38 files changed, 117 insertions, 108 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 8ab31de..ec6047e 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -1,9 +1,9 @@
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# Makefile.in generated by automake 1.11.3 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
-# Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
+# Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -72,6 +72,12 @@ am__nobase_list = $(am__nobase_strip_setup); \
am__base_list = \
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__uninstall_files_from_dir = { \
+ test -z "$$files" \
+ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
+ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
+ $(am__cd) "$$dir" && rm -f $$files; }; \
+ }
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgincludedir)" \
"$(DESTDIR)$(pkgincludedir)"
LTLIBRARIES = $(lib_LTLIBRARIES)
@@ -81,8 +87,8 @@ am_libfribidi_la_OBJECTS = fribidi.lo fribidi-arabic.lo \
fribidi-joining.lo fribidi-joining-types.lo fribidi-mem.lo \
fribidi-mirroring.lo fribidi-run.lo fribidi-shape.lo
libfribidi_la_OBJECTS = $(am_libfribidi_la_OBJECTS)
-AM_V_lt = $(am__v_lt_$(V))
-am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+AM_V_lt = $(am__v_lt_@AM_V@)
+am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
am__v_lt_0 = --silent
libfribidi_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
@@ -97,21 +103,21 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
$(AM_CFLAGS) $(CFLAGS)
-AM_V_CC = $(am__v_CC_$(V))
-am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
+AM_V_CC = $(am__v_CC_@AM_V@)
+am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
am__v_CC_0 = @echo " CC " $@;
-AM_V_at = $(am__v_at_$(V))
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+AM_V_at = $(am__v_at_@AM_V@)
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
am__v_at_0 = @
CCLD = $(CC)
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
$(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CCLD = $(am__v_CCLD_$(V))
-am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
+AM_V_CCLD = $(am__v_CCLD_@AM_V@)
+am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
am__v_CCLD_0 = @echo " CCLD " $@;
-AM_V_GEN = $(am__v_GEN_$(V))
-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+AM_V_GEN = $(am__v_GEN_@AM_V@)
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
am__v_GEN_0 = @echo " GEN " $@;
SOURCES = $(libfribidi_la_SOURCES)
DIST_SOURCES = $(libfribidi_la_SOURCES)
@@ -135,6 +141,7 @@ CPPFLAGS = @CPPFLAGS@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
+DLLTOOL = @DLLTOOL@
DSYMUTIL = @DSYMUTIL@
DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
@@ -172,6 +179,7 @@ LTLIBOBJS = @LTLIBOBJS@
LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
LT_VERSION_INFO = @LT_VERSION_INFO@
MAKEINFO = @MAKEINFO@
+MANIFEST_TOOL = @MANIFEST_TOOL@
MISC_CFLAGS = @MISC_CFLAGS@
MISC_LIBS = @MISC_LIBS@
MISC_PACKAGES = @MISC_PACKAGES@
@@ -191,6 +199,8 @@ PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
RANLIB = @RANLIB@
SED = @SED@
SET_MAKE = @SET_MAKE@
@@ -202,6 +212,7 @@ abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
+ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
am__include = @am__include@
@@ -234,7 +245,6 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
-lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
@@ -343,6 +353,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
esac;
+$(srcdir)/Headers.mk:
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
@@ -385,7 +396,7 @@ clean-libLTLIBRARIES:
echo "rm -f \"$${dir}/so_locations\""; \
rm -f "$${dir}/so_locations"; \
done
-libfribidi.la: $(libfribidi_la_OBJECTS) $(libfribidi_la_DEPENDENCIES)
+libfribidi.la: $(libfribidi_la_OBJECTS) $(libfribidi_la_DEPENDENCIES) $(EXTRA_libfribidi_la_DEPENDENCIES)
$(AM_V_CCLD)$(libfribidi_la_LINK) -rpath $(libdir) $(libfribidi_la_OBJECTS) $(libfribidi_la_LIBADD) $(LIBS)
mostlyclean-compile:
@@ -409,26 +420,23 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(COMPILE) -c $<
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
-@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
mostlyclean-libtool:
-rm -f *.lo
@@ -452,9 +460,7 @@ uninstall-nodist_pkgincludeHEADERS:
@$(NORMAL_UNINSTALL)
@list='$(nodist_pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(pkgincludedir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(pkgincludedir)" && rm -f $$files
+ dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
install-pkgincludeHEADERS: $(pkginclude_HEADERS)
@$(NORMAL_INSTALL)
test -z "$(pkgincludedir)" || $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)"
@@ -472,9 +478,7 @@ uninstall-pkgincludeHEADERS:
@$(NORMAL_UNINSTALL)
@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(pkgincludedir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(pkgincludedir)" && rm -f $$files
+ dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
@@ -577,10 +581,15 @@ install-am: all-am
installcheck: installcheck-am
install-strip:
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
- `test -z '$(STRIP)' || \
- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ if test -z '$(STRIP)'; then \
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ install; \
+ else \
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
+ fi
mostlyclean-generic:
clean-generic:
diff --git a/lib/arabic-shaping.tab.i b/lib/arabic-shaping.tab.i
index ecaa062..acd8e91 100644
--- a/lib/arabic-shaping.tab.i
+++ b/lib/arabic-shaping.tab.i
@@ -1,6 +1,6 @@
/* arabic-shaping.tab.i
- * generated by gen-arabic-shaping-tab (GNU FriBidi 0.19.3)
- * from the files UnicodeData.txt, (null) of Unicode version 6.1.0. */
+ * generated by gen-arabic-shaping-tab (GNU FriBidi 0.19.4)
+ * from the files UnicodeData.txt, (null) of Unicode version 6.2.0. */
/*
use FRIBIDI_GET_ARABIC_SHAPE_PRES(key,shape) to access your table
diff --git a/lib/bidi-type.tab.i b/lib/bidi-type.tab.i
index b592131..7cfbda7 100644
--- a/lib/bidi-type.tab.i
+++ b/lib/bidi-type.tab.i
@@ -1,6 +1,6 @@
/* bidi-type.tab.i
- * generated by gen-bidi-type-tab (GNU FriBidi 0.19.3)
- * from the file UnicodeData.txt of Unicode version 6.1.0. */
+ * generated by gen-bidi-type-tab (GNU FriBidi 0.19.4)
+ * from the file UnicodeData.txt of Unicode version 6.2.0. */
#define PACKTAB_UINT8 fribidi_uint8
#define PACKTAB_UINT16 fribidi_uint16
@@ -509,7 +509,7 @@ static const unsigned char BidLev1[256*84] = {
EN, EN, EN, EN, EN, EN, EN, EN, EN, EN, ES, ES, ON, ON, ON,LTR,
LTR,LTR,LTR,LTR,LTR,LTR,LTR,LTR,LTR,LTR,LTR,LTR,LTR,LTR,LTR,LTR,
ET, ET, ET, ET, ET, ET, ET, ET, ET, ET, ET, ET, ET, ET, ET, ET,
- ET, ET, ET, ET, ET, ET, ET, ET, ET, ET,LTR,LTR,LTR,LTR,LTR,LTR,
+ ET, ET, ET, ET, ET, ET, ET, ET, ET, ET, ET,LTR,LTR,LTR,LTR,LTR,
LTR,LTR,LTR,LTR,LTR,LTR,LTR,LTR,LTR,LTR,LTR,LTR,LTR,LTR,LTR,LTR,
NSM,NSM,NSM,NSM,NSM,NSM,NSM,NSM,NSM,NSM,NSM,NSM,NSM,NSM,NSM,NSM,
NSM,NSM,NSM,NSM,NSM,NSM,NSM,NSM,NSM,NSM,NSM,NSM,NSM,NSM,NSM,NSM,
diff --git a/lib/bidi-types.h b/lib/bidi-types.h
index 302b804..acdd174 100644
--- a/lib/bidi-types.h
+++ b/lib/bidi-types.h
@@ -25,8 +25,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library, in a file named COPYING; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA
*
* For licensing issues, contact <license@farsiweb.info>.
*/
diff --git a/lib/common.h b/lib/common.h
index c9728c0..55a01ee 100644
--- a/lib/common.h
+++ b/lib/common.h
@@ -24,8 +24,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library, in a file named COPYING; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA
*
* For licensing issues, contact <license@farsiweb.info>.
*/
diff --git a/lib/debug.h b/lib/debug.h
index e4787dc..78c659a 100644
--- a/lib/debug.h
+++ b/lib/debug.h
@@ -25,8 +25,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library, in a file named COPYING; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA
*
* For licensing issues, contact <license@farsiweb.info>.
*/
diff --git a/lib/fribidi-arabic.c b/lib/fribidi-arabic.c
index 25d9816..9e95de4 100644
--- a/lib/fribidi-arabic.c
+++ b/lib/fribidi-arabic.c
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with GNU FriBidi; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* For licensing issues, contact <license@farsiweb.info> or write to
* Sharif FarsiWeb, Inc., PO Box 13445-389, Tehran, Iran.
diff --git a/lib/fribidi-arabic.h b/lib/fribidi-arabic.h
index f96255b..889013c 100644
--- a/lib/fribidi-arabic.h
+++ b/lib/fribidi-arabic.h
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with GNU FriBidi; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* For licensing issues, contact <license@farsiweb.info> or write to
* Sharif FarsiWeb, Inc., PO Box 13445-389, Tehran, Iran.
diff --git a/lib/fribidi-bidi-types-list.h b/lib/fribidi-bidi-types-list.h
index 4dc151b..fa8c32b 100644
--- a/lib/fribidi-bidi-types-list.h
+++ b/lib/fribidi-bidi-types-list.h
@@ -26,8 +26,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library, in a file named COPYING; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA
*
* For licensing issues, contact <license@farsiweb.info>.
*/
diff --git a/lib/fribidi-bidi-types.c b/lib/fribidi-bidi-types.c
index 4281efd..5bbc980 100644
--- a/lib/fribidi-bidi-types.c
+++ b/lib/fribidi-bidi-types.c
@@ -25,8 +25,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library, in a file named COPYING; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA
*
* For licensing issues, contact <license@farsiweb.info>.
*/
diff --git a/lib/fribidi-bidi-types.h b/lib/fribidi-bidi-types.h
index acbabcd..0f6abda 100644
--- a/lib/fribidi-bidi-types.h
+++ b/lib/fribidi-bidi-types.h
@@ -25,8 +25,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library, in a file named COPYING; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA
*
* For licensing issues, contact <license@farsiweb.info>.
*/
diff --git a/lib/fribidi-bidi.c b/lib/fribidi-bidi.c
index 77c2351..42a5fab 100644
--- a/lib/fribidi-bidi.c
+++ b/lib/fribidi-bidi.c
@@ -27,8 +27,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library, in a file named COPYING; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA
*
* For licensing issues, contact <license@farsiweb.info>.
*/
diff --git a/lib/fribidi-bidi.h b/lib/fribidi-bidi.h
index a36fe1e..1b463c6 100644
--- a/lib/fribidi-bidi.h
+++ b/lib/fribidi-bidi.h
@@ -27,8 +27,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library, in a file named COPYING; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA
*
* For licensing issues, contact <license@farsiweb.info>.
*/
diff --git a/lib/fribidi-common.h b/lib/fribidi-common.h
index 90f689e..b8f0d07 100644
--- a/lib/fribidi-common.h
+++ b/lib/fribidi-common.h
@@ -24,8 +24,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library, in a file named COPYING; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA
*
* For licensing issues, contact <license@farsiweb.info>.
*/
diff --git a/lib/fribidi-deprecated.c b/lib/fribidi-deprecated.c
index 5947477..6c300a2 100644
--- a/lib/fribidi-deprecated.c
+++ b/lib/fribidi-deprecated.c
@@ -27,8 +27,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library, in a file named COPYING; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA
*
* For licensing issues, contact <license@farsiweb.info>.
*/
diff --git a/lib/fribidi-deprecated.h b/lib/fribidi-deprecated.h
index f641008..e7dfa36 100644
--- a/lib/fribidi-deprecated.h
+++ b/lib/fribidi-deprecated.h
@@ -25,8 +25,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library, in a file named COPYING; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA
*
* For licensing issues, contact <license@farsiweb.info>.
*/
diff --git a/lib/fribidi-flags.h b/lib/fribidi-flags.h
index f35327f..b264caf 100644
--- a/lib/fribidi-flags.h
+++ b/lib/fribidi-flags.h
@@ -24,8 +24,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library, in a file named COPYING; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA
*
* For licensing issues, contact <license@farsiweb.info>.
*/
diff --git a/lib/fribidi-joining-types-list.h b/lib/fribidi-joining-types-list.h
index dcb5dbb..a69020d 100644
--- a/lib/fribidi-joining-types-list.h
+++ b/lib/fribidi-joining-types-list.h
@@ -26,8 +26,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library, in a file named COPYING; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA
*
* For licensing issues, contact <license@farsiweb.info>.
*/
diff --git a/lib/fribidi-joining-types.c b/lib/fribidi-joining-types.c
index 52f3980..df53221 100644
--- a/lib/fribidi-joining-types.c
+++ b/lib/fribidi-joining-types.c
@@ -25,8 +25,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library, in a file named COPYING; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA
*
* For licensing issues, contact <license@farsiweb.info>.
*/
diff --git a/lib/fribidi-joining-types.h b/lib/fribidi-joining-types.h
index b264d77..bba3f8c 100644
--- a/lib/fribidi-joining-types.h
+++ b/lib/fribidi-joining-types.h
@@ -25,8 +25,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library, in a file named COPYING; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA
*
* For licensing issues, contact <license@farsiweb.info>.
*/
diff --git a/lib/fribidi-joining.c b/lib/fribidi-joining.c
index 48e967d..29d0b67 100644
--- a/lib/fribidi-joining.c
+++ b/lib/fribidi-joining.c
@@ -25,8 +25,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library, in a file named COPYING; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA
*
* For licensing issues, contact <license@farsiweb.info>.
*/
diff --git a/lib/fribidi-joining.h b/lib/fribidi-joining.h
index 09b123c..d379816 100644
--- a/lib/fribidi-joining.h
+++ b/lib/fribidi-joining.h
@@ -25,8 +25,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library, in a file named COPYING; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA
*
* For licensing issues, contact <license@farsiweb.info>.
*/
diff --git a/lib/fribidi-mem.c b/lib/fribidi-mem.c
index 927b87c..e1472cf 100644
--- a/lib/fribidi-mem.c
+++ b/lib/fribidi-mem.c
@@ -25,8 +25,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library, in a file named COPYING; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA
*
* For licensing issues, contact <license@farsiweb.info>.
*/
diff --git a/lib/fribidi-mirroring.c b/lib/fribidi-mirroring.c
index fe07a6b..06acae2 100644
--- a/lib/fribidi-mirroring.c
+++ b/lib/fribidi-mirroring.c
@@ -18,7 +18,7 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with GNU FriBidi; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* For licensing issues, contact <license@farsiweb.info> or write to
* Sharif FarsiWeb, Inc., PO Box 13445-389, Tehran, Iran.
diff --git a/lib/fribidi-mirroring.h b/lib/fribidi-mirroring.h
index 72a9b9e..8b5bb48 100644
--- a/lib/fribidi-mirroring.h
+++ b/lib/fribidi-mirroring.h
@@ -18,7 +18,7 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with GNU FriBidi; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* For licensing issues, contact <license@farsiweb.info> or write to
* Sharif FarsiWeb, Inc., PO Box 13445-389, Tehran, Iran.
diff --git a/lib/fribidi-run.c b/lib/fribidi-run.c
index 5d51111..9219ff9 100644
--- a/lib/fribidi-run.c
+++ b/lib/fribidi-run.c
@@ -27,8 +27,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library, in a file named COPYING; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA
*
* For licensing issues, contact <license@farsiweb.info>.
*/
diff --git a/lib/fribidi-shape.c b/lib/fribidi-shape.c
index 960800c..4d13ecc 100644
--- a/lib/fribidi-shape.c
+++ b/lib/fribidi-shape.c
@@ -25,8 +25,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library, in a file named COPYING; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA
*
* For licensing issues, contact <license@farsiweb.info>.
*/
diff --git a/lib/fribidi-shape.h b/lib/fribidi-shape.h
index 406bfa3..6071fa2 100644
--- a/lib/fribidi-shape.h
+++ b/lib/fribidi-shape.h
@@ -25,8 +25,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library, in a file named COPYING; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA
*
* For licensing issues, contact <license@farsiweb.info>.
*/
diff --git a/lib/fribidi-types.h b/lib/fribidi-types.h
index be0527f..89778df 100644
--- a/lib/fribidi-types.h
+++ b/lib/fribidi-types.h
@@ -25,8 +25,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library, in a file named COPYING; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA
*
* For licensing issues, contact <license@farsiweb.info>.
*/
diff --git a/lib/fribidi-unicode-version.h b/lib/fribidi-unicode-version.h
index 78b95d4..deb4895 100644
--- a/lib/fribidi-unicode-version.h
+++ b/lib/fribidi-unicode-version.h
@@ -1,14 +1,14 @@
/* fribidi-unicode-version.h
- * generated by gen-unicode-version (GNU FriBidi 0.19.3)
+ * generated by gen-unicode-version (GNU FriBidi 0.19.4)
* from the file BidiMirroring.txt */
-#define FRIBIDI_UNICODE_VERSION "6.1.0"
+#define FRIBIDI_UNICODE_VERSION "6.2.0"
#define FRIBIDI_UNICODE_MAJOR_VERSION 6
-#define FRIBIDI_UNICODE_MINOR_VERSION 1
+#define FRIBIDI_UNICODE_MINOR_VERSION 2
#define FRIBIDI_UNICODE_MICRO_VERSION 0
#define FRIBIDI_UNICODE_NAMESPACE(SYMBOL) \
- FRIBIDI_NAMESPACE(SYMBOL##_unicode_6_1_0)
+ FRIBIDI_NAMESPACE(SYMBOL##_unicode_6_2_0)
#define FRIBIDI_UNICODE_PRIVATESPACE(SYMBOL) \
- FRIBIDI_PRIVATESPACE(SYMBOL##_unicode_6_1_0)
+ FRIBIDI_PRIVATESPACE(SYMBOL##_unicode_6_2_0)
/* End of generated fribidi-unicode-version.h */
diff --git a/lib/fribidi-unicode.h b/lib/fribidi-unicode.h
index 811d0f3..9174fd0 100644
--- a/lib/fribidi-unicode.h
+++ b/lib/fribidi-unicode.h
@@ -25,8 +25,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library, in a file named COPYING; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA
*
* For licensing issues, contact <license@farsiweb.info>.
*/
diff --git a/lib/fribidi.c b/lib/fribidi.c
index 00fa1ef..b09b962 100644
--- a/lib/fribidi.c
+++ b/lib/fribidi.c
@@ -27,8 +27,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library, in a file named COPYING; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA
*
* For licensing issues, contact <license@farsiweb.info>.
*/
diff --git a/lib/fribidi.h b/lib/fribidi.h
index cc697bb..ce0058e 100644
--- a/lib/fribidi.h
+++ b/lib/fribidi.h
@@ -24,8 +24,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library, in a file named COPYING; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA
*
* For licensing issues, contact <license@farsiweb.info>.
*/
diff --git a/lib/joining-type.tab.i b/lib/joining-type.tab.i
index 4c23030..5349d6a 100644
--- a/lib/joining-type.tab.i
+++ b/lib/joining-type.tab.i
@@ -1,6 +1,6 @@
/* joining-type.tab.i
- * generated by gen-joining-type-tab (GNU FriBidi 0.19.3)
- * from the files UnicodeData.txt, ArabicShaping.txt of Unicode version 6.1.0. */
+ * generated by gen-joining-type-tab (GNU FriBidi 0.19.4)
+ * from the files UnicodeData.txt, ArabicShaping.txt of Unicode version 6.2.0. */
#define PACKTAB_UINT8 fribidi_uint8
#define PACKTAB_UINT16 fribidi_uint16
diff --git a/lib/joining-types.h b/lib/joining-types.h
index a68e884..830ae74 100644
--- a/lib/joining-types.h
+++ b/lib/joining-types.h
@@ -25,8 +25,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library, in a file named COPYING; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA
*
* For licensing issues, contact <license@farsiweb.info>.
*/
diff --git a/lib/mem.h b/lib/mem.h
index c875e0b..c3dde03 100644
--- a/lib/mem.h
+++ b/lib/mem.h
@@ -25,8 +25,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library, in a file named COPYING; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA
*
* For licensing issues, contact <license@farsiweb.info>.
*/
diff --git a/lib/mirroring.tab.i b/lib/mirroring.tab.i
index abff6f5..9fab46f 100644
--- a/lib/mirroring.tab.i
+++ b/lib/mirroring.tab.i
@@ -1,6 +1,6 @@
/* mirroring.tab.i
- * generated by gen-mirroring-tab (GNU FriBidi 0.19.3)
- * from the file BidiMirroring.txt of Unicode version 6.1.0. */
+ * generated by gen-mirroring-tab (GNU FriBidi 0.19.4)
+ * from the file BidiMirroring.txt of Unicode version 6.2.0. */
#define PACKTAB_UINT8 fribidi_uint8
#define PACKTAB_UINT16 fribidi_uint16
diff --git a/lib/run.h b/lib/run.h
index f74b1a6..6028845 100644
--- a/lib/run.h
+++ b/lib/run.h
@@ -27,8 +27,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library, in a file named COPYING; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA
*
* For licensing issues, contact <license@farsiweb.info>.
*/