Blob Blame History Raw
commit 8e58bf4042d917f6ac42d0bf6e15ccb8bc8bc651
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Mar 23 11:55:29 2016 +0900

    Bump the version to 0.6.0

 NEWS         | 24 ++++++++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 25 insertions(+), 1 deletion(-)

commit 4c5564623078150ccbbd7cf8f2ef7126cfb77786
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Mar 23 11:55:20 2016 +0900

    Update the library versioning

 configure.ac                   |  6 +++---
 liblangtag-gobject/Makefile.am | 14 +++++++-------
 2 files changed, 10 insertions(+), 10 deletions(-)

commit 6910d2895a2ac1724b807f97a11cf7be9f8e002c
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Mar 23 11:15:08 2016 +0900

    Add docs

 docs/liblangtag-docs.sgml   |  1 +
 liblangtag/lt-database.h    | 14 ++++++++++++++
 liblangtag/lt-macros.h      | 29 +++++++++++++++++++++++++++++
 liblangtag/lt-relation-db.c | 12 +++++++++++-
 liblangtag/lt-tag.h         | 10 ++++++++++
 5 files changed, 65 insertions(+), 1 deletion(-)

commit e586c718cf5bdf492b2f7bcef9d1cd0f694694b0
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Mar 23 10:48:48 2016 +0900

    Get rid of deprecated macro

 configure.ac | 2 --
 1 file changed, 2 deletions(-)

commit 417a24859a29c7b0e8f2062e480a995171b8747f
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Feb 24 19:57:18 2016 +0900

    Improve the bootup time

    Delay-loading the database when it is needed.

 liblangtag/lt-database.c         |  10 ++-
 liblangtag/lt-extlang-db.c       |  89 +++++++++++-----------
 liblangtag/lt-grandfathered-db.c |  59 ++++++++-------
 liblangtag/lt-lang-db.c          |  76 +++++++++----------
 liblangtag/lt-redundant-db.c     |  59 ++++++++-------
 liblangtag/lt-region-db.c        |  90 ++++++++++++-----------
 liblangtag/lt-relation-db.c      |  64 ++++++++--------
 liblangtag/lt-script-db.c        |  90 ++++++++++++-----------
 liblangtag/lt-variant-db.c       |  90 ++++++++++++-----------
 liblangtag/lt-xml.c              | 154
 +++++++++++++++++----------------------
 10 files changed, 394 insertions(+), 387 deletions(-)

commit feb0c1f5f0610b39668baff4978a6a926af78965
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Feb 19 12:20:52 2016 +0900

    Fix OOM handling

 liblangtag/lt-extlang-db.c       | 14 +++++++-------
 liblangtag/lt-grandfathered-db.c | 14 +++++++-------
 liblangtag/lt-lang-db.c          | 14 +++++++-------
 liblangtag/lt-redundant-db.c     | 14 +++++++-------
 liblangtag/lt-region-db.c        | 14 +++++++-------
 liblangtag/lt-script-db.c        | 14 +++++++-------
 liblangtag/lt-trie.c             | 26 +++++++++++++-------------
 liblangtag/lt-variant-db.c       | 14 +++++++-------
 8 files changed, 62 insertions(+), 62 deletions(-)

commit e2312cda28a3e9020935b1239332e4ae6c6a50d4
Author: Akira TAGOH <akira@tagoh.org>
Date:   Thu Feb 18 19:07:48 2016 +0900

    Fix lt_trie_keys() not working

 liblangtag/lt-trie.c | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

commit dcf359902feb34e0f8f5f3fe5e3dae719af5937e
Author: Akira TAGOH <akira@tagoh.org>
Date:   Thu Dec 3 18:47:49 2015 +0900

    Support the language alias for the canonicalization

 data/Makefile.am    |   1 +
 liblangtag/lt-tag.c | 215
 +++++++++++++++++++++++++++++++++++++++++++++++-----
 liblangtag/lt-tag.h |  22 ++++++
 liblangtag/lt-xml.c |   5 ++
 liblangtag/lt-xml.h |   3 +-
 tests/check-tag.c   |  15 ++++
 6 files changed, 241 insertions(+), 20 deletions(-)

commit 0207866d389f8da5739823e311fac16c9f52c33c
Author: Akira TAGOH <akira@tagoh.org>
Date:   Thu Dec 3 12:29:01 2015 +0900

    missing gobject function for lt_relation_db thing

 liblangtag-gobject/lt-gobject.c | 1 +
 liblangtag-gobject/lt-gobject.h | 2 ++
 2 files changed, 3 insertions(+)

commit 779ce2fa4018e4647a744b67767faf490a1eca27
Author: Akira TAGOH <akira@tagoh.org>
Date:   Thu Dec 3 11:55:17 2015 +0900

    Fix memory leaks

 liblangtag/lt-relation-db.c | 12 ++++++++----
 liblangtag/lt-tag.c         |  3 ++-
 tests/tag.c                 |  2 ++
 3 files changed, 12 insertions(+), 5 deletions(-)

commit 95b57cf4e77e0dba8b91944d96ddaa810abe5c55
Author: Akira TAGOH <akira@tagoh.org>
Date:   Thu Dec 3 11:54:09 2015 +0900

    Add lt_db_set_val() to change the place of database

    This may be only useful for debugging purpose.

 liblangtag/lt-database.c | 68
 +++++++++++++++++++++++++++---------------------
 liblangtag/lt-database.h | 14 ++++++++++
 2 files changed, 52 insertions(+), 30 deletions(-)

commit c17146174935c2dc9bdec9d5d2bb45907468b6a5
Author: Akira TAGOH <akira@tagoh.org>
Date:   Thu Dec 3 11:52:20 2015 +0900

    Add missing header file

 liblangtag/lt-macros.h | 1 +
 1 file changed, 1 insertion(+)

commit 57e8775ca8fe0fbe688896e017a1f0b10c88277a
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Dec 1 17:05:55 2015 +0900

    Fix a segfault if no territory or script is given to
    lt_tag_convert_from_locale_string()

 liblangtag/lt-tag.c | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

commit 3a29458f9adc0fc5b874142c76efbad5a2a785b1
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Dec 1 16:46:09 2015 +0900

    Fix the behavior on lt_tag_transform() according to tr#35

 liblangtag/lt-tag.c | 56
 +++++++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 50 insertions(+), 6 deletions(-)

commit 64804dcc9f9e6d4d49de053cecf65d0aee8d32b7
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Dec 1 13:12:32 2015 +0900

    Update to add more files into .gitignore

 Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

commit 28caed6dd1440f19f7c8b4122ca55d1323bc82c7
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Dec 1 13:09:26 2015 +0900

    Add a lookup table to catch up a script/language from language/script

 data/Makefile.am               |   5 +-
 liblangtag-gobject/Makefile.am |   2 +
 liblangtag/Makefile.am         |   2 +
 liblangtag/lt-database.c       |  16 ++-
 liblangtag/lt-database.h       |   4 +-
 liblangtag/lt-macros.h         |  26 ++++
 liblangtag/lt-relation-db.c    | 283
 +++++++++++++++++++++++++++++++++++++++++
 liblangtag/lt-relation-db.h    |  43 +++++++
 liblangtag/lt-xml.c            |  41 +++---
 liblangtag/lt-xml.h            |   5 +-
 tests/tag.c                    |  16 ++-
 11 files changed, 414 insertions(+), 29 deletions(-)

commit 284f3c271e37145eb94cb1d0b5b205aaddb50dcc
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Nov 25 18:48:47 2015 +0900

    Use deprecation macros

 liblangtag/lt-trie.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 7e0bae34211e835f0bd322764f5fa7534b3edfa4
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Nov 25 18:44:30 2015 +0900

    Add deprecation macros

 liblangtag/lt-macros.h | 47
 ++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 46 insertions(+), 1 deletion(-)

commit 6d381ceb2dced8ed7e6aaa8237df1f9db02b475d
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Nov 20 20:24:15 2015 +0900

    Support BCP47-like locale representation

    applied to lt_tag_convert_from_locale() and
    lt_tag_convert_from_locale_string() only.

 liblangtag/lt-tag.c | 24 ++++++++++++++++++------
 tests/check-tag.c   |  6 +++++-
 tests/tag.c         | 13 +++++++++++--
 3 files changed, 34 insertions(+), 9 deletions(-)

commit ccd2d8d96cfef940efda3accd45abb6050a88ed9
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Nov 20 20:12:19 2015 +0900

    Fix a build fail when --enable-debug

 configure.ac                   | 1 +
 liblangtag-gobject/Makefile.am | 3 +++
 2 files changed, 4 insertions(+)

commit 85c65904d2056b6108cad9323e46e9a21979577d
Author: Akira TAGOH <akira@tagoh.org>
Date:   Thu Nov 12 15:10:40 2015 +0900

    Initialize databases just once.

 liblangtag/lt-database.c | 23 ++++++++++++++++-------
 1 file changed, 16 insertions(+), 7 deletions(-)

commit 83b66d75fa58b40e0a5c6739ef31ebd7f74860cd
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Nov 10 17:40:44 2015 +0900

    Bump the version to 0.5.8

 NEWS         | 10 ++++++++++
 configure.ac |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

commit 68d6e786e7a34f8e22dcbb3e4bc1dbdbc61dedfe
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Nov 10 17:36:14 2015 +0900

    Fix unknown node issue

 liblangtag/lt-extlang-db.c       | 3 ++-
 liblangtag/lt-grandfathered-db.c | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

