summaryrefslogtreecommitdiff
path: root/liblangtag/lt-xml.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-30use standard functionDavid Tardon1-4/+1
2016-05-06Fix the build issue regarding to 'index' (fixes: issue#15)Akira TAGOH1-0/+3
2016-02-24Improve the bootup timeAkira TAGOH1-88/+66
2015-12-03Support the language alias for the canonicalizationAkira TAGOH1-0/+5
2015-12-01Add a lookup table to catch up a script/language from language/scriptAkira TAGOH1-22/+19
2015-08-10Drop the word of GNOME from the ifdef'd variable for debuggingAkira TAGOH1-6/+6
2015-01-05Fix a typoAkira TAGOH1-1/+1
2014-01-16Fix non-literal format string issues (fixed issue#5)Akira TAGOH1-1/+1
2013-05-10coverity: returning ptr as const is meaninglessDavid Tardon1-2/+2
2012-12-10Fix the file open error in the debugging mode when srcdir != builddirAkira TAGOH1-2/+15
2012-11-24Use native mutex lock for Win32Akira TAGOH1-5/+5
2012-11-22Use xmlDocCopyNode to merge nodes into different docsStephan Bergmann1-1/+1
2012-10-16Add -t-x0- supportAkira TAGOH1-0/+6
2012-10-16Support -t-k0-, -t-i0-, and -t-t0- subtagsAkira TAGOH1-33/+107
2012-10-09another try to clean up glib dependenciesAkira TAGOH1-6/+5
2012-10-05another try to clean up glib dependenciesAkira TAGOH1-77/+122
2012-09-21Changed to the dual-licensing with MPLv2Akira TAGOH1-12/+3
2012-09-20Do not call xmlCleanupParser from liblangtagStephan Bergmann1-6/+0
2012-06-15Add lt_db_get/set_datadir()Akira TAGOH1-3/+4
2012-03-05Add -t- extension - transformed content supportAkira TAGOH1-0/+7
2012-02-17Add lt_tag_transform() to substitute tags according to likelySubtags databaseAkira TAGOH1-2/+66
2012-02-02Fix a distcheck errorAkira TAGOH1-1/+1
2012-02-02Add a LDML supportAkira TAGOH1-7/+122
2012-01-30Use common instance for xml files.Akira TAGOH1-0/+152