Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-09-30 | fix leak in test | David Tardon | 1 | -0/+2 | |
2015-12-03 | Support the language alias for the canonicalization | Akira TAGOH | 1 | -0/+15 | |
2015-12-03 | Fix memory leaks | Akira TAGOH | 1 | -0/+2 | |
2015-12-01 | Add a lookup table to catch up a script/language from language/script | Akira TAGOH | 1 | -1/+15 | |
2015-11-20 | Support BCP47-like locale representation | Akira TAGOH | 2 | -3/+16 | |
applied to lt_tag_convert_from_locale() and lt_tag_convert_from_locale_string() only. | |||||
2015-11-04 | Make some header files public (fixes: issue#14) | Akira TAGOH | 1 | -0/+1 | |
2015-03-30 | Fix distcheck error | Akira TAGOH | 1 | -1/+1 | |
2014-04-07 | separately canonicalize into the canonical form and the extlang form | Akira TAGOH | 2 | -7/+40 | |
Add lt_tag_canonicalize_in_extlang_form() to canonicalize the language tag in the extlang form. | |||||
2014-01-16 | Fix typo | Akira TAGOH | 1 | -1/+1 | |
2013-07-19 | variable declarations need to be at beginning of scope | Eike Rathke | 1 | -1/+1 | |
2013-05-13 | Use AM_CPPFLAGS instead of INCLUDES | Akira TAGOH | 1 | -1/+1 | |
2013-04-22 | Revert "API CHANGED: lt_tag_transform() returns lt_tag_t instead of char *" | Akira TAGOH | 2 | -20/+25 | |
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. | |||||
2013-04-04 | fixes for -Wformat | Bjoern Michaelsen | 1 | -1/+1 | |
2012-12-19 | Define LT_ITER_INIT | Akira TAGOH | 7 | -14/+14 | |
2012-12-12 | API CHANGED: lt_tag_transform() returns lt_tag_t instead of char * | Akira TAGOH | 2 | -25/+20 | |
to reduce the duplicate work on the tag parser and possibly in applications | |||||
2012-12-11 | Fix lt_tag_convert_from_locale() to get correct result | Akira TAGOH | 1 | -0/+31 | |
also added lt_tag_convert_from_locale_string() | |||||
2012-12-10 | Fix the matching algorithm on lt_tag_transform() | Akira TAGOH | 1 | -0/+35 | |
2012-10-29 | Add iterator support to lt_variant_db_t | Akira TAGOH | 1 | -2/+23 | |
2012-10-29 | Add iterator support to lt_script_db_t | Akira TAGOH | 1 | -2/+23 | |
2012-10-29 | Add iterator support to lt_region_db_t | Akira TAGOH | 1 | -2/+23 | |
2012-10-29 | Add iterator support to lt_redundant_db_t | Akira TAGOH | 2 | -0/+75 | |
2012-10-26 | Add iterator support to lt_grandfathered_db_t | Akira TAGOH | 1 | -2/+23 | |
2012-10-26 | Add iterator support to lt_extlang_db_t | Akira TAGOH | 1 | -2/+23 | |
2012-10-26 | Add iterator support to lt_lang_db_t | Akira TAGOH | 1 | -1/+21 | |
2012-10-09 | another try to clean up glib dependencies | Akira TAGOH | 3 | -3/+0 | |
2012-10-09 | another try to clean up glib dependencies | Akira TAGOH | 1 | -8/+8 | |
2012-10-05 | another try to clean up glib dependencies | Akira TAGOH | 2 | -0/+136 | |
2012-10-05 | another try to clean up glib dependencies | Akira TAGOH | 3 | -53/+24 | |
2012-10-05 | another try to clean up glib dependencies | Akira TAGOH | 10 | -90/+210 | |
2012-09-21 | Changed to the dual-licensing with MPLv2 | Akira TAGOH | 16 | -210/+48 | |
2012-08-08 | Fix another fail on make check without --enable-debug | Akira TAGOH | 2 | -6/+8 | |
2012-08-08 | read xml files on the builddir for unit tests | Akira TAGOH | 15 | -5/+20 | |
This change allows to run "make check" without --enable-debug. (closes #2) | |||||
2012-03-05 | Add -t- extension - transformed content support | Akira TAGOH | 1 | -0/+12 | |
2012-02-17 | Add lt_tag_transform() to substitute tags according to likelySubtags database | Akira TAGOH | 1 | -1/+9 | |
2012-02-17 | Add git.mk from http://github.com/behdad/git.mk | Akira TAGOH | 1 | -0/+2 | |
2012-02-07 | Add an API to generate lang tag from current locale | Akira TAGOH | 1 | -9/+26 | |
2012-02-02 | add a testcase for u extension | Akira TAGOH | 1 | -0/+10 | |
2012-01-26 | * clean up | Akira TAGOH | 1 | -0/+29 | |
* add some new APIs * correct the behavior on canonicalizing tags | |||||
2012-01-17 | Add lt_tag_lookup API | Akira TAGOH | 1 | -0/+9 | |
2012-01-16 | Add the unit tests | Akira TAGOH | 10 | -0/+950 | |
2012-01-13 | Add APIs to compare langtag | Akira TAGOH | 1 | -0/+7 | |
2012-01-13 | error checking | Akira TAGOH | 1 | -11/+12 | |
2012-01-12 | Add lt_tag_canonicalize | Akira TAGOH | 1 | -0/+7 | |
2012-01-12 | get rid of iso-codes deps | Akira TAGOH | 2 | -34/+10 | |
2012-01-11 | Add langtag.h | Akira TAGOH | 7 | -8/+7 | |
2012-01-11 | Support multiple prefixes | Akira TAGOH | 1 | -1/+5 | |
2012-01-11 | Use the origin from IANA registry for region code instead of iso-codes. | Akira TAGOH | 1 | -54/+3 | |
2012-01-11 | Add grandfathered database handler | Akira TAGOH | 3 | -0/+115 | |
2012-01-06 | Add variant database handler | Akira TAGOH | 2 | -0/+60 | |
2012-01-06 | Add extlang database handler | Akira TAGOH | 2 | -0/+65 | |