commit f1d53ff8daa8b95521528efc8aeb9ea796b606de
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Nov 9 17:25:24 2015 +0900

    Fix test fail on SunOS

    (fixes issue#10)

 liblangtag/lt-ext-module.c | 32 ++++++++++++++++++++++----------
 1 file changed, 22 insertions(+), 10 deletions(-)

commit ab8019a0f5d8089c3b1c916f3d22acc9b5ca61ec
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Nov 4 11:43:46 2015 +0900

    Make some header files public (fixes: issue#14)

 data/Makefile.am                      | 1 +
 liblangtag/Makefile.am                | 7 ++++---
 liblangtag/lt-atomic.h                | 5 ++++-
 liblangtag/lt-ext-module-private.h    | 6 +++++-
 liblangtag/lt-extension-private.h     | 6 +++++-
 liblangtag/lt-extlang-private.h       | 6 +++++-
 liblangtag/lt-grandfathered-private.h | 6 +++++-
 liblangtag/lt-iter-private.h          | 6 +++++-
 liblangtag/lt-lang-private.h          | 6 +++++-
 liblangtag/lt-lock.h                  | 6 +++++-
 liblangtag/lt-mem.h                   | 6 +++++-
 liblangtag/lt-messages.h              | 4 +---
 liblangtag/lt-redundant-private.h     | 6 +++++-
 liblangtag/lt-region-private.h        | 6 +++++-
 liblangtag/lt-script-private.h        | 6 +++++-
 liblangtag/lt-tag-private.h           | 6 +++++-
 liblangtag/lt-trie.h                  | 6 +++++-
 liblangtag/lt-utils.h                 | 8 +-------
 liblangtag/lt-variant-private.h       | 6 +++++-
 tests/Makefile.am                     | 1 +
 20 files changed, 82 insertions(+), 28 deletions(-)

commit 37a6aa8e4d667e16df2fcdd2f610ee45320fdd21
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Aug 11 12:06:31 2015 +0900

    Fix the build requirement in pkgconfig file

 liblangtag.pc.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f6648edfb25fd39ace39868eb2b3ef5da8aa1b25
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Aug 10 14:23:30 2015 +0900

    Drop the word of GNOME from the ifdef'd variable for debugging

 configure.ac               |  2 +-
 liblangtag/lt-ext-module.c |  4 ++--
 liblangtag/lt-xml.c        | 12 ++++++------
 3 files changed, 9 insertions(+), 9 deletions(-)

commit bdade4f367bd8aee5ae16758440f8c505e1d6fae
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Jul 27 11:00:37 2015 +0900

    Fix the build fail on MSVC 14 (fixes issue#13)

    Patch from David Ostrovsky

 configure.ac | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

commit f7119e44f9d93b58da13163b2e465d409c4d9da7
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Jun 26 17:52:29 2015 +0900

    Bump the version to 0.5.7

 NEWS         | 10 ++++++++++
 configure.ac |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

commit f80adc37ccf547d6ab02ac9ddbb345df7a846785
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Jun 26 17:48:57 2015 +0900

    Update gtk-doc to be modernized

 configure.ac     | 6 +++++-
 docs/Makefile.am | 6 +-----
 2 files changed, 6 insertions(+), 6 deletions(-)

commit 53ffa47ec5cd5e539945563ddea112db676e3c71
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Jun 17 18:33:13 2015 +0900

    missing docs

 docs/liblangtag-docs.sgml | 1 +
 1 file changed, 1 insertion(+)

commit c2dcc5ac5b7d459577b7ff5f93551fcddc70bc0f
Author: David Tardon <dtardon@redhat.com>
Date:   Tue Jun 16 20:09:52 2015 +0200

    avoid accidental (and surprising) memory leaks

 liblangtag/lt-trie.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit 6ebf5709810983dca570d9f8873293b01b4a49bc
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Apr 20 10:28:29 2015 +0900

    add missing sys/types.h in lt-string.h
    required to build musl libc to satisfy ssize_t. (fixes issue#12)

 liblangtag/lt-string.h | 1 +
 1 file changed, 1 insertion(+)

commit 0455ed02c3e6f9fb37178122eab7a9ba7dbbd4dd
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Mar 30 11:41:09 2015 +0900

    Bump the version to 0.5.6

 NEWS         | 9 +++++++++
 configure.ac | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

commit 2193b10ef5625f0692c76614e3135db8bede3249
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Mar 30 11:40:56 2015 +0900

    Fix distcheck error

 configure.ac      | 8 ++++++++
 tests/Makefile.am | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

commit 11c0d59808a32e5a6a1c258324aa9d64d1799203
Author: David Tardon <dtardon@redhat.com>
Date:   Fri Mar 27 12:44:55 2015 +0100

    remove stray LT_END_DECLS

    LT_BEGIN_DECLS / LT_END_DECLS is not needed, because lt-config.h only
    defines macros.

 configure.ac | 2 --
 1 file changed, 2 deletions(-)

commit f32e958840dbf98c681da0c03a8ef490310af469
Author: David Tardon <dtardon@redhat.com>
Date:   Fri Mar 27 09:58:29 2015 +0100

    install lt-config.h: it's included from langtag.h

 liblangtag/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e7cc23a5c65a310374bcadd1621362cdeee42e23
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Mar 20 11:20:20 2015 +0900

    Bump the version to 0.5.5

 NEWS         | 10 ++++++++++
 configure.ac |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

commit d6968747f7b3e821649ffb1317b404b59b4692f2
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Mar 20 11:20:14 2015 +0900

    Update revision

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 42225e29fa96418e2f6274d68bd37aa43f521e68
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Mar 20 11:16:07 2015 +0900

    Fix warning on bootstrap

 configure.ac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 9324836a0d1c0682d7ee495bd9958072ffa0ce60
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Jan 5 12:06:33 2015 +0900

    Fix a build issue with inline keyword

    due to no definition for the sort of LT_HAVE_INLINE
    which is used in lt-macros.h (fixes issue#8)

 configure.ac         | 38 +++++++++++++++++++++++++++++++++-----
 liblangtag/langtag.h |  1 +
 2 files changed, 34 insertions(+), 5 deletions(-)

commit 144b2ca4e63e9cb52a332b3b2b246be88253dfb8
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Jan 5 11:06:12 2015 +0900

    Fix configure error on specifying --disable-modules

    Patch from risto3 (fixes issue#11)

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0012a1f0049079b83e95759718971f564712bff7
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Jan 5 11:01:12 2015 +0900

    Fix a typo

    Patch from risto3 (fixes issue#9)

 liblangtag/lt-xml.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d7d5eb863a127e204ae7ea7e75cb6de4c44b9e9b
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue May 27 12:33:53 2014 +0900

    Fix a memory leak

    Reported by Stephan Bergmann

 liblangtag/lt-tag.c | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

commit 96c16d4289b61a16bfd5c80206b107408002748c
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed May 21 12:35:35 2014 +0900

    Bump the version to 0.5.4

 NEWS         | 9 +++++++++
 configure.ac | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

commit 945e5b53c979247ea758ea86c22f4ef2e9b1cbd6
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed May 21 12:34:45 2014 +0900

    Remove the language subtag registry file on dist

 data/Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

commit c8086b15d2ccc0554362c944efe62dcb9b18c75b
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue May 20 20:54:34 2014 +0900

    Get rid of the extra space in case word-wrapping

    Reported from Doug Ewell

 data/reg2xml.c | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

commit d0510293344a2105bef1da3bcac4ec719597a7a9
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue May 20 20:44:44 2014 +0900

    Add date property to language-subtag-registry.xml

    To see what the version is based to generate.

    Suggested from Doug Ewell

 data/reg2xml.c | 4 ++++
 1 file changed, 4 insertions(+)

commit 3608bb230dfaefcd02c360d5049d0f6a453c282e
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue May 20 20:24:36 2014 +0900

    Fix format

 data/reg2xml.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 9cedd1cf0f4d6ea791f058a31ba77129febb97b5
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri May 9 19:11:09 2014 +0900

    Fix the module build on NetBSD (fixed issue#7)

    Patch from Jaap Boender

 configure.ac | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

commit d3bf8cd284f239b290415e4232d8dba0366533f0
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Apr 9 18:06:40 2014 +0900

    Bump the libtool revision

 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit d5cc6547235d0f1e72e9b3a16dde97f95c3d6c05
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Apr 9 17:59:21 2014 +0900

    Bump the version to 0.5.3

 NEWS         | 15 +++++++++++++++
 configure.ac |  2 +-
 2 files changed, 16 insertions(+), 1 deletion(-)

commit e9fcf5e21d46220bf17bfb316beaee1af73d66ec
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Apr 7 17:28:23 2014 +0900

    separately canonicalize into the canonical form and the extlang form

    Add lt_tag_canonicalize_in_extlang_form() to canonicalize the
    language tag
    in the extlang form.

 liblangtag/lt-tag.c | 311
 ++++++++++++++++++++++++++++------------------------
 liblangtag/lt-tag.h |  82 +++++++-------
 tests/check-tag.c   |  37 ++++++-
 tests/tag.c         |  10 +-
 4 files changed, 251 insertions(+), 189 deletions(-)

commit dc5d39fc98745140ca3a32e282262566b2f51ea7
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Apr 7 16:03:42 2014 +0900

    Fix autoconf warning, warning: AC_COMPILE_IFELSE was called before
    AC_USE_SYSTEM_EXTENSIONS

    Call AC_USE_SYSTEM_EXTENSIONS before LT_INIT

 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit edc4b66b1d88e5945e6f450c6df8377f195e2cd8
Merge: 74a0f3e 6564b87
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Apr 7 15:33:32 2014 +0900

    Merged in erAck/liblangtag/0.5.x (pull request #7)

    fix #6, include last record in language-subtag-registry.xml

commit 6564b87c2f6dac2482e530bc43b038a3e93a0e07
Author: Eike Rathke <erack@redhat.com>
Date:   Sat Apr 5 19:42:54 2014 +0200

    resolves #6, include last record in language-subtag-registry.xml

    The '%%' in language-subtag-registry is a record delimiter, not record
    end marker, it is not present on the last record at file end.

    (cherry picked from commit 4fff73a834f94a7ca256c086d99ea0a654a6c287)

 data/reg2xml.c | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

commit 79297af6671ab5dd78c904b610abf234e7ab0006
Merge: 25fc6dc 74a0f3e
Author: Eike Rathke <erack@erack.de>
Date:   Sat Apr 5 01:14:44 2014 +0200

    Merged tagoh/liblangtag/0.5.x into 0.5.x

commit 74a0f3e41921e7cb204f53764209fb2c2ce71e1b
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Jan 22 19:00:03 2014 +0900

    Update autotools macro

 configure.ac | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit a15a17558aa79e5ce76dd7674f74309a86a4976e
Author: Akira TAGOH <akira@tagoh.org>
Date:   Thu Jan 16 15:22:33 2014 +0900

    Fix typo

 tests/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 728d25641a766b8ec46770210cd82ce263eb2f49
Author: Akira TAGOH <akira@tagoh.org>
Date:   Thu Jan 16 15:22:17 2014 +0900

    Fix non-literal format string issues (fixed issue#5)

 liblangtag/lt-messages.h | 2 +-
 liblangtag/lt-utils.h    | 2 +-
 liblangtag/lt-xml.c      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit 2f2611f1633d310c5229afdcc1204ad7ed452559
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Aug 28 18:43:49 2013 +0900

    add a script to prepare a release

 new-version.sh | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

commit 692fa2b1957d6371db192d28ad7b2c456801b49a
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Aug 28 18:36:54 2013 +0900

    Bump the version to 0.5.2

 NEWS         | 39 +++++++++++++++++++++++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 40 insertions(+), 1 deletion(-)

commit 1b38acac8c889ac3885c1f48092c799044c189ce
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Aug 27 19:48:30 2013 +0900

    Fix duplicate definition of EXTRA_DIST

 docs/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6cc03362c8e2638a900b5b917185d294dbb07d7c
Merge: 25fc6dc 582e487
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Jul 30 16:51:21 2013 +0900

    Merged in erAck/liblangtag/0.5.x-libreoffice (pull request #4)

    Patches to build on Windows

commit 582e487987b78f5b96829110c8724723af59244d
Author: Eike Rathke <erack@redhat.com>
Date:   Fri Jul 26 16:54:21 2013 +0200

    Revert "do not specify a document encoding to avoid garbage
    conversion"

    This reverts commit 9fb9d1baea38076076dad1c237b04461b6e432ee.

    71e2b41a366ecd150700025058364c7dbf3576a7 fixed that.

 data/reg2xml.c | 1 +
 1 file changed, 1 insertion(+)

commit 15e74126c9aaf13fde10538536333608d1082256
Author: Eike Rathke <erack@redhat.com>
Date:   Sat Jul 20 02:17:31 2013 +0200

    MSVC does not like const typedef'ed function pointers

 liblangtag/lt-ext-module.h | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

commit 9fb9d1baea38076076dad1c237b04461b6e432ee
Author: Eike Rathke <erack@redhat.com>
Date:   Fri Jul 19 18:20:59 2013 +0200

    do not specify a document encoding to avoid garbage conversion

    libxml2 has a problem when a document encoding is specified,
    even though
    documentation says that all internal representation would be in UTF-8
    and language-subtag-registry data already is passed in UTF-8, when
    specifying the document encoding to be UTF-8 the output to
    language-subtag-registry.xml is conversion garbage for non-ASCII
    characters, '?' on Linux UTF-8 locale, ISO-8859-1 on Windows. If no
    document encoding is specified at all no conversion happens and
    non-ASCII values are correctly written as entities.

    This apparently is only a workaround, maybe proper libxml2 mechanisms
    exist to solve the problem. However, without this the data is unusable
    as an xml parser bails out when reading the ISO-8859-1 data on
    Windows.

 data/reg2xml.c | 1 -
 1 file changed, 1 deletion(-)

commit 437d761183f76ae374a80bff25d978c2b56a6d08
Author: Eike Rathke <erack@redhat.com>
Date:   Fri Jul 19 18:16:01 2013 +0200

    check for HAVE_UNISTD_H

 liblangtag/lt-utils.c | 2 ++
 1 file changed, 2 insertions(+)

commit c7b8589cffd2d1e2318dfcddfee9536b7c6c01fd
Author: Eike Rathke <erack@redhat.com>
Date:   Fri Jul 19 18:08:01 2013 +0200

    automatically appending dir separator does not work on Windows

    A check for  path[0] != LT_DIR_SEPARATOR  is ALWAYS true on Windows,
    appending LT_DIR_SEPARATOR_S to string to concatenate with path then
    results in a final path of "\D:\..." that is invalid.

    This change disables that automatism for Windows completely, if some
    consumer really relied on it it would need a different algorithm to be
    implemented.

 liblangtag/lt-string.c | 4 ++++
 1 file changed, 4 insertions(+)

commit ba174784b6a6cb0c46164b9c6dd11ede03f7180f
Author: Eike Rathke <erack@redhat.com>
Date:   Fri Jul 19 17:56:45 2013 +0200

    undefined HAVE_SYS_PARAM_H

    "HAVE_SYS_PARAM_H" is not defined [-Werror=undef]

 liblangtag/lt-macros.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9102cbfa30191d9d4c609f2d1313586512355532
Author: Eike Rathke <erack@redhat.com>
Date:   Fri Jul 19 17:48:24 2013 +0200

    variable declarations need to be at beginning of scope

 tests/variant-db.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 94874a05b086793b32cc550aa5b76b5b0a385dae
Author: Eike Rathke <erack@redhat.com>
Date:   Fri Jul 19 17:46:22 2013 +0200

    MSVC has _strtoui64() instead of strtoull()

 extensions/lt-ext-ldml-u.c | 4 ++++
 1 file changed, 4 insertions(+)

commit 9096bc44bf9273a0abb6efabc41bf669a054ba9b
Author: Eike Rathke <erack@redhat.com>
Date:   Fri Jul 19 17:28:14 2013 +0200

    MSVC-32 has _snprintf() instead of snprintf()

 liblangtag/lt-messages.c | 8 ++++++++
 1 file changed, 8 insertions(+)

commit ce88d0bb66e2fb1285cbe2ffda4ae229cd4653a4
Author: Eike Rathke <erack@redhat.com>
Date:   Fri Jul 19 17:11:12 2013 +0200

    check for MSVC defined ssize_t

    Some versions of MSVC #define ssize_t so a typedef to ssize_t is not
    possible, check that.

 liblangtag/lt-macros.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 56bde43451c33c242743438d01794b839cf64163
Author: Eike Rathke <erack@redhat.com>
Date:   Fri Jul 19 17:04:07 2013 +0200

    check return value of C99 vsnprintf()

    C99 vsnprintf() returns a negative value for encoding errors,
    check the
    return value (+ terminating NULL) for positive size before malloc(),
    else return NULL in lt_strdup_vprintf().

 liblangtag/lt-utils.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

commit 25fc6dcd6685000b5aa98e465a3beb077c6a20ee
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon May 13 16:07:42 2013 +0900

    Use AM_CPPFLAGS instead of INCLUDES

 extensions/Makefile.am         | 2 +-
 liblangtag-gobject/Makefile.am | 4 ++--
 liblangtag/Makefile.am         | 2 +-
 tests/Makefile.am              | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

commit 05bde64d38d0650c7ad45d83130447ed808e7e8f
Author: David Tardon <dtardon@redhat.com>
Date:   Thu May 9 12:55:10 2013 +0200

    coverity: check ptr before it is used

 liblangtag/lt-iter.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit 7e5483e38d53fdbaebcd7ac664fb7f9ca110d134
Author: David Tardon <dtardon@redhat.com>
Date:   Thu May 9 12:51:24 2013 +0200

    coverity: check ptr before it is used

 liblangtag/lt-tag.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit d72a90ec30624568c05a875a64dc05891da39a9a
Author: David Tardon <dtardon@redhat.com>
Date:   Thu May 9 12:49:45 2013 +0200

    coverity: check ptr before it is used

 liblangtag/lt-tag.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 0b5d0778d2fc94bd37d8077bd2aa9e6a699bd7ef
Author: David Tardon <dtardon@redhat.com>
Date:   Thu May 9 12:39:37 2013 +0200

    coverity: close file handle

 data/reg2xml.c | 3 +++
 1 file changed, 3 insertions(+)

commit fe391934587dc931e74a1bd20a70903c11c5a568
Author: David Tardon <dtardon@redhat.com>
Date:   Fri May 10 11:51:16 2013 +0900

    coverity: free string in case of error

 liblangtag/lt-tag.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit ecc0daf4b59867f77c081794a45275da9eb41904
Author: David Tardon <dtardon@redhat.com>
Date:   Thu May 9 12:33:22 2013 +0200

    coverity: returning ptr as const is meaningless

 liblangtag/lt-tag.c  | 2 +-
 liblangtag/lt-trie.c | 2 +-
 liblangtag/lt-xml.c  | 4 ++--
 liblangtag/lt-xml.h  | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

commit cab8bbedb85ff64f167b3fbc40f0361f341a4047
Author: David Tardon <dtardon@redhat.com>
Date:   Thu May 9 12:29:49 2013 +0200

    coverity: check return value of malloc

 liblangtag/lt-messages.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

commit e8dbe71a36665544ed0b7317d831f83f32214f69
Author: David Tardon <dtardon@redhat.com>
Date:   Thu May 9 12:15:58 2013 +0200

    coverity: check if error is non-null before using it

 liblangtag/lt-tag.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2234a22838498c6ae694bb5ea622f8df6336ae1f
Author: David Tardon <dtardon@redhat.com>
Date:   Thu May 9 12:10:57 2013 +0200

    coverity: free the iter, not _pointer_ to it

 liblangtag/lt-trie.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 40375fe6599cb37c4b91e4a7e5cffe91d30346e7
Author: David Tardon <dtardon@redhat.com>
Date:   Wed May 8 07:47:48 2013 +0200

    fix automake error

    docs/Makefile.am:116: error: EXTRA_DIST must be set with '=' before
    using '+='

 docs/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit dd05f565d50011ed9ef3fc058f476b0ac793660e
Merge: d3f17d3 4a5ec00
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri May 10 11:11:42 2013 +0900

    Merged in juikim/liblangtag/0.5.x (pull request #3)

    Fix duplicate typedef introduced in 57c47aa.

commit d3f17d3e927274f4b4a275016fea11e01a119b9c
Merge: 041cc65 8532462
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri May 10 11:08:58 2013 +0900

    Merge commit '8532462c5354b66848e387a7d435ca5dadbf768c' into 0.5.x

commit 4a5ec00d229d9ccf293dc21ce64eb42de7e8118c
Author: Jung-uk Kim <jkim@FreeBSD.org>
Date:   Thu May 9 15:59:35 2013 -0400

    Fix duplicate typedef introduced in 57c47aa.

 liblangtag/lt-trie.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 8532462c5354b66848e387a7d435ca5dadbf768c
Author: Jung-uk Kim <jkim@FreeBSD.org>
Date:   Wed May 8 19:26:16 2013 -0400

    Use awk(1) instead of sed(1) to fix build on *BSD.
    The previous sed commands have GNU extensions, e. g., "{d}" and "\t".

 liblangtag/buildaliastbl.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8c6b63164ba663d850552a47d1195d04d00ed1a6
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed May 1 17:49:37 2013 +0900

    Replace AM_CONFIG_HEADER with AC_CONFIG_HEADERS

    AM_CONFIG_HEADER macro seems obsolete now. (closed issue#2)

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 041cc655c18949bb2cd7ee4b163078d4ce9dfa86
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Apr 30 11:46:50 2013 +0900

    Bump the version to 0.5.1

 NEWS         | 4 ++++
 configure.ac | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 57c47aa439061bc0eea3d6dc0f1ec7cb83c0d121
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Apr 30 11:39:22 2013 +0900

    Add back dummy functions to keep ABI compatible

 liblangtag/lt-trie.c | 23 +++++++++++++++++++++++
 liblangtag/lt-trie.h |  7 +++++++
 2 files changed, 30 insertions(+)

commit 1ebcff7332831e2989235dc9f36d67f76dcea8ca
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Apr 26 11:56:08 2013 +0900

    Bump the version to 0.5.0

 NEWS                           | 11 ++++++++++-
 configure.ac                   | 10 +++++-----
 liblangtag-gobject/Makefile.am | 14 +++++++-------
 3 files changed, 22 insertions(+), 13 deletions(-)

commit ab3e13ffdf9f5c035d97f38101fff218947786a6
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Apr 22 18:09:43 2013 +0900

    Revert "API CHANGED: lt_tag_transform() returns lt_tag_t instead of
    char *"

    This reverts commit d981ad02346c9e2ca389c647446a25ce83644a9c.

    We still need to do further work to clean up APIs though, also need to
    make a new release for various fixes/improvements in git right now.
    So reverting this one which prevents it so far.

 liblangtag/lt-tag.c | 58
 ++++++++++++++++++++++++++---------------------------
 liblangtag/lt-tag.h |  2 +-
 tests/check-tag.c   | 39 +++++++++++++++++++----------------
 tests/tag.c         |  6 +++---
 4 files changed, 55 insertions(+), 50 deletions(-)

commit 7c61464746b79b18fb8884a5707e976c413b714a
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Apr 22 17:38:10 2013 +0900

    Fix a memory leak on error

    reported at https://bugzilla.redhat.com/show_bug.cgi?id=952119

 liblangtag/lt-string.c | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

commit c153b7b0184145d6843bf3fe3522075578607546
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Apr 22 17:29:39 2013 +0900

    Fix signedness issue

    reported at https://bugzilla.redhat.com/show_bug.cgi?id=952137

 liblangtag/lt-trie.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 9f9713ad1d4a6deea7d6aa6b4ef54d197680cfcd
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Apr 22 17:29:26 2013 +0900

    Fix a regression issue introduced by
    873a71abe30b023ebd04d26a832bb250807a84c6

 liblangtag/lt-extension.c | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

commit fa46de35aaf45cd5b857acf1a3579fe59777a8f8
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Apr 15 17:16:17 2013 +0900

    Use secure_getenv instead if available

    or emulated one

 configure.ac               |  2 +-
 liblangtag/lt-ext-module.c |  4 ++--
 liblangtag/lt-messages.c   |  3 ++-
 liblangtag/lt-utils.c      | 25 +++++++++++++++++++++++++
 liblangtag/lt-utils.h      |  1 +
 5 files changed, 31 insertions(+), 4 deletions(-)

commit 338a5a1e8daea4eedf9d0949cb7a421fc6f4fac0
Author: Akira TAGOH <akira@tagoh.org>
Date:   Thu Apr 4 18:02:03 2013 +0900

    Move g-ir-scanner flags into SCANNERFLAGS

 liblangtag-gobject/Makefile.am | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit 14a27729c872b1d05bf9528ebd6c592273572571
Author: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
Date:   Thu Apr 4 17:58:55 2013 +0900

    calling the generic error reporting from memory management is a hazard

    - the error reporting is pluggable with function pointers doing all
    kinds of
      funky stuff (including calling back into memory mngmt.)
    - this introduces a high risk of stack smashing circular calls
    - better silently return here

 liblangtag/lt-mem.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 6c61f671c95d62664f09f4c418ef623a9d375228
Author: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
Date:   Wed Apr 3 01:48:19 2013 +0200

    fixes for -Wformat

 liblangtag/lt-ext-module.c | 4 ++--
 tests/main.c               | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 1aef1a9a969dc7196a2a29a9117b31c928c610a8
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Mar 13 11:22:31 2013 +0900

    Minor

 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

commit a0d942c8e8dfdaff8e20ebf7f17ed06dbe5fa8f4
Author: Peter Foley <pefoley2@verizon.net>
Date:   Tue Mar 12 17:29:54 2013 -0400

    use AM_PROG_AR macro

    Makes libtool work proberly with the Visual Studio toolchain

 configure.ac | 1 +
 1 file changed, 1 insertion(+)

commit 873a71abe30b023ebd04d26a832bb250807a84c6
Author: Akira TAGOH <akira@tagoh.org>
Date:   Thu Feb 7 18:43:09 2013 +0900

    minor improvement

 liblangtag/lt-extension.c | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

commit 219785bd4dc5917368a48a4eaafdef9dad80b011
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Feb 5 15:17:28 2013 +0900

    Fix typos

 liblangtag/lt-error.c      | 2 +-
 liblangtag/lt-ext-module.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 1bfd1fe0859ba884be576db9475d43ac44e70fee
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Feb 5 15:13:25 2013 +0900

    Use AM_MISSING_PROG instead of hardcoding missing

 Makefile.am  | 14 +++++++-------
 configure.ac |  2 ++
 2 files changed, 9 insertions(+), 7 deletions(-)

commit ff006c8ac7701ba847e01a51063db22407610c82
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Jan 18 19:02:45 2013 +0900

    Fix memory leaks and erroneous code

 data/reg2xml.c             |  5 ++++-
 liblangtag/lt-error.c      |  7 +++++--
 liblangtag/lt-ext-module.c |  1 +
 liblangtag/lt-extension.c  |  1 +
 liblangtag/lt-string.c     | 11 +++++++----
 liblangtag/lt-tag.c        |  4 +---
 6 files changed, 19 insertions(+), 10 deletions(-)

commit 003827f76e3dd4e0b3157c9c1c6e041127272744
Merge: 20cecee 66ad52e
Author: Akira TAGOH <akira@tagoh.org>
Date:   Thu Jan 17 14:22:05 2013 +0900

    Merged in jlec/liblangtag (pull request #1: underlinking fix -
    missing link against libdl.so)

commit 66ad52e184b32ee4b3d61c441b1a41650e8c000b
Author: Justin Lecher <jlec@gentoo.org>
Date:   Wed Jan 16 22:18:28 2013 +0100

    Make sure liblangtag.so is linked against libdl.so with modules

    fixes underlinking, see https://bugs.gentoo.org/show_bug.cgi?id=451546

    Signed-off-by: Justin Lecher <jlec@gentoo.org>

 liblangtag/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

commit 20ceceef700f4184f439f7cf370d4883addad1b3
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Dec 19 17:11:59 2012 +0900

    Update doc

 liblangtag/lt-iter.h | 8 ++++++++
 1 file changed, 8 insertions(+)

commit d611876eb2910691129801eeba5390ab63de881b
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Dec 19 17:07:18 2012 +0900

    Do not export the iterator structures' implementation

 liblangtag/lt-iter-private.h | 4 ++++
 liblangtag/lt-iter.h         | 4 ----
 liblangtag/lt-trie.c         | 5 +++++
 liblangtag/lt-trie.h         | 5 -----
 4 files changed, 9 insertions(+), 9 deletions(-)

commit b327b9548136f6ec2ca2afa6bf0c4654b6b3a989
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Dec 19 16:28:20 2012 +0900

    Update docs

 liblangtag/lt-error.c  | 10 ++++++++
 liblangtag/lt-iter.c   | 65
 ++++++++++++++++++++++++++++++++++++++++++++++++++
 liblangtag/lt-list.c   | 10 ++++++++
 liblangtag/lt-macros.h | 54 ++++++++++++++++++++++++++++++++++++++++-
 4 files changed, 138 insertions(+), 1 deletion(-)

commit 37cb3080ab49ecbb279381e54295fa69ddb31dd9
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Dec 19 16:24:43 2012 +0900

    Define LT_ITER_INIT

 liblangtag/lt-extlang-db.c       |  2 +-
 liblangtag/lt-grandfathered-db.c |  2 +-
 liblangtag/lt-iter.h             | 14 ++++++++++++++
 liblangtag/lt-lang-db.c          |  2 +-
 liblangtag/lt-redundant-db.c     |  2 +-
 liblangtag/lt-region-db.c        |  2 +-
 liblangtag/lt-script-db.c        |  2 +-
 liblangtag/lt-variant-db.c       |  2 +-
 tests/extlang-db.c               |  4 ++--
 tests/grandfathered-db.c         |  4 ++--
 tests/lang-db.c                  |  4 ++--
 tests/redundant-db.c             |  4 ++--
 tests/region-db.c                |  4 ++--
 tests/script-db.c                |  4 ++--
 tests/variant-db.c               |  4 ++--
 15 files changed, 35 insertions(+), 21 deletions(-)

commit 1a8956a617579dbecbe4c51cc689161707354809
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Dec 19 16:22:15 2012 +0900

    add missing files to be ignored in docs

 docs/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

commit ae2ce9dd644f757f2925f1a881f1e612611481db
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Dec 19 15:01:34 2012 +0900

    remove the debugging code

 liblangtag/lt-ext-module.c | 2 --
 1 file changed, 2 deletions(-)

commit 8bcdf54202e278cb915724b1d97a2c486f5ef862
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Dec 12 18:41:50 2012 +0900

    Update .gitignore even if srcdir != builddir

    When srcdir != builddir, autotools sets VPATH = @srcdir@.
    due to this and unfortunately the top directory has same name to
    liblangtag, where contains the library's source code, make confuses
    the top directory is the target directory for 'liblangtag'.
    .gitignore is already available since building is performed at the top
    therefore .gitignore considered available.

    To avoid this confusion on make, abs_srcdir has to be used for target.

 git.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit ae81a0a326fe9a8bb0fce8c1e63a6884ab9e2518
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Dec 12 16:30:27 2012 +0900

    Fix to be able to enable modules and a build issue with modules
    enabled. sigh

 configure.ac               | 12 +++++-------
 liblangtag/Makefile.am     |  1 +
 liblangtag/lt-ext-module.c |  6 +++---
 3 files changed, 9 insertions(+), 10 deletions(-)

commit eb8036f43db8d8367a971f1b90e6622bfbf9cf12
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Dec 12 12:21:43 2012 +0900

    Fix warnings on building liblangtag-gobject

 liblangtag-gobject/gengir.sh    |  4 +++-
 liblangtag-gobject/lt-gobject.c |  1 +
 liblangtag-gobject/lt-gobject.h |  2 ++
 liblangtag/lt-iter.c            | 21 +++++++++++++++++++++
 liblangtag/lt-iter.h            |  2 ++
 5 files changed, 29 insertions(+), 1 deletion(-)

commit 684837c1352ddaf0887b34a28989cdfb679a1ef6
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Dec 12 12:21:07 2012 +0900

    Update doc

 liblangtag/lt-list.c | 10 ++++++++++
 1 file changed, 10 insertions(+)

commit d981ad02346c9e2ca389c647446a25ce83644a9c
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Dec 12 11:55:11 2012 +0900

    API CHANGED: lt_tag_transform() returns lt_tag_t instead of char *

    to reduce the duplicate work on the tag parser and possibly in
    applications

 liblangtag/lt-tag.c | 58
 ++++++++++++++++++++++++++---------------------------
 liblangtag/lt-tag.h |  2 +-
 tests/check-tag.c   | 39 ++++++++++++++++-------------------
 tests/tag.c         |  6 +++---
 4 files changed, 50 insertions(+), 55 deletions(-)

commit 12fe0b91273ba0563059cbbb180100c20b660b0a
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Dec 11 19:03:43 2012 +0900

    Fix lt_tag_convert_from_locale() to get correct result

    also added lt_tag_convert_from_locale_string()

 liblangtag/lt-tag.c | 29 ++++++++++++++++++++
 liblangtag/lt-tag.h | 78
 +++++++++++++++++++++++++++--------------------------
 tests/check-tag.c   | 31 +++++++++++++++++++++
 3 files changed, 100 insertions(+), 38 deletions(-)

commit 03cab7237e38ef6213ab0d024d33f1fee74b2cc8
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Dec 10 19:24:14 2012 +0900

    Fix the matching algorithm on lt_tag_transform()

 liblangtag/lt-messages.c |   1 +
 liblangtag/lt-messages.h |   1 +
 liblangtag/lt-tag.c      | 187
 ++++++++++++++++++++++++++++++++++++-----------
 tests/check-tag.c        |  35 +++++++++
 4 files changed, 180 insertions(+), 44 deletions(-)

commit 7f8d0f04d42128c3810906ccfef36ef85872b17c
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Dec 10 19:22:47 2012 +0900

    Fix the file open error in the debugging mode when srcdir != builddir

 liblangtag/lt-xml.c | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

commit a9bee062439fa6992919d964832415fdd67f8d09
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Dec 10 19:03:08 2012 +0900

    Don't output an error message even if no data is set in lt_error_t

 liblangtag/lt-error.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 5793da78b90c819e9b7192877faf4f5f2e085adf
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Dec 7 16:49:01 2012 +0900

    Use AC_USE_SYSTEM_EXTENSIONS instead of defining _GNU_SOURCE

 configure.ac          | 3 ++-
 liblangtag/lt-utils.c | 4 ----
 2 files changed, 2 insertions(+), 5 deletions(-)

commit 205d8e0af3d939350d5fb8d69bc5557be8f938de
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Dec 3 17:55:09 2012 +0900

    Replace '_' to '-' in lt_tag_transform()

    likelySubtags.xml contains '_', which isn't impossible to match
    the tags
    in lt_tag_t. this usually means lt_tag_transform() doesn't work
    without
    this fix.

    After this fix, following code just works:

    lt_tag_t *tag;
    char *s;

    lt_tag_parse(tag, "zh-TW", NULL);
    s = lt_tag_transform(tag, NULL));
    printf("%s\n", s);
    free(s);
    --
    zh-Hant-TW

 liblangtag/lt-tag.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6af8dd1015917d572b43a6f0ed2cf00ac69abe72
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Dec 3 17:09:28 2012 +0900

    Fix portability issue in vsnprintf

 configure.ac          | 33 ++++++++++++++++++++++-
 liblangtag/lt-utils.c | 74
 ++++++++++++++++++++++++++++++++++++++++++---------
 2 files changed, 94 insertions(+), 13 deletions(-)

commit f23cacb49328af91eccd29bed5211997edf05257
Author: Akira TAGOH <akira@tagoh.org>
Date:   Thu Nov 29 14:32:09 2012 +0900

    Fix build issue when srcdir != builddir

 data/Makefile.am               | 2 +-
 extensions/Makefile.am         | 1 +
 liblangtag-gobject/Makefile.am | 2 ++
 3 files changed, 4 insertions(+), 1 deletion(-)

commit 7e72434beeb3f78d80b1e2f7db76b11565d8a776
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Nov 27 20:27:13 2012 +0900

    Use native atomic functions for Win32 instead of Mutex-version

    Patch from
    http://cgit.freedesktop.org/libreoffice/core/tree/liblangtag/liblangtag-0.4.0-windows.patch

 liblangtag/lt-atomic.h | 29 +++++++++++++++++++++++++++--
 1 file changed, 27 insertions(+), 2 deletions(-)

commit 2c036937e874126de3593b63d2022cfe5755cb0b
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Nov 27 17:50:55 2012 +0900

    Fix another potability issues about stdint.h and va_copy

 Makefile.am                    |   4 +-
 configure.ac                   |   4 +-
 extensions/lt-ext-ldml-u.c     |   3 +-
 liblangtag/Makefile.am         |   9 +
 liblangtag/lt-tag.c            |   3 +-
 liblangtag/lt-utils.c          |   2 +-
 liblangtag/lt-utils.h          |   8 -
 m4macros/ax_create_stdint_h.m4 | 695
 +++++++++++++++++++++++++++++++++++++++++
 m4macros/va_copy.m4            | 117 +++++++
 9 files changed, 832 insertions(+), 13 deletions(-)

commit 9bd2af7d17e6cd082af05bf85e2e404719731021
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Nov 27 14:15:48 2012 +0900

    Fix broken -uninsgtalled.pc

 liblangtag-gobject-uninstalled.pc.in | 4 ++--
 liblangtag-uninstalled.pc.in         | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit dbc55e3686077e465ab519f823b9fd428f229d4b
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Nov 26 13:03:11 2012 +0900

    Fix typos

 Makefile.am            |  4 +---
 configure.ac           |  4 ++++
 liblangtag/Makefile.am | 12 +++++++++---
 3 files changed, 14 insertions(+), 6 deletions(-)

commit 2e1eb9e4c79b192c44894e1167ee71965c0d989c
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Nov 26 11:45:24 2012 +0900

    Fix portability issue

 configure.ac           | 66
 +++++++++++++++++++++++++++++++++++++++++++++++---
 liblangtag/Makefile.am |  6 +++++
 liblangtag/lt-tag.c    |  3 ++-
 liblangtag/lt-utils.c  |  7 +++++-
 liblangtag/lt-utils.h  | 14 +++++++++++
 5 files changed, 91 insertions(+), 5 deletions(-)

commit 89108f5856b455640e288e2ce29d8c5904c12a3b
Author: Akira TAGOH <akira@tagoh.org>
Date:   Sun Nov 25 17:49:56 2012 +0900

    Fix build issues with MSVC

 configure.ac               | 12 +++++++++++-
 data/Makefile.am           |  9 ++++++++-
 liblangtag/lt-ext-module.c |  6 +++++-
 liblangtag/lt-macros.h     | 11 +++++++++++
 liblangtag/lt-messages.h   |  7 +++++++
 5 files changed, 42 insertions(+), 3 deletions(-)

commit bba0eec8d2f5a439be4169fa4b454bea4028e2ae
Author: Akira TAGOH <akira@tagoh.org>
Date:   Sun Nov 25 02:05:13 2012 +0900

    Fix array subscript type issues

 extensions/lt-ext-ldml-t.c |  2 +-
 liblangtag/lt-ext-module.c |  6 +++---
 liblangtag/lt-tag.c        | 10 +++++-----
 liblangtag/lt-utils.c      | 10 +++++-----
 4 files changed, 14 insertions(+), 14 deletions(-)

commit ee0ddbeee72b4efda6074e949b82ea645b67b104
Author: Akira TAGOH <akira@tagoh.org>
Date:   Sat Nov 24 17:28:06 2012 +0900

    ifdef'd config.h

 liblangtag/lt-messages.h | 2 ++
 1 file changed, 2 insertions(+)

commit 5ee4d8750e9a6d80e12e3ace5dc490db769ee69d
Author: Akira TAGOH <akira@tagoh.org>
Date:   Sat Nov 24 17:02:41 2012 +0900

    Use native mutex lock for Win32

 NEWS                   |  8 ++++++++
 configure.ac           |  7 ++++++-
 liblangtag/Makefile.am |  1 +
 liblangtag/lt-atomic.h | 16 ++++++++--------
 liblangtag/lt-lock.h   | 46
 ++++++++++++++++++++++++++++++++++++++++++++++
 liblangtag/lt-xml.c    | 10 +++++-----
 6 files changed, 74 insertions(+), 14 deletions(-)

commit ec6f15c913c2cde030f4f49b9bd6b705e7f4140f
Author: Akira TAGOH <akira@tagoh.org>
Date:   Sat Nov 24 16:47:22 2012 +0900

    duplicate header file check

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4372494fb8230cbf3a9d7de0b979d31bfda0da51
Author: Akira TAGOH <akira@tagoh.org>
Date:   Sat Nov 24 16:27:04 2012 +0900

    Fix the build issues on MinGW

 configure.ac               |  8 ++++++++
 data/Makefile.am           |  9 +++++++--
 data/reg2xml.c             |  4 ++--
 liblangtag/lt-error.c      | 13 +++++++++++--
 liblangtag/lt-ext-module.c |  2 +-
 liblangtag/lt-messages.c   |  4 ++++
 liblangtag/lt-tag.c        |  7 +++----
 liblangtag/lt-utils.c      | 25 +++++++++++++++++++++++++
 liblangtag/lt-utils.h      |  2 ++
 9 files changed, 63 insertions(+), 11 deletions(-)

commit 3d17b41abb82488842b99e0485357089ef3a4aa9
Merge: 616ec7c ee6c2a6
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Nov 23 16:50:07 2012 +0900

    Merge branch 'master' of github.com:tagoh/liblangtag

commit 616ec7c0fc816b4aa293009f56f75a708c34ae5a
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Nov 23 16:44:24 2012 +0900

    Fix typos

 configure.ac           | 7 +++++--
 liblangtag/lt-atomic.h | 2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)

commit ee6c2a6003edeb19b4f43148a54ed15a167051bc
Merge: 2c6feaa 5eeaf1f
Author: Akira TAGOH <akira@tagoh.org>
Date:   Thu Nov 22 19:08:24 2012 -0800

    Merge pull request #8 from stbergmann/master

    Use xmlDocCopyNode to merge nodes into different docs

commit 5eeaf1ff12788e37338a36f32b6f067f754e9deb
Author: Stephan Bergmann <sbergman@redhat.com>
Date:   Thu Nov 22 22:47:18 2012 +0100

    Use xmlDocCopyNode to merge nodes into different docs

    (See
    <http://cgit.freedesktop.org/libreoffice/core/commit/?id=08ac75fce3cffc0457455b56d6bf8ead285a0dde>
    "Use xmlDocCopyNode to merge nodes into different docs in liblangtag"
    for a
    situation where this caused problems.)

 liblangtag/lt-xml.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2c6feaaa6afe18f969df24f7acf1954013362130
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Oct 29 14:05:21 2012 +0900

    Fix wrong xml data for tags in range

 data/reg2xml.c | 65
 ++++++++++++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 59 insertions(+), 6 deletions(-)

commit d9ec445eb81fa8ad64bb5a3eea694949301db582
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Oct 29 11:38:11 2012 +0900

    Add iterator support to lt_variant_db_t

 liblangtag/lt-variant-db.c | 57
 ++++++++++++++++++++++++++++++++++++++++------
 tests/variant-db.c         | 25 ++++++++++++++++++--
 2 files changed, 73 insertions(+), 9 deletions(-)

commit eaeafdf16de8ce23700ad9f376452d0cf0ce36d3
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Oct 29 11:34:17 2012 +0900

    Add iterator support to lt_script_db_t

 liblangtag/lt-script-db.c | 57
 +++++++++++++++++++++++++++++++++++++++++------
 tests/script-db.c         | 25 +++++++++++++++++++--
 2 files changed, 73 insertions(+), 9 deletions(-)

commit 74728884295dcfb909a989c98ab5eeb95b192104
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Oct 29 11:29:14 2012 +0900

    Add iterator support to lt_region_db_t

 liblangtag/lt-region-db.c | 58
 ++++++++++++++++++++++++++++++++++++++++-------
 tests/region-db.c         | 25 ++++++++++++++++++--
 2 files changed, 73 insertions(+), 10 deletions(-)

commit f51408314e1ecc17c141681fe98a262a9f02482d
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Oct 29 11:26:16 2012 +0900

    Add a convenient macro to initialize iter

 liblangtag/lt-extlang-db.c       | 5 +----
 liblangtag/lt-grandfathered-db.c | 5 +----
 liblangtag/lt-iter-private.h     | 8 ++++++++
 liblangtag/lt-lang-db.c          | 5 +----
 liblangtag/lt-redundant-db.c     | 5 +----
 5 files changed, 12 insertions(+), 16 deletions(-)

commit 12fc211468356d37cf4054b5f8aef02b22abfa94
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Oct 29 11:13:21 2012 +0900

    Add iterator support to lt_redundant_db_t

 liblangtag/langtag.h         |  1 +
 liblangtag/lt-redundant-db.c | 60 ++++++++++++++++++++++++++++++++-----
 tests/Makefile.am            |  5 ++++
 tests/redundant-db.c         | 70
 ++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 129 insertions(+), 7 deletions(-)

commit 41fe4861540f39c5c7a9507c7cdda032604afe0d
Merge: b8d3d84 8ad34ca
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Oct 26 20:16:17 2012 +0900

    Merge branch 'master' of github.com:tagoh/liblangtag

commit b8d3d84fa62095aa62fa11818c82f295e5e83a0d
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Oct 26 20:12:59 2012 +0900

    Add iterator support to lt_grandfathered_db_t

 liblangtag/lt-grandfathered-db.c | 60
 +++++++++++++++++++++++++++++++++++-----
 tests/grandfathered-db.c         | 25 +++++++++++++++--
 2 files changed, 76 insertions(+), 9 deletions(-)

commit 70a8dae1085ef7d4183487a2a60e42658d130dba
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Oct 26 19:55:50 2012 +0900

    Add iterator support to lt_extlang_db_t

 liblangtag/lt-extlang-db.c | 60
 ++++++++++++++++++++++++++++++++++++++++------
 tests/extlang-db.c         | 25 +++++++++++++++++--
 2 files changed, 76 insertions(+), 9 deletions(-)

commit 8ad34cacc555d33cd7378e858ef6d1638277b80b
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Oct 26 19:55:50 2012 +0900

    Add iterator support to lt_extlang_db_t

 liblangtag/lt-extlang-db.c | 60
 ++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 53 insertions(+), 7 deletions(-)

commit 2858bc34ee05e12db44d0428772458532e679dcc
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Oct 26 19:55:27 2012 +0900

    Add a magic code to check if the object support the iteration

 liblangtag/lt-iter-private.h |  3 +++
 liblangtag/lt-iter.c         | 10 ++++++++++
 liblangtag/lt-lang-db.c      |  2 +-
 liblangtag/lt-trie.c         |  1 +
 4 files changed, 15 insertions(+), 1 deletion(-)

commit a67281d1981cdbd2f4577721b75abb9957e1e47f
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Oct 26 19:29:10 2012 +0900

    free iter on destroy

 liblangtag/lt-lang-db.c | 1 +
 1 file changed, 1 insertion(+)

commit f172b992ebcba638aae3e9faa32ced9ac36e8980
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Oct 26 19:21:53 2012 +0900

    no need to export local iter class...

 liblangtag/lt-lang-db.c | 4 ++++
 liblangtag/lt-lang-db.h | 6 ------
 2 files changed, 4 insertions(+), 6 deletions(-)

commit 9086c088b1f6e3e361132904846cb9fb939960bc
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Oct 26 19:16:32 2012 +0900

    Add iterator support to lt_lang_db_t

 liblangtag/lt-lang-db.c | 55
 ++++++++++++++++++++++++++++++++++++++++++-------
 liblangtag/lt-lang-db.h |  6 ++++++
 tests/lang-db.c         | 22 +++++++++++++++++++-
 3 files changed, 75 insertions(+), 8 deletions(-)

commit 768767b2a1807673f49e366ab38bcc16db69bd3d
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Oct 26 19:14:42 2012 +0900

    Fix wrong traversal on keys

 liblangtag/lt-list.c | 27 ++++++++++++++++++++++++++-
 liblangtag/lt-list.h |  3 +++
 liblangtag/lt-trie.c | 46 +++++++++++++++++++++++++++-------------------
 3 files changed, 56 insertions(+), 20 deletions(-)

commit fc35c4a2cea8989a8b40038338ae86c0a249d782
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Oct 26 17:55:51 2012 +0900

    Add an abstract iterator class

 liblangtag-gobject/Makefile.am |   2 +
 liblangtag/Makefile.am         |   3 +
 liblangtag/langtag.h           |   1 +
 liblangtag/lt-iter-private.h   |  36 +++++++++
 liblangtag/lt-iter.c           |  62 +++++++++++++++
 liblangtag/lt-iter.h           |  39 +++++++++
 liblangtag/lt-trie.c           | 174
 +++++++++++++++++++++--------------------
 liblangtag/lt-trie.h           |   9 +--
 8 files changed, 235 insertions(+), 91 deletions(-)

commit 5addf31e407999c758e7fb4a7bcaefc00061582a
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Oct 26 17:54:39 2012 +0900

    Fix a typo

 liblangtag/lt-list.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit fc0f01770047b9ecd5407dbb2e7712090fb9fe5e
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Oct 22 14:01:19 2012 +0900

    fix distcheck error

 configure.ac          | 2 +-
 liblangtag/lt-utils.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 74b626b94941f553d2f92aaffdb04de66757f67c
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Oct 22 14:01:03 2012 +0900

    Fix a double-free issue

 liblangtag/lt-trie.c | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

commit a3d0b68f99d264012f8ebd1615a608cb3f98a9d4
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Oct 22 12:41:28 2012 +0900

    Bump the version to 0.4.0

 NEWS                           | 18 ++++++++++++++++++
 README                         |  3 +++
 configure.ac                   |  8 ++++----
 liblangtag-gobject/Makefile.am | 12 ++++++------
 4 files changed, 31 insertions(+), 10 deletions(-)

commit 808e0018499725ddf38bedd0addc337d94cfe9ab
Author: Akira TAGOH <akira@tagoh.org>
Date:   Mon Oct 22 12:28:11 2012 +0900

    disable builds/install for liblangtag-gobject related things when
    gi is disabled.

 Makefile.am  | 4 +++-
 configure.ac | 5 ++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 34d479747c4ae1087a48e1e614d89a24f16ad999
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Oct 16 16:40:12 2012 +0900

    Add a license file for CLDR

 COPYING.Unicode | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 50 insertions(+)

commit 78b7f86de918d8a67b84141567b0eb1ae19a183b
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Oct 16 16:28:39 2012 +0900

    Add -t-x0- support

 extensions/lt-ext-ldml-t.c | 17 ++++++++++++++++-
 liblangtag/lt-xml.c        |  6 ++++++
 2 files changed, 22 insertions(+), 1 deletion(-)

commit 68333d06b53d5e0d43b15ec705b0bea4bde2d792
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Oct 16 16:06:44 2012 +0900

    Support -t-k0-, -t-i0-, and -t-t0- subtags

 data/Makefile.am    |  20 +++++---
 liblangtag/lt-xml.c | 140
 +++++++++++++++++++++++++++++++++++++++-------------
 liblangtag/lt-xml.h |   1 +
 3 files changed, 120 insertions(+), 41 deletions(-)

commit 94e5d68e0803790e6515d571d660bc79a8874374
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Oct 16 16:05:38 2012 +0900

    Fix API to match the name and behavior

 liblangtag/lt-extension.c     |  8 ++++----
 liblangtag/lt-extlang.c       | 10 +++++-----
 liblangtag/lt-grandfathered.c |  6 +++---
 liblangtag/lt-lang.c          | 12 ++++++------
 liblangtag/lt-mem.c           |  4 ++--
 liblangtag/lt-redundant.c     |  6 +++---
 liblangtag/lt-region.c        |  6 +++---
 liblangtag/lt-script.c        |  4 ++--
 liblangtag/lt-tag.c           |  6 +++---
 liblangtag/lt-trie.c          |  4 ++--
 liblangtag/lt-variant.c       |  9 ++++-----
 11 files changed, 37 insertions(+), 38 deletions(-)

commit 56356c1b1b9a86e754a8c0b886373e32e6044427
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Oct 16 16:03:48 2012 +0900

    Update docs

 liblangtag/lt-ext-module-data.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7c6495bdd2ffa5289fda943afa430e3c222df36f
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Oct 16 16:03:32 2012 +0900

    Update against API change

 liblangtag/lt-ext-module.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

commit ad59c9fc68461a0744923e51b9b86957b34ec352
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Oct 16 16:02:57 2012 +0900

    Update docs

 liblangtag/lt-error.h | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit 9dfc8725f96472aa2f4be3207beccb4ee2edd477
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Oct 16 16:02:34 2012 +0900

    Update docs

 docs/liblangtag-docs.sgml |   8 +-
 liblangtag/lt-error.c     |  53 +++++++++++-
 liblangtag/lt-list.c      | 213
 ++++++++++++++++++++++++++++++++++++++++------
 liblangtag/lt-list.h      |  15 ++--
 liblangtag/lt-macros.h    |  41 +++++++++
 liblangtag/lt-messages.c  |  51 -----------
 liblangtag/lt-string.c    | 193 +++++++++++++++++++++++++++++++++++------
 liblangtag/lt-string.h    |  14 ++-
 8 files changed, 471 insertions(+), 117 deletions(-)

commit 571b55d84665afa09d27eba259af4d882d987e98
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Oct 16 12:05:14 2012 +0900

    ignore more private header files to generate docs

 docs/Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

commit 3c68c77af2c53d1de7371a6bed813d653ae4ec25
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Oct 16 12:04:36 2012 +0900

    fix scripts to generate gi-friendly source code much more

 liblangtag-gobject/gengir.sh | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

commit fca57e3a517b89b0cd7d8167137407aeab9edd16
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Oct 12 19:19:35 2012 +0900

    do not generate .gir.[ch] everytime

 liblangtag-gobject/Makefile.am | 21 +++++++++++++--------
 liblangtag-gobject/gendeps.sh  | 13 +++++++++++++
 2 files changed, 26 insertions(+), 8 deletions(-)

commit 2fbee01733d7a005b884f5974f5d5020a17eb1f3
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Oct 12 11:56:57 2012 +0900

    fix the duplicate / at the head

 liblangtag/lt-string.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 90ebe3a08a54962f56ce3cdaadea42a6ec86497d
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Oct 12 11:40:49 2012 +0900

    Add a feature to include extensions into the library

 extensions/Makefile.am     |  6 +++---
 extensions/lt-ext-ldml-t.c |  3 +++
 extensions/lt-ext-ldml-u.c |  7 +++++--
 liblangtag/Makefile.am     | 23 ++++++++++++++++++++++-
 liblangtag/lt-ext-module.c | 27 ++++++++++++++++++++++++---
 liblangtag/lt-ext-module.h |  7 ++++---
 6 files changed, 61 insertions(+), 12 deletions(-)

commit ee708316f2c35bb5ae5fc6f50f8c2ced443c0b6b
Author: Akira TAGOH <akira@tagoh.org>
Date:   Thu Oct 11 19:19:40 2012 +0900

    Update dependencies in README

 README | 1 -
 1 file changed, 1 deletion(-)

commit 6462bd360f2e55607a7f151a55b7e949d206572f
Author: Akira TAGOH <akira@tagoh.org>
Date:   Thu Oct 11 19:18:58 2012 +0900

    convert lt_pointer_t to gpointer

 liblangtag-gobject/gengir.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit d741da7487636aaf10d57ffa2ac084cc155c6c78
Author: Akira TAGOH <akira@tagoh.org>
Date:   Thu Oct 11 19:18:36 2012 +0900

    Fix warnings about invalid non-constant return

 liblangtag-gobject/lt-gobject.c | 3 +++
 liblangtag-gobject/lt-gobject.h | 6 ++++++
 2 files changed, 9 insertions(+)

commit 8efe65de87718d23dd7959e6ae65782ecad02068
Author: Akira TAGOH <akira@tagoh.org>
Date:   Thu Oct 11 14:22:28 2012 +0900

    Get rid of all of glib dependencies

 configure.ac                    |  64 +++++++++++++++---------
 liblangtag/Makefile.am          |   2 +-
 liblangtag/lt-atomic.h          | 108
 ++++++++++++++++++++++++++++++++++++++++
 liblangtag/lt-ext-module-data.c |   4 +-
 liblangtag/lt-mem.c             |   6 +--
 requires                        |   1 -
 6 files changed, 155 insertions(+), 30 deletions(-)

commit 0c2bcc5d94eb2d5fdef9c39cf009c0be5b9be2c5
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Oct 9 20:40:35 2012 +0900

    another try to clean up glib dependencies

 Makefile.am                     |  5 +---
 configure.ac                    | 33 +++++++++++++++++++----
 data/Makefile.am                |  2 --
 data/reg2xml.c                  | 58
 ++++++++++++++++++++---------------------
 extensions/Makefile.am          | 17 +++++++++++-
 extensions/lt-ext-ldml-t.c      |  4 +--
 liblangtag/Makefile.am          |  2 --
 liblangtag/lt-ext-module-data.c |  2 +-
 liblangtag/lt-ext-module.c      | 54
 +++++++++++++++++++-------------------
 liblangtag/lt-ext-module.h      |  7 +++++
 liblangtag/lt-mem.c             |  2 +-
 tests/Makefile.am               |  1 -
 tests/check-list.c              |  1 -
 tests/check-trie.c              |  1 -
 14 files changed, 112 insertions(+), 77 deletions(-)

commit 92f9db00d710c2b7e312f1c7f49bfbb3be6cec17
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Oct 9 18:57:29 2012 +0900

    another try to clean up glib dependencies

 Makefile.am                           |   4 +-
 configure.ac                          |   5 +-
 extensions/Makefile.am                |  62 +++++
 extensions/lt-ext-ldml-t.c            | 410
 ++++++++++++++++++++++++++++++++
 extensions/lt-ext-ldml-u.c            | 429
 ++++++++++++++++++++++++++++++++++
 liblangtag/Makefile.am                |   6 +-
 liblangtag/extensions/Makefile.am     |  65 ------
 liblangtag/extensions/lt-ext-ldml-t.c | 410
 --------------------------------
 liblangtag/extensions/lt-ext-ldml-u.c | 429
 ----------------------------------
 liblangtag/lt-error.h                 |   2 +-
 liblangtag/lt-ext-module.c            |  10 +-
 liblangtag/lt-macros.h                |  16 ++
 liblangtag/lt-messages.h              |   2 +-
 liblangtag/lt-string.h                |   4 +-
 liblangtag/lt-utils.h                 |   5 +-
 liblangtag/lt-xml.c                   |  11 +-
 m4macros/ax_pthread.m4                | 309 ++++++++++++++++++++++++
 tests/Makefile.am                     |  16 +-
 18 files changed, 1258 insertions(+), 937 deletions(-)

commit 3c95a8c7114cf4aec0635d156bed9bd7132d0454
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Oct 9 16:57:45 2012 +0900

    fix hangup on generating .gir.c

 liblangtag-gobject/gengir.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 894261eae118349fa9f1f390e656047f75b1f706
Author: Akira TAGOH <akira@tagoh.org>
Date:   Tue Oct 9 16:57:22 2012 +0900

    another try to clean up glib dependencies

 liblangtag/lt-database.c         |   2 -
 liblangtag/lt-error.c            |   1 -
 liblangtag/lt-extension.c        |   1 -
 liblangtag/lt-extlang-db.c       |   1 -
 liblangtag/lt-extlang.c          |   1 -
 liblangtag/lt-grandfathered-db.c |   1 -
 liblangtag/lt-grandfathered.c    |   1 -
 liblangtag/lt-lang-db.c          |   1 -
 liblangtag/lt-lang.c             |   1 -
 liblangtag/lt-list.c             |  15 +++-
 liblangtag/lt-list.h             |   2 +
 liblangtag/lt-mem.c              | 190
 +++++++++++++++++++++++++++++++--------
 liblangtag/lt-mem.h              |   6 +-
 liblangtag/lt-redundant-db.c     |   1 -
 liblangtag/lt-redundant.c        |   1 -
 liblangtag/lt-region-db.c        |   1 -
 liblangtag/lt-region.c           |   1 -
 liblangtag/lt-script-db.c        |   1 -
 liblangtag/lt-script.c           |   1 -
 liblangtag/lt-string.c           |   6 +-
 liblangtag/lt-string.h           |   2 +-
 liblangtag/lt-tag.c              |   1 -
 liblangtag/lt-trie.c             | 146 ++++++++++++++++++++++++++----
 liblangtag/lt-trie.h             |  44 +++++----
 liblangtag/lt-variant-db.c       |   1 -
 liblangtag/lt-variant.c          |   1 -
 26 files changed, 336 insertions(+), 94 deletions(-)

commit 876c1044a1d7d3721bdc2ba2efc7012734c9d864
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Oct 5 21:33:01 2012 +0900

    another try to clean up glib dependencies

 liblangtag/Makefile.am           |   2 +
 liblangtag/lt-database.c         |   2 +-
 liblangtag/lt-extlang-db.c       |  42 +++----
 liblangtag/lt-grandfathered-db.c |  28 ++---
 liblangtag/lt-lang-db.c          |  33 +++---
 liblangtag/lt-redundant-db.c     |  28 ++---
 liblangtag/lt-region-db.c        |  42 +++----
 liblangtag/lt-script-db.c        |  42 +++----
 liblangtag/lt-trie.c             | 234
 +++++++++++++++++++++++++++++++++++++++
 liblangtag/lt-trie.h             |  40 +++++++
 liblangtag/lt-variant-db.c       |  42 +++----
 tests/Makefile.am                |   6 +
 tests/check-trie.c               | 130 ++++++++++++++++++++++
 13 files changed, 546 insertions(+), 125 deletions(-)

commit ade8ccaa16a6acb91816e48ca467a125b5c16141
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Oct 5 14:49:17 2012 +0900

    another try to clean up glib dependencies

 liblangtag/langtag.h       |  3 ++
 liblangtag/lt-error.h      |  4 ++
 liblangtag/lt-ext-module.c | 93
 ++++++++++++++++++++++++++++------------------
 liblangtag/lt-list.h       |  4 ++
 liblangtag/lt-macros.h     | 12 ++++--
 tests/Makefile.am          |  1 -
 tests/main.c               | 61 +++++++++---------------------
 tests/main.h               | 15 ++++----
 8 files changed, 100 insertions(+), 93 deletions(-)

commit 0a1d171e6d3c22f0829db0464e82bf3dccc07bb8
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Oct 5 12:49:48 2012 +0900

    another try to clean up glib dependencies

 configure.ac                          |  90 ++++
 liblangtag-gobject/Makefile.am        |   4 +
 liblangtag/Makefile.am                |   6 +
 liblangtag/extensions/lt-ext-ldml-t.c | 225 +++++-----
 liblangtag/extensions/lt-ext-ldml-u.c | 271 ++++++------
 liblangtag/lt-database.c              |   1 +
 liblangtag/lt-error.c                 | 152 ++++++-
 liblangtag/lt-error.h                 |  36 +-
 liblangtag/lt-ext-module-data.c       |   9 +-
 liblangtag/lt-ext-module-data.h       |   3 +-
 liblangtag/lt-ext-module-private.h    |   6 +-
 liblangtag/lt-ext-module.c            | 207 ++++-----
 liblangtag/lt-ext-module.h            |  10 +-
 liblangtag/lt-extension-private.h     |   5 +-
 liblangtag/lt-extension.c             | 186 ++++----
 liblangtag/lt-extlang-db.c            | 105 ++---
 liblangtag/lt-extlang-db.h            |   8 +-
 liblangtag/lt-extlang.c               | 110 ++---
 liblangtag/lt-grandfathered-db.c      |  91 ++--
 liblangtag/lt-grandfathered-db.h      |   8 +-
 liblangtag/lt-grandfathered.c         |  68 +--
 liblangtag/lt-lang-db.c               | 111 ++---
 liblangtag/lt-lang-db.h               |   8 +-
 liblangtag/lt-lang.c                  | 131 +++---
 liblangtag/lt-list.c                  | 307 +++++++++++++
 liblangtag/lt-list.h                  |  52 +++
 liblangtag/lt-macros.h                | 130 +++++-
 liblangtag/lt-mem.c                   |  64 +--
 liblangtag/lt-mem.h                   |  11 +-
 liblangtag/lt-messages.c              | 305 +++++++++++++
 liblangtag/lt-messages.h              | 308 +++++++++++++
 liblangtag/lt-redundant-db.c          |  92 ++--
 liblangtag/lt-redundant-db.h          |   8 +-
 liblangtag/lt-redundant.c             |  68 +--
 liblangtag/lt-region-db.c             |  96 ++--
 liblangtag/lt-region-db.h             |   8 +-
 liblangtag/lt-region.c                |  66 +--
 liblangtag/lt-region.h                |   2 +-
 liblangtag/lt-script-db.c             |  90 ++--
 liblangtag/lt-script-db.h             |   8 +-
 liblangtag/lt-script.c                |  42 +-
 liblangtag/lt-string.c                | 257 +++++++++++
 liblangtag/lt-string.h                |  54 +++
 liblangtag/lt-tag-private.h           |   2 +-
 liblangtag/lt-tag.c                   | 803
 +++++++++++++++++-----------------
 liblangtag/lt-tag.h                   |  24 +-
 liblangtag/lt-utils.c                 | 106 ++++-
 liblangtag/lt-utils.h                 |  15 +-
 liblangtag/lt-variant-db.c            | 111 ++---
 liblangtag/lt-variant-db.h            |   8 +-
 liblangtag/lt-variant.c               | 130 +++---
 liblangtag/lt-variant.h               |  21 +-
 liblangtag/lt-xml.c                   | 199 +++++----
 tests/Makefile.am                     |   6 +
 tests/check-list.c                    |  97 ++++
 tests/check-tag.c                     |  66 +--
 tests/extlang-db.c                    |  12 +-
 tests/grandfathered-db.c              |  10 +-
 tests/lang-db.c                       |  14 +-
 tests/region-db.c                     |   8 +-
 tests/script-db.c                     |  12 +-
 tests/tag.c                           |  59 +--
 tests/variant-db.c                    |  16 +-
 63 files changed, 3736 insertions(+), 1802 deletions(-)

commit 51b09234169fb3409994b4f661e7c7b20a09d551
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Sep 21 21:01:50 2012 +0900

    clean up to reduce glib dependencies

 data/Makefile.am                      |   1 +
 liblangtag-gobject/Makefile.am        |   1 +
 liblangtag/Makefile.am                |   1 +
 liblangtag/buildaliastbl.sh           |  10 +-
 liblangtag/lt-database.c              |  10 +-
 liblangtag/lt-database.h              |  10 +-
 liblangtag/lt-ext-module-data.c       |   4 +-
 liblangtag/lt-ext-module-data.h       |   9 +-
 liblangtag/lt-ext-module-private.h    |  31 ++---
 liblangtag/lt-ext-module.c            | 124 ++++++++---------
 liblangtag/lt-ext-module.h            |  25 ++--
 liblangtag/lt-extension-private.h     |  19 +--
 liblangtag/lt-extension.c             |  44 +++---
 liblangtag/lt-extension.h             |  14 +-
 liblangtag/lt-extlang-private.h       |  16 +--
 liblangtag/lt-extlang.c               |  41 +++---
 liblangtag/lt-extlang.h               |  18 +--
 liblangtag/lt-grandfathered-private.h |  12 +-
 liblangtag/lt-grandfathered.c         |  26 ++--
 liblangtag/lt-grandfathered.h         |  16 +--
 liblangtag/lt-lang-private.h          |  30 ++---
 liblangtag/lt-lang.c                  |  64 ++++-----
 liblangtag/lt-lang.h                  |  32 ++---
 liblangtag/lt-macros.h                |  35 +++++
 liblangtag/lt-mem.c                   |  28 ++--
 liblangtag/lt-mem.h                   |  43 +++---
 liblangtag/lt-redundant-private.h     |  12 +-
 liblangtag/lt-redundant.c             |  26 ++--
 liblangtag/lt-redundant.h             |  16 +--
 liblangtag/lt-region-private.h        |  12 +-
 liblangtag/lt-region.c                |  28 ++--
 liblangtag/lt-region.h                |  14 +-
 liblangtag/lt-script-private.h        |  10 +-
 liblangtag/lt-script.c                |  24 ++--
 liblangtag/lt-script.h                |  14 +-
 liblangtag/lt-tag-private.h           |  10 +-
 liblangtag/lt-tag.c                   | 245
 +++++++++++++++++-----------------
 liblangtag/lt-tag.h                   |  34 ++---
 liblangtag/lt-utils.c                 |   9 +-
 liblangtag/lt-utils.h                 |   8 +-
 liblangtag/lt-variant-private.h       |  14 +-
 liblangtag/lt-variant.c               |  32 ++---
 liblangtag/lt-variant.h               |  16 +--
 liblangtag/lt-xml.h                   |   6 +-
 44 files changed, 620 insertions(+), 574 deletions(-)

commit 692bc1aa08ef788410f128cbc7e57feacc9f05e7
Merge: 7045dc2 56c8c76
Author: Akira TAGOH <akira@tagoh.org>
Date:   Fri Sep 21 20:56:27 2012 +0900

    Merge branch 'master' of github.com:tagoh/liblangtag

    Conflicts:
	liblangtag-gobject/gengir.sh

commit 7045dc2e75b4d016b289eb560f6e21d1c8cb6748
Author: Akira TAGOH <akira@tagoh.org>
Date:	Fri Sep 21 18:30:50 2012 +0900

    Fix a script to generate proper source code for gir

 liblangtag-gobject/gengir.sh | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

commit 56c8c766dcb29adc1054bcbbf396f718aaae82c4
Author: Akira TAGOH <akira@tagoh.org>
Date:	Fri Sep 21 18:30:50 2012 +0900

    Fix a script to generate proper source code for gir

 liblangtag-gobject/gengir.sh | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit 0478217f8223e8718219a16e0f83f42d0b1171a9
Author: Akira TAGOH <akira@tagoh.org>
Date:	Fri Sep 21 13:37:31 2012 +0900

    Add the license file for MPLv2

 COPYING.MPL | 373
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 373 insertions(+)

commit 7eadc2a2da29e526c6f7d5f4840b8e132a5be597
Author: Akira TAGOH <akira@tagoh.org>
Date:	Fri Sep 21 13:30:39 2012 +0900

    Changed to the dual-licensing with MPLv2

 README				       | 26 ++++++++++++++++++++++++++
 data/reg2xml.c			       | 15 +++------------
 liblangtag-gobject/lt-gobject.c       | 15 +++------------
 liblangtag-gobject/lt-gobject.h       | 15 +++------------
 liblangtag/buildaliastbl.sh	       | 34
 ++++++++--------------------------
 liblangtag/extensions/lt-ext-ldml-t.c | 15 +++------------
 liblangtag/extensions/lt-ext-ldml-u.c | 15 +++------------
 liblangtag/langtag.h		       | 15 +++------------
 liblangtag/lt-database.c	       | 15 +++------------
 liblangtag/lt-database.h	       | 15 +++------------
 liblangtag/lt-error.c		       | 15 +++------------
 liblangtag/lt-error.h		       | 15 +++------------
 liblangtag/lt-ext-module-data.c       | 17 +++--------------
 liblangtag/lt-ext-module-data.h       | 17 +++--------------
 liblangtag/lt-ext-module-private.h    | 15 +++------------
 liblangtag/lt-ext-module.c	       | 15 +++------------
 liblangtag/lt-ext-module.h	       | 15 +++------------
 liblangtag/lt-extension-private.h     | 15 +++------------
 liblangtag/lt-extension.c	       | 15 +++------------
 liblangtag/lt-extension.h	       | 15 +++------------
 liblangtag/lt-extlang-db.c	       | 15 +++------------
 liblangtag/lt-extlang-db.h	       | 15 +++------------
 liblangtag/lt-extlang-private.h       | 15 +++------------
 liblangtag/lt-extlang.c	       | 15 +++------------
 liblangtag/lt-extlang.h	       | 15 +++------------
 liblangtag/lt-grandfathered-db.c      | 15 +++------------
 liblangtag/lt-grandfathered-db.h      | 15 +++------------
 liblangtag/lt-grandfathered-private.h | 15 +++------------
 liblangtag/lt-grandfathered.c	       | 15 +++------------
 liblangtag/lt-grandfathered.h	       | 15 +++------------
 liblangtag/lt-lang-db.c	       | 15 +++------------
 liblangtag/lt-lang-db.h	       | 15 +++------------
 liblangtag/lt-lang-private.h	       | 15 +++------------
 liblangtag/lt-lang.c		       | 15 +++------------
 liblangtag/lt-lang.h		       | 15 +++------------
 liblangtag/lt-mem.c		       | 15 +++------------
 liblangtag/lt-mem.h		       | 15 +++------------
 liblangtag/lt-redundant-db.c	       | 15 +++------------
 liblangtag/lt-redundant-db.h	       | 15 +++------------
 liblangtag/lt-redundant-private.h     | 15 +++------------
 liblangtag/lt-redundant.c	       | 15 +++------------
 liblangtag/lt-redundant.h	       | 15 +++------------
 liblangtag/lt-region-db.c	       | 15 +++------------
 liblangtag/lt-region-db.h	       | 15 +++------------
 liblangtag/lt-region-private.h        | 15 +++------------
 liblangtag/lt-region.c		       | 15 +++------------
 liblangtag/lt-region.h		       | 15 +++------------
 liblangtag/lt-script-db.c	       | 15 +++------------
 liblangtag/lt-script-db.h	       | 15 +++------------
 liblangtag/lt-script-private.h        | 15 +++------------
 liblangtag/lt-script.c		       | 15 +++------------
 liblangtag/lt-script.h		       | 15 +++------------
 liblangtag/lt-tag-private.h	       | 15 +++------------
 liblangtag/lt-tag.c		       | 15 +++------------
 liblangtag/lt-tag.h		       | 15 +++------------
 liblangtag/lt-utils.c		       | 15 +++------------
 liblangtag/lt-utils.h		       | 15 +++------------
 liblangtag/lt-variant-db.c	       | 15 +++------------
 liblangtag/lt-variant-db.h	       | 15 +++------------
 liblangtag/lt-variant-private.h       | 15 +++------------
 liblangtag/lt-variant.c	       | 15 +++------------
 liblangtag/lt-variant.h	       | 15 +++------------
 liblangtag/lt-xml.c		       | 15 +++------------
 liblangtag/lt-xml.h		       | 15 +++------------
 tests/check-extlang.c		       | 17 +++--------------
 tests/check-grandfathered.c	       | 17 +++--------------
 tests/check-lang.c		       | 17 +++--------------
 tests/check-region.c		       | 17 +++--------------
 tests/check-script.c		       | 17 +++--------------
 tests/check-tag.c		       | 17 +++--------------
 tests/check-variant.c		       | 17 +++--------------
 tests/extlang-db.c		       | 15 +++------------
 tests/grandfathered-db.c	       | 15 +++------------
 tests/lang-db.c		       | 15 +++------------
 tests/main.c			       | 17 +++--------------
 tests/main.h			       | 17 +++--------------
 tests/region-db.c		       | 15 +++------------
 tests/script-db.c		       | 15 +++------------
 tests/tag.c			       | 15 +++------------
 tests/variant-db.c		       | 15 +++------------
 80 files changed, 268 insertions(+), 984 deletions(-)

commit 8f6b38157fc7efcda252fecdb7329bba07484ac0
Author: Akira TAGOH <akira@tagoh.org>
Date:	Fri Sep 21 13:30:01 2012 +0900

    Fix failing of locale.alias file detection

 configure.ac | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

commit 6431f77913e152f87a28ac79c7a7493a7bc31fc5
Author: Akira TAGOH <akira@tagoh.org>
Date:	Fri Sep 21 12:55:25 2012 +0900

    Do not generate lt-localealias.h if failed

 liblangtag/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f11c34cf6ec1cebc735369db1fdb4cc3d882dd7a
Merge: 3b57803 a80f37b
Author: Akira TAGOH <akira@tagoh.org>
Date:	Thu Sep 20 18:52:15 2012 -0700

    Merge pull request #7 from stbergmann/master

    Do not call xmlCleanupParser from liblangtag

commit a80f37b0c393a72630760df60877544c3f0e0167
Author: Stephan Bergmann <sbergman@redhat.com>
Date:	Thu Sep 20 15:21:57 2012 +0200

    Do not call xmlCleanupParser from liblangtag

    Despite its name, it is a cleanup function for libxml2 that must
    only be called
    when the process as a whole no longer needs libxml2.  Calling it
    from a library
    like liblangtag is not appropriate (just like liblangtag does not call
    xmlInitParser, either).

    In LibreOffice, this caused confusion about pthread keys for
    thread-local
    storage (xmlCleanupParser calls pthread_key_delete, but apparently
    if libxml2 is
    later used by unrelated code in LibreOffice again, it still uses
    the stale key,
    and if that key is now reused via an unrelated pthread_key_create,
    arbitrary
    crashes happen during thread termination in pthread's
    __nptl_deallocate_tsd),
    cf. <http://cgit.freedesktop.org/libreoffice/core/commit/
    ?id=5e6c595e9d698caf23ae68d38b9cab30ff9c9b94> "Do not call
    xmlCleanupParser from
    liblangtag."

 liblangtag/lt-xml.c | 6 ------
 1 file changed, 6 deletions(-)

commit 3b57803395aef6a9d4d62963d9b53ec616015fde
Author: Tomas Chvatal <tchvatal@suse.cz>
Date:	Thu Sep 20 10:58:45 2012 +0200

    Use correct brackets in pc files to avoid linking issues. (closes #6)

 liblangtag-gobject.pc.in | 2 +-
 liblangtag.pc.in	  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit a40168c887760e3ba30dd523aecd329e8ba489b3
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Sep 5 13:57:09 2012 +0900

    Add --disable-test configure option

    This seems required to address the automagic dependencies in Gentoo.
    (closes #3)

 configure.ac | 85
 +++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 47 insertions(+), 38 deletions(-)

commit 71e2b41a366ecd150700025058364c7dbf3576a7
Author: Akira TAGOH <akira@tagoh.org>
Date:	Thu Aug 16 15:41:53 2012 +0900

    Fix the broken output

    I'm not sure what's wrong. but using xmlSaveFormatFileEnc()
    instead of xmlDocDumpFormatMemory() seems fixing this issue.
    (closes #5)

 data/Makefile.am |  2 +-
 data/reg2xml.c   | 17 ++++++-----------
 2 files changed, 7 insertions(+), 12 deletions(-)

commit e41b87790ccc953b2cb52363d391bd9affeeeb59
Merge: ad80fce 1d3e950
Author: Akira TAGOH <akira@tagoh.org>
Date:	Mon Aug 13 19:04:14 2012 -0700

    Merge pull request #4 from pevik/master

    one more bashism fixed

commit 1d3e95014d56120bfa8dbde42b48b86ab0bb5d6d
Author: Petr Vorel <petr.vorel@gmail.com>
Date:	Fri Aug 10 21:30:14 2012 +0200

    Fix another bashism. Now it should be working under dash as well.

 liblangtag-gobject/gengir.sh | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit ad80fce200f57d3b68057f9366665a5fb5d4acc2
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Aug 8 11:52:16 2012 +0900

    Fix another fail on make check without --enable-debug

 tests/Makefile.am | 13 +++++++------
 tests/check-tag.c |  1 +
 2 files changed, 8 insertions(+), 6 deletions(-)

commit e3ae851c3cc500286dbf502672f09666a62fbc2e
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Aug 8 11:27:24 2012 +0900

    read xml files on the builddir for unit tests

    This change allows to run "make check" without --enable-debug. (closes
    #2)

 tests/Makefile.am	     | 11 ++++++-----
 tests/check-extlang.c	     |	1 +
 tests/check-grandfathered.c |	1 +
 tests/check-lang.c	     |	1 +
 tests/check-region.c	     |	1 +
 tests/check-script.c	     |	1 +
 tests/check-tag.c	     |	1 +
 tests/check-variant.c	     |	1 +
 tests/extlang-db.c	     |	1 +
 tests/grandfathered-db.c    |	1 +
 tests/lang-db.c	     |	1 +
 tests/region-db.c	     |	1 +
 tests/script-db.c	     |	1 +
 tests/tag.c		     |	1 +
 tests/variant-db.c	     |	1 +
 15 files changed, 20 insertions(+), 5 deletions(-)

commit 1c06ed56d14f1a04df8c069b3fe619e908e374f7
Merge: fc860aa 4ffc146
Author: Akira TAGOH <akira@tagoh.org>
Date:	Tue Aug 7 10:16:05 2012 +0900

    Merge branch 'master' of github.com:tagoh/liblangtag

commit 4ffc146f04633ebfcd222dc95e7672f8f787ad4d
Merge: 255a824 cefa70d
Author: Akira TAGOH <akira@tagoh.org>
Date:	Mon Aug 6 18:12:02 2012 -0700

    Merge pull request #1 from pevik/master

    fix bashisms

commit cefa70da9e5ae2d48181fab8bb7aa9ef6855d2e4
Author: Petr Vorel <petr.vorel@gmail.com>
Date:	Mon Aug 6 23:48:39 2012 +0200

    remove bashisms

 liblangtag-gobject/gengir.sh | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit fc860aa452c60bdbb7bedb07fc9338f2457e2879
Author: Akira TAGOH <akira@tagoh.org>
Date:	Fri Jun 15 15:19:28 2012 +0900

    Bump version to 0.3

 NEWS	      | 10 ++++++++++
 configure.ac |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

commit a6de293e40593598d8b11568d0bd1ec85d670f4e
Author: Akira TAGOH <akira@tagoh.org>
Date:	Fri Jun 15 15:18:51 2012 +0900

    Bump the libtool revision

 configure.ac | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 8faf54b2192e1c37da8be65d7f06389558fcae8e
Author: Akira TAGOH <akira@tagoh.org>
Date:	Fri Jun 15 15:18:05 2012 +0900

    Fix distcheck fail

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 255a824592eb927406f3a48ad565e2468f81956b
Author: Akira TAGOH <akira@tagoh.org>
Date:	Fri Jun 15 14:49:59 2012 +0900

    docs: Ignore lt-localealias.h

 docs/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

commit fcc1871df84d0623e20e643984020b3ae4de88cd
Author: Akira TAGOH <akira@tagoh.org>
Date:	Fri Jun 15 14:49:12 2012 +0900

    Add lt_db_get/set_datadir()

    Both functions will overrides the builtin datadir.
    The idea and the original patch was written by Eike Rathke.

 liblangtag/lt-database.c | 41 +++++++++++++++++++++++++++++++++++++++++
 liblangtag/lt-database.h |  2 ++
 liblangtag/lt-utils.h	  |  3 +++
 liblangtag/lt-xml.c	  |  7 ++++---
 4 files changed, 50 insertions(+), 3 deletions(-)

commit 134f7c994c58e9c6364d1668290bee144e8bfeab
Author: Akira TAGOH <akira@tagoh.org>
Date:	Mon Mar 19 19:06:34 2012 +0900

    Improve the locale modifier handling

 liblangtag/lt-tag.c | 242
 ++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 235 insertions(+), 7 deletions(-)

commit b2981ba8864ca2bc04898375762014c206458353
Author: Akira TAGOH <akira@tagoh.org>
Date:	Fri Mar 16 19:50:23 2012 +0900

    Deal with the locale alias in lt_tag_convert_from_locale()

 configure.ac		     |	33 +++++++++
 liblangtag/Makefile.am      |	13 +++-
 liblangtag/buildaliastbl.sh |	81 ++++++++++++++++++++++
 liblangtag/lt-tag.c	     | 160
 ++++++++++++++++++++++++++++----------------
 4 files changed, 226 insertions(+), 61 deletions(-)

commit 20dc02e62d95a03483ee7e1f7dfa7d5c94a162ce
Author: Akira TAGOH <akira@tagoh.org>
Date:	Tue Mar 13 21:12:17 2012 +0900

    Add a reference for RFC6497

 README | 2 ++
 1 file changed, 2 insertions(+)

commit 1edeb4b43c2121dd884825f1eee56bfa7c0ea878
Author: Akira TAGOH <akira@tagoh.org>
Date:	Mon Mar 5 21:55:38 2012 +0900

    Add -t- extension - transformed content support

 data/Makefile.am		       |   1 +
 liblangtag/extensions/Makefile.am     |  12 +
 liblangtag/extensions/lt-ext-ldml-t.c | 428
 ++++++++++++++++++++++++++++++++++
 liblangtag/lt-tag.c		       | 240 +++++++++++--------
 liblangtag/lt-tag.h		       |  73 +++---
 liblangtag/lt-xml.c		       |   7 +
 liblangtag/lt-xml.h		       |   1 +
 tests/check-tag.c		       |  12 +
 8 files changed, 644 insertions(+), 130 deletions(-)

commit cf8dfcf1604e534f4c9eccbd9a05571c8a9dc74d
Author: Akira TAGOH <akira@tagoh.org>
Date:	Mon Mar 5 18:10:10 2012 +0900

    Fix invalid memory access

 liblangtag/lt-extension.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit fb51a565eee62470d0b31263b684fa9c2d8cf267
Author: Akira TAGOH <akira@tagoh.org>
Date:	Mon Mar 5 17:57:35 2012 +0900

    Fix a typo

 liblangtag/lt-tag.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1492f1e3f380cdb73275d642e13153a075bc6175
Author: Akira TAGOH <akira@tagoh.org>
Date:	Mon Mar 5 14:22:16 2012 +0900

    clean up the duplicate code

 liblangtag/lt-mem.c | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 7db668018bead098c994941f8012306fad7f5faf
Author: Akira TAGOH <akira@tagoh.org>
Date:	Mon Mar 5 14:21:32 2012 +0900

    Fix a typo

 liblangtag/lt-tag-private.h | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

commit d2c2baaf21d9b871e16137d7bd53c6009c57fb0e
Author: Akira TAGOH <akira@tagoh.org>
Date:	Mon Mar 5 14:21:17 2012 +0900

    clean up the duplicate code

 liblangtag/lt-extension.c | 7 +------
 liblangtag/lt-mem.h	   | 3 +++
 liblangtag/lt-tag.c	   | 8 +-------
 3 files changed, 5 insertions(+), 13 deletions(-)

commit d8d9bd8816d92dcf893f9e78cfc2f462a60406a8
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Feb 29 19:03:53 2012 +0900

    trivial fix to adjust the alignment

 data/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 19e991a7aa0eca5853a82f935a40e6299dd18084
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Feb 29 19:02:57 2012 +0900

    fails when downloading/generating a file is failed

 data/Makefile.am | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

commit b304a56a179918f3c5852c435cd920536bcfcaf0
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Feb 29 18:38:48 2012 +0900

    rename for coming another extension

 liblangtag/extensions/Makefile.am     |  14 +-
 liblangtag/extensions/lt-ext-ldml-u.c | 451
 ++++++++++++++++++++++++++++++++++
 liblangtag/extensions/lt-ext-ldml.c   | 451
 ----------------------------------
 3 files changed, 458 insertions(+), 458 deletions(-)

commit cc2204d13be874bf7206e0b46c55145c4b0d8456
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Feb 29 18:36:56 2012 +0900

    Add more reference

 README | 2 ++
 1 file changed, 2 insertions(+)

commit 2a0ff17e483e1499c0cfa0281c5673cf9a12362b
Author: Akira TAGOH <akira@tagoh.org>
Date:	Tue Feb 28 19:27:12 2012 +0900

    Enable the silent build rules by default

 configure.ac			| 5 +++++
 liblangtag-gobject/Makefile.am | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 1db07ce3e9e74f0941baa975097ede0c0b99383f
Author: Akira TAGOH <akira@tagoh.org>
Date:	Fri Feb 17 18:15:21 2012 +0900

    Drop the unnecessary files from repo

 ChangeLog |   0
 INSTALL   | 365
 --------------------------------------------------------------
 2 files changed, 365 deletions(-)

commit e80bad7c397c016284e451765870a4bda11cca92
Author: Akira TAGOH <akira@tagoh.org>
Date:	Fri Feb 17 15:23:53 2012 +0900

    Add lt_tag_transform() to substitute tags according to likelySubtags
    database

 data/Makefile.am		     | 41 ++++++++++++-----
 liblangtag/extensions/lt-ext-ldml.c |	8 ++--
 liblangtag/lt-tag.c		     | 87
 +++++++++++++++++++++++++++++++++++++
 liblangtag/lt-tag.h		     |	2 +
 liblangtag/lt-xml.c		     | 68 ++++++++++++++++++++++++++++-
 liblangtag/lt-xml.h		     | 11 +++--
 tests/tag.c			     | 10 ++++-
 7 files changed, 207 insertions(+), 20 deletions(-)

commit 36a31e0ee7d2f12b3ec1e23a1a3207ae3fd7fb7d
Author: Akira TAGOH <akira@tagoh.org>
Date:	Fri Feb 17 12:39:03 2012 +0900

    add missing files for cleanup

 Makefile.am	  | 1 +
 docs/Makefile.am | 4 ++++
 2 files changed, 5 insertions(+)

commit 5d5c0b3a1127b02f9d7d5da376c04924659f4176
Author: Akira TAGOH <akira@tagoh.org>
Date:	Fri Feb 17 12:38:31 2012 +0900

    get rid of .gitignore

 .gitignore | 68
 --------------------------------------------------------------
 1 file changed, 68 deletions(-)

commit f77cc4e1b6f3cb44019b592a531e10d1f73e0fbe
Author: Akira TAGOH <akira@tagoh.org>
Date:	Fri Feb 17 12:33:15 2012 +0900

    Add git.mk from http://github.com/behdad/git.mk

 .gitignore			   | 136 ++++++++++++-------------
 Makefile.am			   |  44 +++++---
 git.mk				   | 206
 ++++++++++++++++++++++++++++++++++++++
 liblangtag-gobject/Makefile.am    |   2 +
 liblangtag/Makefile.am		   |   2 +
 liblangtag/extensions/Makefile.am |   2 +
 tests/Makefile.am		   |   2 +
 7 files changed, 314 insertions(+), 80 deletions(-)

commit 1a9e162ab5eb725406ff34c3fc1f7926cc14d8f9
Author: Akira TAGOH <akira@tagoh.org>
Date:	Tue Feb 7 12:03:39 2012 +0900

    Add an API to generate lang tag from current locale

 liblangtag/lt-tag.c | 79
 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 liblangtag/lt-tag.h | 65 +++++++++++++++++++++----------------------
 tests/tag.c	     | 35 ++++++++++++++++++------
 3 files changed, 138 insertions(+), 41 deletions(-)

commit 132170753ea9cbd63cda8f3a80498c144f75b8ba
Author: Akira TAGOH <akira@tagoh.org>
Date:	Mon Feb 6 16:38:37 2012 +0900

    Fix a memory leak

 liblangtag/lt-extension.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 5d4548798d85c660a390f6aead67ab8330d3533d
Author: Akira TAGOH <akira@tagoh.org>
Date:	Thu Feb 2 21:32:05 2012 +0900

    bump to 0.2

 NEWS				| 11 +++++++++++
 README				| 22 +++++++++++++++++++++-
 configure.ac			|  2 +-
 liblangtag-gobject/Makefile.am | 12 ++++++------
 4 files changed, 39 insertions(+), 8 deletions(-)

commit d9e04416c198b1faf307cde7327395fd82d02804
Author: Akira TAGOH <akira@tagoh.org>
Date:	Thu Feb 2 19:10:10 2012 +0900

    Fix the behavior on canonicalizing extension

 liblangtag/extensions/lt-ext-ldml.c | 23 ++++++++++++++++++++++-
 1 file changed, 22 insertions(+), 1 deletion(-)

commit cdd35c2dad5c222d025161616e63938cdf3a09df
Author: Akira TAGOH <akira@tagoh.org>
Date:	Thu Feb 2 18:47:11 2012 +0900

    missing changes for extension support

 configure.ac | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

commit 70ec395f31d7705fb63acd08e7aca7e430ab316d
Author: Akira TAGOH <akira@tagoh.org>
Date:	Thu Feb 2 18:45:59 2012 +0900

    add a testcase for u extension

 tests/check-tag.c | 10 ++++++++++
 1 file changed, 10 insertions(+)

commit ae0748090eb94ce8a60726d33834f61ca115e623
Author: Akira TAGOH <akira@tagoh.org>
Date:	Thu Feb 2 18:45:41 2012 +0900

    Add an exception to deal with the codepoints...

 liblangtag/extensions/lt-ext-ldml.c | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

commit 56004d23cd1cbabc7119b516163cffb0cb49445a
Author: Akira TAGOH <akira@tagoh.org>
Date:	Thu Feb 2 18:03:07 2012 +0900

    Fix a distcheck error

 .gitignore		|  1 +
 data/Makefile.am	| 26 ++++++++++++++++++++++++++
 liblangtag/Makefile.am |  1 +
 liblangtag/lt-xml.c	|  2 +-
 4 files changed, 29 insertions(+), 1 deletion(-)

commit 42b5bdf6cb287dc36b8da1b82dd0a7a370fbcfd6
Author: Akira TAGOH <akira@tagoh.org>
Date:	Thu Feb 2 18:02:00 2012 +0900

    Add a LDML support

 liblangtag/extensions/lt-ext-ldml.c | 410
 ++++++++++++++++++++++++++++++++++++
 liblangtag/lt-xml.c		     | 129 +++++++++++-
 liblangtag/lt-xml.h		     |	18 +-
 3 files changed, 547 insertions(+), 10 deletions(-)

commit 132eecbbb304381dd5e6e56ffbb1bbf440846692
Author: Akira TAGOH <akira@tagoh.org>
Date:	Thu Feb 2 16:03:49 2012 +0900

    Add an API to precheck tags for extension.

 liblangtag/lt-ext-module-private.h |  4 +++
 liblangtag/lt-ext-module.c	    | 53
 ++++++++++++++++++++++++++++++++++++++
 liblangtag/lt-ext-module.h	    | 18 +++++++++++++
 liblangtag/lt-extension-private.h  |  4 ++-
 liblangtag/lt-extension.c	    | 41 ++++++++++++++++++++++++-----
 liblangtag/lt-tag.c		    | 12 ++++-----
 6 files changed, 118 insertions(+), 14 deletions(-)

commit d742f6dead06f345f897e2dfde43c0c30268fbe9
Author: Akira TAGOH <akira@tagoh.org>
Date:	Thu Feb 2 13:54:17 2012 +0900

    Add APIs to obtain the subtag container instances.

 liblangtag/lt-tag.c | 84
 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 liblangtag/lt-tag.h | 62 ++++++++++++++++++++++++---------------
 2 files changed, 122 insertions(+), 24 deletions(-)

commit cbebccfbf838478316b0e52f423ed7eb12887410
Author: Akira TAGOH <akira@tagoh.org>
Date:	Thu Feb 2 13:53:34 2012 +0900

    Update docs

 liblangtag/lt-ext-module.h | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

commit b3d6eacfd30788377a8d4edb0a4b1a97ed7dbc44
Author: Akira TAGOH <akira@tagoh.org>
Date:	Thu Feb 2 13:53:20 2012 +0900

    Fix to generate the capitalized class name for const.

 liblangtag-gobject/gengir.sh | 1 +
 1 file changed, 1 insertion(+)

commit 3cc6b55defae22b3c7859d9629b959b923e51784
Author: Akira TAGOH <akira@tagoh.org>
Date:	Thu Feb 2 10:12:43 2012 +0900

    renaming...

 liblangtag/lt-tag.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f4e2d17fe1e39e84870c858d2b1bb75a78e19715
Author: Akira TAGOH <akira@tagoh.org>
Date:	Thu Feb 2 10:12:21 2012 +0900

    renaming...

 liblangtag/lt-extension-private.h | 22 +++++++++++-----------
 liblangtag/lt-extension.c	   |  2 +-
 2 files changed, 12 insertions(+), 12 deletions(-)

commit 82e635f8b8ffb599bbfcf84b009cb0799e699b56
Author: Akira TAGOH <akira@tagoh.org>
Date:	Thu Feb 2 10:10:11 2012 +0900

    Add an API to validate tag state.

 liblangtag/extensions/Makefile.am  | 51
 ++++++++++++++++++++++++++++++++++++++
 liblangtag/lt-ext-module-private.h |  2 ++
 liblangtag/lt-ext-module.c	    | 48
 +++++++++++++++++++++++++++--------
 liblangtag/lt-ext-module.h	    | 11 ++++++++
 liblangtag/lt-extension-private.h  |  1 +
 liblangtag/lt-extension.c	    | 15 +++++++++++
 liblangtag/lt-tag.c		    |  3 ++-
 7 files changed, 120 insertions(+), 11 deletions(-)

commit eb27fa7570b59123369dcc3000e0c8f006a43e2c
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Feb 1 16:58:04 2012 +0900

    external module support for Extension

 docs/Makefile.am		    |	3 +
 docs/liblangtag-docs.sgml	    |	6 +
 liblangtag-gobject/Makefile.am     |	6 +
 liblangtag-gobject/gengir.sh	    |	2 +-
 liblangtag-gobject/lt-gobject.c    |	3 +
 liblangtag-gobject/lt-gobject.h    |	6 +
 liblangtag/Makefile.am		    |  31 +-
 liblangtag/langtag.h		    |	2 +
 liblangtag/lt-database.c	    |	3 +
 liblangtag/lt-error.h		    |	2 +
 liblangtag/lt-ext-module-data.c    | 124 ++++++++
 liblangtag/lt-ext-module-data.h    |  56 ++++
 liblangtag/lt-ext-module-private.h |  50 ++++
 liblangtag/lt-ext-module.c	    | 584
 +++++++++++++++++++++++++++++++++++++
 liblangtag/lt-ext-module.h	    | 144 +++++++++
 liblangtag/lt-extension-private.h  |  44 +++
 liblangtag/lt-extension.c	    | 428 +++++++++++++++++++++++++++
 liblangtag/lt-extension.h	    |  53 ++++
 liblangtag/lt-tag.c		    | 220 +++++---------
 19 files changed, 1607 insertions(+), 160 deletions(-)

commit 51c0f56cbe3c105ee312f10f0afe8086cd3fd269
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Feb 1 16:53:56 2012 +0900

    Update docs

 liblangtag/lt-extlang-db.h	  | 3 +++
 liblangtag/lt-extlang.h	  | 3 +++
 liblangtag/lt-grandfathered-db.h | 3 +++
 liblangtag/lt-grandfathered.h	  | 3 +++
 liblangtag/lt-lang-db.h	  | 3 +++
 liblangtag/lt-lang.h		  | 3 +++
 liblangtag/lt-redundant-db.h	  | 3 +++
 liblangtag/lt-redundant.h	  | 3 +++
 liblangtag/lt-region-db.h	  | 3 +++
 liblangtag/lt-region.h		  | 3 +++
 liblangtag/lt-script-db.h	  | 3 +++
 liblangtag/lt-script.h		  | 3 +++
 liblangtag/lt-tag.h		  | 3 +++
 liblangtag/lt-variant-db.h	  | 3 +++
 liblangtag/lt-variant.h	  | 5 ++++-
 15 files changed, 46 insertions(+), 1 deletion(-)

commit 2b4a54c033d1702504c8e6301478f9f5432ae627
Author: Akira TAGOH <akira@tagoh.org>
Date:	Mon Jan 30 22:49:13 2012 +0900

    Use common instance for xml files.

 liblangtag/Makefile.am		  |   2 +
 liblangtag/lt-extlang-db.c	  |  44 ++++--------
 liblangtag/lt-grandfathered-db.c |  45 ++++--------
 liblangtag/lt-lang-db.c	  |  45 ++++--------
 liblangtag/lt-redundant-db.c	  |  45 ++++--------
 liblangtag/lt-region-db.c	  |  45 ++++--------
 liblangtag/lt-script-db.c	  |  45 ++++--------
 liblangtag/lt-variant-db.c	  |  45 ++++--------
 liblangtag/lt-xml.c		  | 152
 +++++++++++++++++++++++++++++++++++++++
 liblangtag/lt-xml.h		  |  39 ++++++++++
 10 files changed, 283 insertions(+), 224 deletions(-)

commit 24f17cb052df9bf67fa10eec79bae050afcb0fac
Author: Akira TAGOH <akira@tagoh.org>
Date:	Fri Jan 27 12:33:33 2012 +0900

    canonicalize the tag before converting to the locale

 liblangtag/lt-tag.c | 23 +++++++++++++++--------
 1 file changed, 15 insertions(+), 8 deletions(-)

commit 07bfd0526b9b697c80f0c07c8bec38c38d155d12
Author: Akira TAGOH <akira@tagoh.org>
Date:	Thu Jan 26 20:36:55 2012 +0900

    Update for docs

 docs/Makefile.am	   | 1 +
 docs/liblangtag-docs.sgml | 2 ++
 2 files changed, 3 insertions(+)

commit baddf29533a77f9bb74d7e0f189e8c2f52a9adfc
Author: Akira TAGOH <akira@tagoh.org>
Date:	Thu Jan 26 20:36:41 2012 +0900

    missing function for redundant handlers

 liblangtag-gobject/lt-gobject.c |  2 ++
 liblangtag-gobject/lt-gobject.h | 28 ++++++++++++++++------------
 2 files changed, 18 insertions(+), 12 deletions(-)

commit b4cc70ed5c5ea4d92fce96c82fb6bda71e03cafd
Author: Akira TAGOH <akira@tagoh.org>
Date:	Thu Jan 26 20:29:05 2012 +0900

    * clean up
    * add some new APIs
    * correct the behavior on canonicalizing tags

 liblangtag/lt-tag.c | 552
 ++++++++++++++++++++++++++++++++++++++--------------
 liblangtag/lt-tag.h |	 3 +
 tests/check-tag.c   |	29 +++
 3 files changed, 436 insertions(+), 148 deletions(-)

commit d433b284f2a01b4165dbbc9aed3f36de699c500a
Author: Akira TAGOH <akira@tagoh.org>
Date:	Thu Jan 26 20:25:57 2012 +0900

    Add redundant database handler

 liblangtag-gobject/Makefile.am    |   4 +
 liblangtag/Makefile.am		   |   5 +
 liblangtag/lt-database.c	   |  25 +++-
 liblangtag/lt-database.h	   |   2 +
 liblangtag/lt-redundant-db.c	   | 296
 ++++++++++++++++++++++++++++++++++++++
 liblangtag/lt-redundant-db.h	   |  48 +++++++
 liblangtag/lt-redundant-private.h |  40 ++++++
 liblangtag/lt-redundant.c	   | 248 ++++++++++++++++++++++++++++++++
 liblangtag/lt-redundant.h	   |  51 +++++++
 9 files changed, 713 insertions(+), 6 deletions(-)

commit e98597a7278159a3e9440c296c22e24d9decf35a
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Jan 25 19:04:21 2012 +0900

    declare ref_count as volatile

 liblangtag/lt-mem.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit b68f868c69f7992f0d64d0556874c71b821af2ae
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Jan 18 13:49:17 2012 +0900

    Fix distcheck error

 Makefile.am			|  1 +
 data/Makefile.am		|  5 +++--
 liblangtag-gobject/Makefile.am | 12 ++++++------
 3 files changed, 10 insertions(+), 8 deletions(-)

commit f0e15856438cf25b7e09f30cc8ceb299a8cdc1f8
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Jan 18 12:48:50 2012 +0900

    Generate document from gtk-doc

 Makefile.am		       |   2 +-
 configure.ac		       |   2 +
 docs/Makefile.am	       | 124
 ++++++++++++++++++++++++++++++++++++++++++
 docs/liblangtag-docs.sgml     |  59 ++++++++++++++++++++
 docs/liblangtag-overrides.txt |   0
 docs/liblangtag.types	       |   0
 docs/version.xml.in	       |   1 +
 7 files changed, 187 insertions(+), 1 deletion(-)

commit 3b504f69232fe821d792e5d3013d7dd65b42b699
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Jan 18 12:43:28 2012 +0900

    Update docs

 liblangtag/lt-error.h		  |   3 ++
 liblangtag/lt-extlang-db.h	  |   3 ++
 liblangtag/lt-extlang.h	  |   3 ++
 liblangtag/lt-grandfathered-db.h |   3 ++
 liblangtag/lt-grandfathered.h	  |   3 ++
 liblangtag/lt-lang-db.h	  |   3 ++
 liblangtag/lt-lang.h		  |   3 ++
 liblangtag/lt-region-db.h	  |   3 ++
 liblangtag/lt-region.h		  |   3 ++
 liblangtag/lt-script-db.h	  |   3 ++
 liblangtag/lt-script.h		  |   3 ++
 liblangtag/lt-tag.c		  | 109
 +++++++++++++++++++++++++++++++++++++++
 liblangtag/lt-tag.h		  |   5 +-
 liblangtag/lt-variant-db.h	  |   3 ++
 liblangtag/lt-variant.h	  |   3 ++
 15 files changed, 152 insertions(+), 1 deletion(-)

commit 846edfd9445a22eb4994f0e45235d08d1cffc860
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Jan 18 12:01:27 2012 +0900

    Update docs

 liblangtag/lt-variant.c | 83
 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 83 insertions(+)

commit f8ce7dc5c694f6a4e26fd3386999cbf6709b68e6
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Jan 18 11:46:03 2012 +0900

    Update docs

 liblangtag/lt-lang.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8afcdf2bfb95dc38e1b53ba0ae1806fece6e2ba4
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Jan 18 11:43:01 2012 +0900

    Update docs

 liblangtag/lt-extlang-db.c	  |  1 +
 liblangtag/lt-grandfathered-db.c |  1 +
 liblangtag/lt-lang-db.c	  |  1 +
 liblangtag/lt-region-db.c	  |  1 +
 liblangtag/lt-script-db.c	  |  1 +
 liblangtag/lt-script.c		  | 61
 ++++++++++++++++++++++++++++++++++++++++
 liblangtag/lt-variant-db.c	  | 40 ++++++++++++++++++++++++++
 7 files changed, 106 insertions(+)

commit 5d72b031d8eb68277a98afeb907273b304e4c4f2
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Jan 18 11:26:12 2012 +0900

    Update docs

 liblangtag/lt-script-db.c | 63
 ++++++++++++++++++++++++++++++++++++++---------
 liblangtag/lt-script-db.h |  3 +--
 2 files changed, 52 insertions(+), 14 deletions(-)

commit 1dc33080f6272a8fccde50349ac97ed7512b5974
Author: Akira TAGOH <akira@tagoh.org>
Date:	Tue Jan 17 20:07:37 2012 +0900

    Update docs

 liblangtag/lt-region.c | 71
 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 71 insertions(+)

commit dc81cb83eac605247d79f1077e85a4fc872f5725
Author: Akira TAGOH <akira@tagoh.org>
Date:	Tue Jan 17 20:00:03 2012 +0900

    Update docs

 liblangtag/lt-region-db.c | 58
 +++++++++++++++++++++++++++++++++++++++--------
 1 file changed, 49 insertions(+), 9 deletions(-)

commit 24fc623dd927922269157609b5e677c4da5f5c3f
Author: Akira TAGOH <akira@tagoh.org>
Date:	Tue Jan 17 19:10:53 2012 +0900

    Update docs

 liblangtag/lt-extlang.c       | 4 ++--
 liblangtag/lt-grandfathered.c | 4 ++--
 liblangtag/lt-lang.c	       | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

commit 39b39b828d762cdf4fb27fd1d633f03f29eb1413
Author: Akira TAGOH <akira@tagoh.org>
Date:	Tue Jan 17 19:08:16 2012 +0900

    Update docs

 liblangtag/lt-lang.c | 99
 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 99 insertions(+)

commit 819a9c2c9ad46c38a3efa30e1c1324ca636bde5e
Author: Akira TAGOH <akira@tagoh.org>
Date:	Tue Jan 17 19:03:42 2012 +0900

    Update docs

 liblangtag/lt-extlang.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8470ef352d13b8b39ee81ab83fe4be97e73347ca
Author: Akira TAGOH <akira@tagoh.org>
Date:	Tue Jan 17 18:58:18 2012 +0900

    Update docs

 liblangtag/lt-grandfathered.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5ded88d83d42f4eec8d206a810bd13f778840c7d
Author: Akira TAGOH <akira@tagoh.org>
Date:	Tue Jan 17 18:52:35 2012 +0900

    Update docs

 liblangtag/lt-lang-db.c | 63
 +++++++++++++++++++++++++++++++++++++++----------
 liblangtag/lt-lang-db.h |  2 +-
 2 files changed, 52 insertions(+), 13 deletions(-)

commit 1d9d4dd1101c6f18005350a6d6b61ee4be7904fe
Author: Akira TAGOH <akira@tagoh.org>
Date:	Tue Jan 17 18:47:36 2012 +0900

    Update docs

 liblangtag/lt-extlang-db.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit de1df4973dead5c94d45411de0ccc0490c956d40
Author: Akira TAGOH <akira@tagoh.org>
Date:	Tue Jan 17 18:39:06 2012 +0900

    Update docs

 liblangtag/lt-grandfathered.c | 71
 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 71 insertions(+)

commit e8b17b67ba46ea6f366819fbd8ab1cdbfd2aafd0
Author: Akira TAGOH <akira@tagoh.org>
Date:	Tue Jan 17 18:39:02 2012 +0900

    Update docs

 liblangtag/lt-grandfathered-db.c | 39
 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

commit 96fe037adb619ab0163f822c8aa4e103b4fb4b64
Author: Akira TAGOH <akira@tagoh.org>
Date:	Tue Jan 17 18:38:58 2012 +0900

    Update docs

 liblangtag/lt-extlang.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b94dd262f4341618627de3c08783cbb6ad0e147b
Author: Akira TAGOH <akira@tagoh.org>
Date:	Tue Jan 17 18:22:05 2012 +0900

    Update docs

 liblangtag/lt-database.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9b1e16d07855c189f8c33ed178ada801674b86cf
Author: Akira TAGOH <akira@tagoh.org>
Date:	Tue Jan 17 18:09:13 2012 +0900

    Update docs

 liblangtag/lt-extlang.c | 82
 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 82 insertions(+)

commit 3ca9153d616cd66a837d6420cc37c63457f29dcb
Author: Akira TAGOH <akira@tagoh.org>
Date:	Tue Jan 17 17:08:53 2012 +0900

    Update docs

 liblangtag/lt-extlang-db.c | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

commit 78a27fe18ade62ab296e8dd66fc6971b8bcbe2f4
Author: Akira TAGOH <akira@tagoh.org>
Date:	Tue Jan 17 15:51:26 2012 +0900

    Update docs

 liblangtag/lt-error.c | 15 +++++++++++++++
 liblangtag/lt-error.h | 15 +++++++++++++++
 2 files changed, 30 insertions(+)

commit d39e87aea41a8be49d726b918cfb4ac4d9baf356
Author: Akira TAGOH <akira@tagoh.org>
Date:	Tue Jan 17 15:51:21 2012 +0900

    Update docs

 liblangtag/lt-database.c | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

commit 0b4619108cb007840533c39a4c539adcc188be59
Author: Akira TAGOH <akira@tagoh.org>
Date:	Tue Jan 17 14:41:55 2012 +0900

    Update docs

 liblangtag/lt-database.c | 74
 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 74 insertions(+)

commit c69d71d8ec49b9336b224e362b10c4cb5c16d2e4
Author: Akira TAGOH <akira@tagoh.org>
Date:	Tue Jan 17 14:05:49 2012 +0900

    Add lt_tag_lookup API

 liblangtag/lt-tag.c | 223
 +++++++++++++++++++++++++++++++++++++++++++---------
 liblangtag/lt-tag.h |	 6 +-
 tests/tag.c	     |	 9 +++
 3 files changed, 197 insertions(+), 41 deletions(-)

commit ea11bada5f76faab258ac13c57b5dafa547e055d
Author: Akira TAGOH <akira@tagoh.org>
Date:	Tue Jan 17 12:22:15 2012 +0900

    Fix wildcard bug

 liblangtag/lt-tag-private.h |	1 +
 liblangtag/lt-tag.c	     | 27 +++++++++++++++------------
 2 files changed, 16 insertions(+), 12 deletions(-)

commit 72b72daea33cf1e824e074412028085dbd756b8a
Author: Akira TAGOH <akira@tagoh.org>
Date:	Mon Jan 16 19:51:19 2012 +0900

    Update

 README | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

commit 93b98b431394ac5945661270096b4e952b6929d0
Author: Akira TAGOH <akira@tagoh.org>
Date:	Mon Jan 16 19:49:59 2012 +0900

    Add the unit tests

 .gitignore		     |	 2 +
 configure.ac		     |	 4 +
 requires		     |	 1 +
 tests/Makefile.am	     |	52 +++++++++++
 tests/check-extlang.c	     |	86 ++++++++++++++++++
 tests/check-grandfathered.c |	83 ++++++++++++++++++
 tests/check-lang.c	     |	85 ++++++++++++++++++
 tests/check-region.c	     |	90 +++++++++++++++++++
 tests/check-script.c	     |	86 ++++++++++++++++++
 tests/check-tag.c	     | 209
 ++++++++++++++++++++++++++++++++++++++++++++
 tests/check-variant.c	     |	86 ++++++++++++++++++
 tests/main.c		     | 125 ++++++++++++++++++++++++++
 tests/main.h		     |	48 ++++++++++
 13 files changed, 957 insertions(+)

commit d02ed4a7cef490e52473dff1984072105cf90f8a
Author: Akira TAGOH <akira@tagoh.org>
Date:	Mon Jan 16 19:36:29 2012 +0900

    Add/Update APIs and implementation to support the wildcard in parser.

 liblangtag/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

commit 0ca75c6e95b1d489ab6744eae1faeb01951e37c1
Author: Akira TAGOH <akira@tagoh.org>
Date:	Mon Jan 16 19:36:06 2012 +0900

    Add/Update APIs and implementation to support the wildcard in parser.

 liblangtag/lt-tag-private.h |	65 +++++
 liblangtag/lt-tag.c	     | 579
 +++++++++++++++++++++++++++-----------------
 liblangtag/lt-tag.h	     |	37 +--
 3 files changed, 440 insertions(+), 241 deletions(-)

commit fa93fedc5e14552a56a0c3d54d50b1af134fa7cb
Author: Akira TAGOH <akira@tagoh.org>
Date:	Mon Jan 16 19:34:19 2012 +0900

    Fix a build fail.

 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 08a1894883db1867a2ae14e96909660645bfbb73
Author: Akira TAGOH <akira@tagoh.org>
Date:	Mon Jan 16 19:30:05 2012 +0900

    wildcard support for comparison.

 liblangtag/lt-lang.c | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

commit eabee51fcdb93faa75e98db0cf8994415cd43fd1
Author: Akira TAGOH <akira@tagoh.org>
Date:	Mon Jan 16 16:19:02 2012 +0900

    Add a wildcard entry for lang

 liblangtag/lt-lang-db.c | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 822eeeb96467da86c54a449e80d118c86f746a06
Author: Akira TAGOH <akira@tagoh.org>
Date:	Fri Jan 13 21:13:10 2012 +0900

    Add APIs to compare langtag

 liblangtag/lt-tag.c | 219
 +++++++++++++++++++++++++++++++++++++++++++++++++++-
 liblangtag/lt-tag.h |	25 +++---
 tests/tag.c	     |	 7 ++
 3 files changed, 240 insertions(+), 11 deletions(-)

commit fce9380a29eba0f5f6053b32c1356dd255278124
Author: Akira TAGOH <akira@tagoh.org>
Date:	Fri Jan 13 21:11:46 2012 +0900

    Add a wildcard entry and an empty entry for easier matching

 liblangtag/lt-extlang-db.c | 14 ++++++++++++++
 liblangtag/lt-region-db.c  | 21 ++++++++++++++-------
 liblangtag/lt-script-db.c  | 14 ++++++++++++++
 liblangtag/lt-variant-db.c | 14 ++++++++++++++
 4 files changed, 56 insertions(+), 7 deletions(-)

commit 011198a69bcb6cf0ea98426c438081f4292ea8bb
Author: Akira TAGOH <akira@tagoh.org>
Date:	Fri Jan 13 21:10:34 2012 +0900

    Allow a null pointer for comparison

 liblangtag/lt-extlang.c | 12 +++++++++---
 liblangtag/lt-region.c  | 12 +++++++++---
 liblangtag/lt-script.c  | 12 +++++++++---
 liblangtag/lt-variant.c | 12 +++++++++---
 4 files changed, 36 insertions(+), 12 deletions(-)

commit f33f0ff07a37a49c735a9644ce9010b40a8cf04a
Author: Akira TAGOH <akira@tagoh.org>
Date:	Fri Jan 13 17:11:29 2012 +0900

    Add a compare functions

 liblangtag/lt-extlang.c       | 13 +++++++++++++
 liblangtag/lt-extlang.h       |  2 ++
 liblangtag/lt-grandfathered.c | 13 +++++++++++++
 liblangtag/lt-grandfathered.h |  2 ++
 liblangtag/lt-lang.c	       | 13 +++++++++++++
 liblangtag/lt-lang.h	       |  2 ++
 liblangtag/lt-region.c        | 13 +++++++++++++
 liblangtag/lt-region.h        |  2 ++
 liblangtag/lt-script.c        | 13 +++++++++++++
 liblangtag/lt-script.h        |  2 ++
 liblangtag/lt-variant.c       | 13 +++++++++++++
 liblangtag/lt-variant.h       |  2 ++
 12 files changed, 90 insertions(+)

commit 9c8cb6f58e8948b62373c53928d2bea47fb66999
Author: Akira TAGOH <akira@tagoh.org>
Date:	Fri Jan 13 16:52:42 2012 +0900

    error checking

 tests/tag.c | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

commit 9838a5799703580b573b13107f18f204ce5dd8bb
Author: Akira TAGOH <akira@tagoh.org>
Date:	Fri Jan 13 16:52:26 2012 +0900

    detect duplicate variants in tag.

 liblangtag/lt-tag.c | 23 +++++++++++++++++++----
 1 file changed, 19 insertions(+), 4 deletions(-)

commit 65fc037d3a5fb70ab76c969d1c84746fab2ed88d
Author: Akira TAGOH <akira@tagoh.org>
Date:	Fri Jan 13 15:02:14 2012 +0900

    update

 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

commit 7139490c419da470ba91723c1998e5b40e80df8a
Author: Akira TAGOH <akira@tagoh.org>
Date:	Fri Jan 13 15:01:52 2012 +0900

    update to deal with the missing fields

 liblangtag/lt-extlang-db.c	       | 49 ++++++++++++++++++++++-----
 liblangtag/lt-extlang-private.h       |  4 +++
 liblangtag/lt-extlang.c	       | 64
 +++++++++++++++++++++++++++++++++++
 liblangtag/lt-extlang.h	       |  2 ++
 liblangtag/lt-grandfathered-db.c      | 32 ++++++++++++++----
 liblangtag/lt-grandfathered-private.h | 12 ++++---
 liblangtag/lt-grandfathered.c	       | 52 ++++++++++++++++++++++++++--
 liblangtag/lt-grandfathered.h	       | 12 ++++---
 liblangtag/lt-lang-db.c	       | 39 +++++++++++++++++----
 liblangtag/lt-region-db.c	       | 33 ++++++++++++++----
 liblangtag/lt-region-private.h        | 12 ++++---
 liblangtag/lt-region.c		       | 51 ++++++++++++++++++++++++++--
 liblangtag/lt-region.h		       | 12 ++++---
 liblangtag/lt-script-db.c	       | 11 ++++--
 liblangtag/lt-tag.c		       | 33 +++++++++++++-----
 liblangtag/lt-variant-db.c	       | 33 ++++++++++++++----
 liblangtag/lt-variant-private.h       | 16 +++++----
 liblangtag/lt-variant.c	       | 43 +++++++++++++++++++++++
 liblangtag/lt-variant.h	       | 14 ++++----
 19 files changed, 442 insertions(+), 82 deletions(-)

commit 2333d3b29dfc2c16c9f6e49e20aac3ab67f334d9
Author: Akira TAGOH <akira@tagoh.org>
Date:	Fri Jan 13 14:58:49 2012 +0900

    Use own xml files to ensure every fields are available

 data/Makefile.am |  31 +++++++++-
 data/reg2xml.c   | 180
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 208 insertions(+), 3 deletions(-)

commit b59cae3c7a98543cfcdf287f8dd6261577ef2fab
Author: Akira TAGOH <akira@tagoh.org>
Date:	Thu Jan 12 20:12:19 2012 +0900

    Fix to deal with more tokens for extension and privateuse.

 liblangtag/lt-tag.c | 38 +++++++++++++++++++++++++++++++-------
 1 file changed, 31 insertions(+), 7 deletions(-)

commit 7b124653aa41a9fb10c5c98fb837dbcf88edfbd6
Author: Akira TAGOH <akira@tagoh.org>
Date:	Thu Jan 12 19:42:11 2012 +0900

    Dump the detailed data.
    Fix to allow multiple variants and extensions

 liblangtag/lt-extlang.c       |  21 ++++++
 liblangtag/lt-extlang.h       |   1 +
 liblangtag/lt-grandfathered.c |   8 ++
 liblangtag/lt-grandfathered.h |   1 +
 liblangtag/lt-lang.c	       |  49 +++++++++++++
 liblangtag/lt-lang.h	       |   1 +
 liblangtag/lt-region.c        |   8 ++
 liblangtag/lt-region.h        |   1 +
 liblangtag/lt-script.c        |   8 ++
 liblangtag/lt-script.h        |   1 +
 liblangtag/lt-tag.c	       | 166
 +++++++++++++++++++++++++++++-------------
 liblangtag/lt-variant.c       |  27 +++++++
 liblangtag/lt-variant.h       |   1 +
 13 files changed, 242 insertions(+), 51 deletions(-)

commit ee46ae08a15a499f75dba9d3cbe2e3126e6046aa
Author: Akira TAGOH <akira@tagoh.org>
Date:	Thu Jan 12 12:12:57 2012 +0900

    Add lt_tag_canonicalize

 liblangtag/lt-lang.c |  2 --
 liblangtag/lt-tag.c  | 71
 +++++++++++++++++++++++++++++++++++++++++++++++++---
 liblangtag/lt-tag.h  |  2 ++
 tests/tag.c	      |  7 ++++++
 4 files changed, 77 insertions(+), 5 deletions(-)

commit 198db3f889c93ccca10d2ddc91497d212d08857a
Author: Akira TAGOH <akira@tagoh.org>
Date:	Thu Jan 12 10:31:40 2012 +0900

    use the first entry for description

 liblangtag/lt-extlang-db.c	  | 5 ++---
 liblangtag/lt-grandfathered-db.c | 5 ++---
 liblangtag/lt-region-db.c	  | 5 ++---
 liblangtag/lt-variant-db.c	  | 5 ++---
 4 files changed, 8 insertions(+), 12 deletions(-)

commit ad8e4a6da472facfc7aa1e0d3f406e09d41c50a4
Author: Akira TAGOH <akira@tagoh.org>
Date:	Thu Jan 12 10:30:56 2012 +0900

    get rid of iso-codes deps

 configure.ac			|  13 --
 liblangtag/lt-database.c	|  15 +-
 liblangtag/lt-lang-db.c	| 415
 ++++++++++++-----------------------------
 liblangtag/lt-lang-db.h	|  39 +---
 liblangtag/lt-lang-private.h	|  28 ++-
 liblangtag/lt-lang.c		| 236 ++++++++++++-----------
 liblangtag/lt-lang.h		|  26 +--
 liblangtag/lt-script-db.c	| 148 +++++++--------
 liblangtag/lt-script-private.h |   6 +-
 liblangtag/lt-script.c		|  67 ++-----
 liblangtag/lt-script.h		|   3 +-
 liblangtag/lt-tag.c		|  16 +-
 tests/lang-db.c		|  26 +--
 tests/script-db.c		|  18 +-
 14 files changed, 370 insertions(+), 686 deletions(-)

commit f6e80da3ce5ff914e2e14fb6687a78235042a2da
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Jan 11 19:51:06 2012 +0900

    Add langtag.h

 liblangtag/langtag.h		  | 30 ++++++++++++++++++++++++++++++
 liblangtag/lt-database.h	  |  4 ++++
 liblangtag/lt-extlang-db.h	  |  4 ++++
 liblangtag/lt-extlang.h	  |  4 ++++
 liblangtag/lt-grandfathered-db.h |  4 ++++
 liblangtag/lt-grandfathered.h	  |  4 ++++
 liblangtag/lt-lang-db.h	  |  4 ++++
 liblangtag/lt-lang.h		  |  4 ++++
 liblangtag/lt-region-db.h	  |  4 ++++
 liblangtag/lt-region.h		  |  4 ++++
 liblangtag/lt-script-db.h	  |  4 ++++
 liblangtag/lt-script.h		  |  4 ++++
 liblangtag/lt-tag.h		  |  4 ++++
 liblangtag/lt-variant-db.h	  |  4 ++++
 liblangtag/lt-variant.h	  |  4 ++++
 tests/extlang-db.c		  |  2 +-
 tests/grandfathered-db.c	  |  2 +-
 tests/lang-db.c		  |  2 +-
 tests/region-db.c		  |  2 +-
 tests/script-db.c		  |  2 +-
 tests/tag.c			  |  3 +--
 tests/variant-db.c		  |  2 +-
 22 files changed, 93 insertions(+), 8 deletions(-)

commit 6c5fdca713d99f0220b2dbed350959838369a778
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Jan 11 19:44:45 2012 +0900

    Add gobject-introspection support

 Makefile.am			 |   2 +-
 configure.ac			 |   7 +-
 liblangtag-gobject/Makefile.am  | 174
 ++++++++++++++++++++++++++++++++++++++++
 liblangtag-gobject/gengir.sh	 |  74 +++++++++++++++++
 liblangtag-gobject/lt-gobject.c |  55 +++++++++++++
 liblangtag-gobject/lt-gobject.h |  60 ++++++++++++++
 6 files changed, 368 insertions(+), 4 deletions(-)

commit 438fa04b8bd353e3b73f8c67a6eac6dd87bd51a1
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Jan 11 19:43:22 2012 +0900

    cleanup

 liblangtag/lt-region-db.h | 1 -
 1 file changed, 1 deletion(-)

commit 20bd63a15a141a3e6b50b6cfab99bb23bce70052
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Jan 11 18:06:48 2012 +0900

    cleanup

 liblangtag/Makefile.am		  |   3 -
 liblangtag/lt-division-private.h |  47 ------------
 liblangtag/lt-division.c	  | 151
 ---------------------------------------
 liblangtag/lt-division.h	  |  41 -----------
 4 files changed, 242 deletions(-)

commit ca77eff34c78f87a71f08ab771a3efee3643363b
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Jan 11 16:43:23 2012 +0900

    Add langtag handler

 liblangtag/lt-tag.c | 141
 +++++++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 113 insertions(+), 28 deletions(-)

commit 74c4429cadc72789026629fd95a94d800ce90891
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Jan 11 16:38:11 2012 +0900

    fix to lookup with the case-insensitive

 liblangtag/lt-extlang-db.c	  | 6 +++++-
 liblangtag/lt-grandfathered-db.c | 5 ++++-
 liblangtag/lt-region-db.c	  | 6 +++++-
 liblangtag/lt-variant-db.c	  | 6 +++++-
 4 files changed, 19 insertions(+), 4 deletions(-)

commit 146fbd065f0f0f08a655d06495cdea88393825a8
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Jan 11 16:25:08 2012 +0900

    Support multiple prefixes

 liblangtag/lt-variant-db.c	 | 41
 ++++++++---------------------------------
 liblangtag/lt-variant-private.h |  2 +-
 liblangtag/lt-variant.c	 | 28 ++++++++++++++++++++--------
 liblangtag/lt-variant.h	 |  2 +-
 tests/variant-db.c		 |  6 +++++-
 5 files changed, 35 insertions(+), 44 deletions(-)

commit 41d11b5ccd52c420c8d03138bc2817765c4ab27b
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Jan 11 16:24:13 2012 +0900

    Fix a memory leak

 liblangtag/lt-region-db.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 969e400cb72ca3720b0f951d15218c235261098a
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Jan 11 14:43:46 2012 +0900

    Use the origin from IANA registry for region code instead of
    iso-codes.

 liblangtag/lt-region-db.c	| 523
 ++++++-----------------------------------
 liblangtag/lt-region-db.h	|  20 +-
 liblangtag/lt-region-private.h |  21 +-
 liblangtag/lt-region.c		| 147 ++----------
 liblangtag/lt-region.h		|  20 +-
 tests/region-db.c		|  57 +----
 6 files changed, 111 insertions(+), 677 deletions(-)

commit 4d2acdb7d9c63f9a50fb0dbc74d9045b065f95b1
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Jan 11 14:41:17 2012 +0900

    Add grandfathered database handler

 liblangtag/Makefile.am		       |   7 +-
 liblangtag/lt-database.c	       |  14 +-
 liblangtag/lt-database.h	       |  16 +-
 liblangtag/lt-grandfathered-db.c      | 235 ++++++++++++++
 liblangtag/lt-grandfathered-db.h      |  41 +++
 liblangtag/lt-grandfathered-private.h |  38 +++
 liblangtag/lt-grandfathered.c	       | 108 +++++++
 liblangtag/lt-grandfathered.h	       |  39 +++
 liblangtag/lt-tag.c		       | 591
 ++++++++++++++++++++++++++++++++++
 liblangtag/lt-tag.h		       |  44 +++
 tests/Makefile.am		       |   5 +
 tests/grandfathered-db.c	       |  54 ++++
 tests/tag.c			       |  56 ++++
 13 files changed, 1235 insertions(+), 13 deletions(-)

commit fecc6d84f8cfc19ed30cac746b39d64c05213e3c
Author: Akira TAGOH <akira@tagoh.org>
Date:	Fri Jan 6 18:39:32 2012 +0900

    nullify when finalizing

 liblangtag/lt-database.c | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

commit 0a41d4009ad4352a3acc8a6a2b9a7eb3a7d42476
Author: Akira TAGOH <akira@tagoh.org>
Date:	Fri Jan 6 18:39:01 2012 +0900

    Fix memory leaks

 liblangtag/lt-extlang-db.c |  3 +++
 liblangtag/lt-variant-db.c | 33 ++++++++++++++++++++++++++++++++-
 2 files changed, 35 insertions(+), 1 deletion(-)

commit 884b12514af40c51be133ad430cf33b538ee9b9d
Author: Akira TAGOH <akira@tagoh.org>
Date:	Fri Jan 6 18:38:25 2012 +0900

    Add APIs to nullify a pointer when unreferencing

 liblangtag/lt-mem.c | 29 +++++++++++++++++++++++++++++
 liblangtag/lt-mem.h | 25 +++++++++++++++----------
 2 files changed, 44 insertions(+), 10 deletions(-)

commit 1ff3eb306d5d1e9593a467d0108217ffdc937eee
Author: Akira TAGOH <akira@tagoh.org>
Date:	Fri Jan 6 17:08:59 2012 +0900

    Add convenience functions to deal with the langtag database.

 liblangtag/Makefile.am   |  2 ++
 liblangtag/lt-database.c | 84
 ++++++++++++++++++++++++++++++++++++++++++++++++
 liblangtag/lt-database.h | 44 +++++++++++++++++++++++++
 3 files changed, 130 insertions(+)

commit 1af77b14139fa8f0e10940cdabf2992725728011
Author: Akira TAGOH <akira@tagoh.org>
Date:	Fri Jan 6 16:01:00 2012 +0900

    Add variant database handler

 liblangtag/Makefile.am		 |   5 +
 liblangtag/lt-variant-db.c	 | 237
 ++++++++++++++++++++++++++++++++++++++++
 liblangtag/lt-variant-db.h	 |  41 +++++++
 liblangtag/lt-variant-private.h |  40 +++++++
 liblangtag/lt-variant.c	 | 131 ++++++++++++++++++++++
 liblangtag/lt-variant.h	 |  40 +++++++
 tests/Makefile.am		 |   5 +
 tests/variant-db.c		 |  55 ++++++++++
 8 files changed, 554 insertions(+)

commit 0a78793fa84eeedc94efe2cab1af4e7e7c6bd7a6
Author: Akira TAGOH <akira@tagoh.org>
Date:	Fri Jan 6 15:36:20 2012 +0900

    Add extlang database handler

 .gitignore			 |   1 +
 Makefile.am			 |   2 +-
 configure.ac			 |   1 +
 data/Makefile.am		 |  29 +++++
 liblangtag/Makefile.am		 |  23 +++-
 liblangtag/lt-error.h		 |   3 +
 liblangtag/lt-extlang-db.c	 | 237
 ++++++++++++++++++++++++++++++++++++++++
 liblangtag/lt-extlang-db.h	 |  41 +++++++
 liblangtag/lt-extlang-private.h |  40 +++++++
 liblangtag/lt-extlang.c	 | 131 ++++++++++++++++++++++
 liblangtag/lt-extlang.h	 |  40 +++++++
 tests/Makefile.am		 |  10 ++
 tests/extlang-db.c		 |  55 ++++++++++
 13 files changed, 606 insertions(+), 7 deletions(-)

commit b2f6c1d3b5f2b3d23c9cfcf0bccba0e1f1500a00
Author: Akira TAGOH <akira@tagoh.org>
Date:	Fri Jan 6 12:08:00 2012 +0900

    utilities functions

 liblangtag/lt-utils.c | 49
 +++++++++++++++++++++++++++++++++++++++++++++++++
 liblangtag/lt-utils.h | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 83 insertions(+)

commit 74e78cbef20760802a95e02559e49b3bb63e2e5d
Author: Akira TAGOH <akira@tagoh.org>
Date:	Fri Jan 6 12:07:34 2012 +0900

    Add an API to obtain the modifier

 liblangtag/lt-script.c | 34 ++++++++++++++++++++++++++++++++++
 liblangtag/lt-script.h | 11 ++++++-----
 2 files changed, 40 insertions(+), 5 deletions(-)

commit 57ffe6c481b1828c0ee9cbf33e642751f432615b
Author: Akira TAGOH <akira@tagoh.org>
Date:	Fri Jan 6 12:07:03 2012 +0900

    Add an API to obtain the shortest code for region

 liblangtag/lt-region.h | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

commit 9959e32f40c9ed9ace332b827e5b2b291372458c
Author: Akira TAGOH <akira@tagoh.org>
Date:	Fri Jan 6 12:06:55 2012 +0900

    Add an API to obtain the shortest code for region

 liblangtag/lt-region.c | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 9d6c017b1333416a2dc900d1ed549de020222ec1
Author: Akira TAGOH <akira@tagoh.org>
Date:	Fri Jan 6 12:06:15 2012 +0900

    allow the case-insensitive lookup

 liblangtag/lt-lang-db.c   | 30 +++++++++++++++++++++---------
 liblangtag/lt-region-db.c | 28 ++++++++++++++++++++--------
 liblangtag/lt-script-db.c | 17 ++++++++++++-----
 3 files changed, 53 insertions(+), 22 deletions(-)

commit dd10ae0369cf2c8c0c9a15f8b0790d0dc51fb93d
Author: Akira TAGOH <akira@tagoh.org>
Date:	Thu Jan 5 13:02:03 2012 +0900

    Add an API to obtain the shortest code for lang

 liblangtag/lt-lang.c | 18 ++++++++++++++++++
 liblangtag/lt-lang.h | 11 ++++++-----
 2 files changed, 24 insertions(+), 5 deletions(-)

commit 0b039dddb400bce2461f4fd70b86de1f66736ff3
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Jan 4 21:57:12 2012 +0900

    Fix a glib error on unref when no objects added for reference

 liblangtag/lt-mem.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit be6a35bd1875892a72cab9da5359cd5dc693e327
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Jan 4 20:58:36 2012 +0900

    trivial fix

 liblangtag/lt-lang-private.h	| 2 +-
 liblangtag/lt-lang.c		| 1 -
 liblangtag/lt-region.c		| 1 -
 liblangtag/lt-script-private.h | 2 +-
 liblangtag/lt-script.c		| 1 -
 5 files changed, 2 insertions(+), 5 deletions(-)

commit c1b3771db24087b0a070a2d2aea40aa5c11bb16f
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Jan 4 20:56:09 2012 +0900

    Export the internal database structure class for region and division

 liblangtag/Makefile.am		  |   6 +
 liblangtag/lt-division-private.h |  47 +++
 liblangtag/lt-division.c	  | 151 +++++++
 liblangtag/lt-division.h	  |  41 ++
 liblangtag/lt-region-db.c	  | 607 +++++++++++++++++++++++++++
 liblangtag/lt-region-db.h	  |  52 +++
 liblangtag/lt-region-private.h   |  49 +++
 liblangtag/lt-region.c		  | 866
 ++++-----------------------------------
 liblangtag/lt-region.h		  |  39 +-
 tests/Makefile.am		  |   6 +-
 tests/region-db.c		  | 101 +++++
 tests/region.c			  |  83 ----
 12 files changed, 1141 insertions(+), 907 deletions(-)

commit 04709da8092fb28afb00ce520ae070b99914ea77
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Jan 4 18:34:13 2012 +0900

    trivial fix

 liblangtag/lt-script-db.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9ab5f7ad91ccf4dbd9008165d78a8681ccaaf7f1
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Jan 4 18:21:15 2012 +0900

    Export the internal database structure class for script

 liblangtag/Makefile.am		|   5 +-
 liblangtag/lt-script-db.c	| 243 ++++++++++++++++++++++++++++++++
 liblangtag/lt-script-db.h	|  42 ++++++
 liblangtag/lt-script-private.h |  38 +++++
 liblangtag/lt-script.c		| 308
 +++++------------------------------------
 liblangtag/lt-script.h		|  15 +-
 tests/Makefile.am		|   6 +-
 tests/script-db.c		|  62 +++++++++
 tests/script.c			|  56 --------
 9 files changed, 432 insertions(+), 343 deletions(-)

commit 5c81a43eab91a0ae1e41cd67cfc6f021d5534e5b
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Jan 4 18:14:14 2012 +0900

    Fix a typo

 liblangtag/lt-lang-db.c      |  4 ++--
 liblangtag/lt-lang-db.h      | 10 +++++-----
 liblangtag/lt-lang-private.h |  2 +-
 liblangtag/lt-lang.c	      |  2 +-
 liblangtag/lt-lang.h	      |  2 +-
 5 files changed, 10 insertions(+), 10 deletions(-)

commit 55c7a0161796cd1b5db3de6fad59fe4c2ecea0c4
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Jan 4 17:46:19 2012 +0900

    export the internal database structure class

 liblangtag/Makefile.am       |   3 +
 liblangtag/lt-lang-db.c      | 289
 +++++++++----------------------------------
 liblangtag/lt-lang-db.h      |  29 ++---
 liblangtag/lt-lang-private.h |  48 +++++++
 liblangtag/lt-lang.c	      | 200 ++++++++++++++++++++++++++++++
 liblangtag/lt-lang.h	      |  51 ++++++++
 tests/lang-db.c	      |  21 +++-
 7 files changed, 387 insertions(+), 254 deletions(-)

commit 945fa0ce494982915d02e44e776ce2f4b34e0845
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Jan 4 17:05:10 2012 +0900

    rename APIs for langdb

 liblangtag/Makefile.am  |   4 +-
 liblangtag/lt-lang-db.c | 599
 ++++++++++++++++++++++++++++++++++++++++++++++++
 liblangtag/lt-lang-db.h |  81 +++++++
 liblangtag/lt-lang.c	 | 599
 ------------------------------------------------
 liblangtag/lt-lang.h	 |  81 -------
 tests/Makefile.am	 |   6 +-
 tests/lang-db.c	 |  57 +++++
 tests/lang.c		 |  57 -----
 8 files changed, 742 insertions(+), 742 deletions(-)

commit 28ff8b5194c8a5595d642472fdf7123a0b015233
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Jan 4 17:04:55 2012 +0900

    update

 tests/region.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 6009fc329222abff0f536625f2526e1a5c172491
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Jan 4 16:00:46 2012 +0900

    Add region database handler

 liblangtag/Makefile.am |   2 +
 liblangtag/lt-region.c | 921
 +++++++++++++++++++++++++++++++++++++++++++++++++
 liblangtag/lt-region.h |  71 ++++
 tests/Makefile.am	|   5 +
 tests/region.c		|  83 +++++
 5 files changed, 1082 insertions(+)

commit 72028b6203e65e361fb65920f277b07d99bb0907
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Jan 4 12:46:02 2012 +0900

    trivial update

 liblangtag/lt-error.c	| 2 +-
 liblangtag/lt-error.h	| 2 +-
 liblangtag/lt-lang.c	| 2 +-
 liblangtag/lt-lang.h	| 2 +-
 liblangtag/lt-mem.c	| 2 +-
 liblangtag/lt-mem.h	| 2 +-
 liblangtag/lt-script.c | 2 +-
 liblangtag/lt-script.h | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

commit f87d65933a033c3e25ca453461d0cf541d9e1bab
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Dec 28 17:54:56 2011 +0900

    fix a typo

 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit fa2c708c3596ad8fe1b72b39d92126a8083a97b9
Author: Akira TAGOH <akira@tagoh.org>
Date:	Wed Dec 28 14:16:32 2011 +0900

    Add script database handler

 liblangtag/Makefile.am |   2 +
 liblangtag/lt-script.c | 374
 +++++++++++++++++++++++++++++++++++++++++++++++++
 liblangtag/lt-script.h |  45 ++++++
 tests/Makefile.am	|   5 +
 tests/script.c		|  56 ++++++++
 5 files changed, 482 insertions(+)

commit 2c43f4ec493416718c82a7a5824e85d0a330ab66
Author: Akira TAGOH <akira@tagoh.org>
Date:	Tue Dec 27 21:52:18 2011 +0900

    Initial commit

 .gitignore			      |  62 ++++
 AUTHORS			      |   1 +
 COPYING			      | 165 ++++++++++
 ChangeLog			      |   0
 INSTALL			      | 365 +++++++++++++++++++++
 Makefile.am			      |  63 ++++
 NEWS				      |   0
 README				      |   2 +
 configure.ac			      | 135 ++++++++
 liblangtag-gobject-uninstalled.pc.in |   6 +
 liblangtag-gobject.pc.in	      |  10 +
 liblangtag-uninstalled.pc.in	      |   6 +
 liblangtag.pc.in		      |  10 +
 liblangtag/Makefile.am		      |  92 ++++++
 liblangtag/lt-error.c		      |  40 +++
 liblangtag/lt-error.h		      |  46 +++
 liblangtag/lt-lang.c		      | 599
 +++++++++++++++++++++++++++++++++++
 liblangtag/lt-lang.h		      |  81 +++++
 liblangtag/lt-mem.c		      | 125 ++++++++
 liblangtag/lt-mem.h		      |  52 +++
 m4macros/.no_files		      |   0
 requires			      |   3 +
 tests/Makefile.am		      |  45 +++
 tests/lang.c			      |  57 ++++
 24 files changed, 1965 insertions(+)