summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-30Bump the version to 0.5.6Akira TAGOH2-1/+10
2015-03-30Fix distcheck errorAkira TAGOH2-1/+9
2015-03-30remove stray LT_END_DECLSDavid Tardon1-2/+0
2015-03-27install lt-config.h: it's included from langtag.hDavid Tardon1-1/+1
2015-03-20Bump the version to 0.5.5Akira TAGOH2-1/+11
2015-03-20Update revisionAkira TAGOH1-1/+1
2015-03-20Fix warning on bootstrapAkira TAGOH1-1/+2
2015-01-05Fix a build issue with inline keywordAkira TAGOH2-5/+34
2015-01-05Fix configure error on specifying --disable-modulesAkira TAGOH1-1/+1
2015-01-05Fix a typoAkira TAGOH1-1/+1
2014-05-27Fix a memory leakAkira TAGOH1-5/+2
2014-05-21Bump the version to 0.5.4Akira TAGOH2-1/+10
2014-05-21Remove the language subtag registry file on distAkira TAGOH1-0/+3
2014-05-20Get rid of the extra space in case word-wrappingAkira TAGOH1-5/+7
2014-05-20Add date property to language-subtag-registry.xmlAkira TAGOH1-0/+4
2014-05-20Fix formatAkira TAGOH1-4/+4
2014-05-09Fix the module build on NetBSD (fixed issue#7)Akira TAGOH1-3/+5
2014-04-09Bump the libtool revisionAkira TAGOH1-2/+2
2014-04-09Bump the version to 0.5.3Akira TAGOH2-1/+16
2014-04-07separately canonicalize into the canonical form and the extlang formAkira TAGOH4-189/+251
2014-04-07Fix autoconf warning, warning: AC_COMPILE_IFELSE was called before AC_USE_SYS...Akira TAGOH1-3/+3
2014-04-07Merged in erAck/liblangtag/0.5.x (pull request #7) Akira TAGOH1-4/+8
2014-04-05resolves #6, include last record in language-subtag-registry.xmlEike Rathke1-4/+8
2014-04-05Merged tagoh/liblangtag/0.5.x into 0.5.xEike Rathke15-19/+129
2014-01-22Update autotools macroAkira TAGOH1-1/+3
2014-01-16Fix typoAkira TAGOH1-1/+1
2014-01-16Fix non-literal format string issues (fixed issue#5)Akira TAGOH3-3/+3
2013-08-28add a script to prepare a releaseAkira TAGOH1-0/+41
2013-08-28Bump the version to 0.5.2Akira TAGOH2-1/+40
2013-08-27Fix duplicate definition of EXTRA_DISTAkira TAGOH1-1/+1
2013-07-30Merged in erAck/liblangtag/0.5.x-libreoffice (pull request #4) Akira TAGOH7-12/+40
2013-07-26Revert "do not specify a document encoding to avoid garbage conversion"Eike Rathke1-0/+1
2013-07-20MSVC does not like const typedef'ed function pointersEike Rathke1-6/+14
2013-07-19do not specify a document encoding to avoid garbage conversionEike Rathke1-1/+0
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-19variable declarations need to be at beginning of scopeEike Rathke1-1/+1
2013-07-19MSVC has _strtoui64() instead of strtoull()Eike Rathke1-0/+4
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 TAGOH4-5/+5
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: close file handleDavid Tardon1-0/+3
2013-05-10coverity: free string in case of errorDavid Tardon1-1/+3