summaryrefslogtreecommitdiff
path: root/liblangtag/lt-tag.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-07fix spelling mistakeEdward Betts1-1/+1
2016-09-21Get rid of the arch-dependent code from lt-config.hAkira TAGOH1-1/+1
2015-12-03Support the language alias for the canonicalizationAkira TAGOH1-19/+196
2015-12-03Fix memory leaksAkira TAGOH1-1/+2
2015-12-01Fix a segfault if no territory or script is given to lt_tag_convert_from_loca...Akira TAGOH1-9/+12
2015-12-01Fix the behavior on lt_tag_transform() according to tr#35Akira TAGOH1-6/+50
2015-11-20Support BCP47-like locale representationAkira TAGOH1-6/+18
2014-05-27Fix a memory leakAkira TAGOH1-5/+2
2014-04-07separately canonicalize into the canonical form and the extlang formAkira TAGOH1-142/+169
2013-05-10coverity: check ptr before it is usedDavid Tardon1-2/+3
2013-05-10coverity: check ptr before it is usedDavid Tardon1-2/+3
2013-05-10coverity: free string in case of errorDavid Tardon1-1/+3
2013-05-10coverity: returning ptr as const is meaninglessDavid Tardon1-1/+1
2013-05-10coverity: check if error is non-null before using itDavid Tardon1-1/+1
2013-04-22Revert "API CHANGED: lt_tag_transform() returns lt_tag_t instead of char *"Akira TAGOH1-29/+29
2013-01-18Fix memory leaks and erroneous codeAkira TAGOH1-3/+1
2012-12-12API CHANGED: lt_tag_transform() returns lt_tag_t instead of char *Akira TAGOH1-29/+29
2012-12-11Fix lt_tag_convert_from_locale() to get correct resultAkira TAGOH1-0/+29
2012-12-10Fix the matching algorithm on lt_tag_transform()Akira TAGOH1-44/+143
2012-12-03Replace '_' to '-' in lt_tag_transform()Akira TAGOH1-1/+1
2012-11-27Fix another potability issues about stdint.h and va_copyAkira TAGOH1-1/+2
2012-11-26Fix portability issueAkira TAGOH1-1/+2
2012-11-25Fix array subscript type issuesAkira TAGOH1-5/+5
2012-11-24Fix the build issues on MinGWAkira TAGOH1-4/+3
2012-10-16Fix API to match the name and behaviorAkira TAGOH1-3/+3
2012-10-09another try to clean up glib dependenciesAkira TAGOH1-1/+0
2012-10-05another try to clean up glib dependenciesAkira TAGOH1-406/+397
2012-09-21clean up to reduce glib dependenciesAkira TAGOH1-122/+123
2012-09-21Changed to the dual-licensing with MPLv2Akira TAGOH1-12/+3
2012-03-19Improve the locale modifier handlingAkira TAGOH1-7/+235
2012-03-16Deal with the locale alias in lt_tag_convert_from_locale()Akira TAGOH1-59/+101
2012-03-05Add -t- extension - transformed content supportAkira TAGOH1-95/+145
2012-03-05Fix a typoAkira TAGOH1-1/+1
2012-03-05clean up the duplicate codeAkira TAGOH1-7/+1
2012-02-17Add lt_tag_transform() to substitute tags according to likelySubtags databaseAkira TAGOH1-0/+87
2012-02-07Add an API to generate lang tag from current localeAkira TAGOH1-0/+79
2012-02-02Add an API to precheck tags for extension.Akira TAGOH1-7/+5
2012-02-02Add APIs to obtain the subtag container instances.Akira TAGOH1-0/+84
2012-02-02renaming...Akira TAGOH1-1/+1
2012-02-02Add an API to validate tag state.Akira TAGOH1-1/+2
2012-02-01external module support for ExtensionAkira TAGOH1-151/+69
2012-01-27canonicalize the tag before converting to the localeAkira TAGOH1-8/+15
2012-01-26* clean upAkira TAGOH1-148/+404
2012-01-18Update docsAkira TAGOH1-0/+109
2012-01-17Add lt_tag_lookup APIAkira TAGOH1-38/+185
2012-01-17Fix wildcard bugAkira TAGOH1-12/+15
2012-01-16Add/Update APIs and implementation to support the wildcard in parser.Akira TAGOH1-225/+354
2012-01-13Add APIs to compare langtagAkira TAGOH1-1/+218
2012-01-13detect duplicate variants in tag.Akira TAGOH1-4/+19
2012-01-13update to deal with the missing fieldsAkira TAGOH1-8/+25