summaryrefslogtreecommitdiff
path: root/liblangtag
AgeCommit message (Expand)AuthorFilesLines
2017-02-07fix spelling mistakeEdward Betts1-1/+1
2016-09-30use standard functionDavid Tardon1-4/+1
2016-09-21Get rid of the arch-dependent code from lt-config.hAkira TAGOH1-1/+1
2016-05-06Fix the build issue regarding to 'index' (fixes: issue#15)Akira TAGOH1-0/+3
2016-03-24enum must be declared before it's usedDavid Tardon1-13/+13
2016-03-23Add docsAkira TAGOH4-1/+64
2016-02-24Improve the bootup timeAkira TAGOH10-387/+394
2016-02-19Fix OOM handlingAkira TAGOH8-62/+62
2016-02-18Fix lt_trie_keys() not workingAkira TAGOH1-8/+5
2015-12-03Support the language alias for the canonicalizationAkira TAGOH4-20/+225
2015-12-03Fix memory leaksAkira TAGOH2-5/+10
2015-12-03Add lt_db_set_val() to change the place of databaseAkira TAGOH2-30/+52
2015-12-03Add missing header fileAkira TAGOH1-0/+1
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-12-01Add a lookup table to catch up a script/language from language/scriptAkira TAGOH8-26/+394
2015-11-25Use deprecation macrosAkira TAGOH1-3/+3
2015-11-25Add deprecation macrosAkira TAGOH1-1/+46
2015-11-20Support BCP47-like locale representationAkira TAGOH1-6/+18
2015-11-12Initialize databases just once.Akira TAGOH1-7/+16
2015-11-10Fix unknown node issueAkira TAGOH2-2/+4
2015-11-09Fix test fail on SunOSAkira TAGOH1-10/+22
2015-11-04Make some header files public (fixes: issue#14)Akira TAGOH18-28/+80
2015-08-10Drop the word of GNOME from the ifdef'd variable for debuggingAkira TAGOH2-8/+8
2015-06-17avoid accidental (and surprising) memory leaksDavid Tardon1-1/+6
2015-04-20add missing sys/types.h in lt-string.hAkira TAGOH1-0/+1
2015-03-27install lt-config.h: it's included from langtag.hDavid Tardon1-1/+1
2015-01-05Fix a build issue with inline keywordAkira TAGOH1-0/+1
2015-01-05Fix a typoAkira TAGOH1-1/+1
2014-05-27Fix a memory leakAkira TAGOH1-5/+2
2014-04-07separately canonicalize into the canonical form and the extlang formAkira TAGOH2-182/+211
2014-01-16Fix non-literal format string issues (fixed issue#5)Akira TAGOH3-3/+3
2013-07-20MSVC does not like const typedef'ed function pointersEike Rathke1-6/+14
2013-07-19check for HAVE_UNISTD_HEike Rathke1-0/+2
2013-07-19automatically appending dir separator does not work on WindowsEike Rathke1-0/+4
2013-07-19undefined HAVE_SYS_PARAM_HEike Rathke1-1/+1
2013-07-19MSVC-32 has _snprintf() instead of snprintf()Eike Rathke1-0/+8
2013-07-19check for MSVC defined ssize_tEike Rathke1-1/+1
2013-07-19check return value of C99 vsnprintf()Eike Rathke1-3/+5
2013-05-13Use AM_CPPFLAGS instead of INCLUDESAkira TAGOH1-1/+1
2013-05-10coverity: check ptr before it is usedDavid Tardon1-3/+2
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 Tardon4-6/+6
2013-05-10coverity: check return value of mallocDavid Tardon1-2/+6
2013-05-10coverity: check if error is non-null before using itDavid Tardon1-1/+1
2013-05-10coverity: free the iter, not _pointer_ to itDavid Tardon1-1/+1
2013-05-10Merged in juikim/liblangtag/0.5.x (pull request #3) Akira TAGOH1-2/+2
2013-05-10Merge commit '8532462c5354b66848e387a7d435ca5dadbf768c' into 0.5.xAkira TAGOH1-1/+1