summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-05-10coverity: close file handleDavid Tardon1-0/+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-10fix automake errorDavid Tardon1-1/+1
docs/Makefile.am:116: error: EXTRA_DIST must be set with '=' before using '+='
2013-05-10Merged in juikim/liblangtag/0.5.x (pull request #3) Akira TAGOH1-2/+2
Fix duplicate typedef introduced in 57c47aa.
2013-05-10Merge commit '8532462c5354b66848e387a7d435ca5dadbf768c' into 0.5.xAkira TAGOH2-2/+2
2013-05-09Fix duplicate typedef introduced in 57c47aa.Jung-uk Kim1-2/+2
2013-05-08Use awk(1) instead of sed(1) to fix build on *BSD.Jung-uk Kim1-1/+1
The previous sed commands have GNU extensions, e. g., "{d}" and "\t".
2013-05-01Replace AM_CONFIG_HEADER with AC_CONFIG_HEADERSAkira TAGOH1-1/+1
AM_CONFIG_HEADER macro seems obsolete now. (closed issue#2)
2013-04-30Bump the version to 0.5.1Akira TAGOH2-3/+7
2013-04-30Add back dummy functions to keep ABI compatibleAkira TAGOH2-0/+30
2013-04-26Bump the version to 0.5.0Akira TAGOH3-13/+22
2013-04-22Revert "API CHANGED: lt_tag_transform() returns lt_tag_t instead of char *"Akira TAGOH4-50/+55
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-22Fix a memory leak on errorAkira TAGOH1-8/+12
reported at https://bugzilla.redhat.com/show_bug.cgi?id=952119
2013-04-22Fix signedness issueAkira TAGOH1-3/+3
reported at https://bugzilla.redhat.com/show_bug.cgi?id=952137
2013-04-22Fix a regression issue introduced by 873a71abe30b023ebd04d26a832bb250807a84c6Akira TAGOH1-5/+4
2013-04-15Use secure_getenv instead if availableAkira TAGOH5-4/+31
or emulated one
2013-04-04Move g-ir-scanner flags into SCANNERFLAGSAkira TAGOH1-2/+4
2013-04-04calling the generic error reporting from memory management is a hazardBjoern Michaelsen1-3/+4
- the error reporting is pluggable with function pointers doing all kinds of funky stuff (including calling back into memory mngmt.) - this introduces a high risk of stack smashing circular calls - better silently return here
2013-04-04fixes for -WformatBjoern Michaelsen2-3/+3
2013-03-13MinorAkira TAGOH1-0/+1
2013-03-13use AM_PROG_AR macroPeter Foley1-0/+1
Makes libtool work proberly with the Visual Studio toolchain
2013-02-07minor improvementAkira TAGOH1-6/+5
2013-02-05Fix typosAkira TAGOH2-2/+2
2013-02-05Use AM_MISSING_PROG instead of hardcoding missingAkira TAGOH2-7/+9
2013-01-18Fix memory leaks and erroneous codeAkira TAGOH6-10/+19
2013-01-17Merged in jlec/liblangtag (pull request #1: underlinking fix - missing link ↵Akira TAGOH1-0/+1
against libdl.so)
2013-01-16Make sure liblangtag.so is linked against libdl.so with modulesJustin Lecher1-0/+1
fixes underlinking, see https://bugs.gentoo.org/show_bug.cgi?id=451546 Signed-off-by: Justin Lecher <jlec@gentoo.org>
2012-12-19Update docAkira TAGOH1-0/+8
2012-12-19Do not export the iterator structures' implementationAkira TAGOH4-9/+9
2012-12-19Update docsAkira TAGOH4-1/+138
2012-12-19Define LT_ITER_INITAkira TAGOH15-21/+35
2012-12-19add missing files to be ignored in docsAkira TAGOH1-0/+2
2012-12-19remove the debugging codeAkira TAGOH1-2/+0
2012-12-12Update .gitignore even if srcdir != builddirAkira TAGOH1-2/+2
When srcdir != builddir, autotools sets VPATH = @srcdir@. due to this and unfortunately the top directory has same name to liblangtag, where contains the library's source code, make confuses the top directory is the target directory for 'liblangtag'. .gitignore is already available since building is performed at the top therefore .gitignore considered available. To avoid this confusion on make, abs_srcdir has to be used for target.
2012-12-12Fix to be able to enable modules and a build issue with modules enabled. sighAkira TAGOH3-10/+9
2012-12-12Fix warnings on building liblangtag-gobjectAkira TAGOH5-1/+29
2012-12-12Update docAkira TAGOH1-0/+10
2012-12-12API CHANGED: lt_tag_transform() returns lt_tag_t instead of char *Akira TAGOH4-55/+50
to reduce the duplicate work on the tag parser and possibly in applications
2012-12-11Fix lt_tag_convert_from_locale() to get correct resultAkira TAGOH3-38/+100
also added lt_tag_convert_from_locale_string()
2012-12-10Fix the matching algorithm on lt_tag_transform()Akira TAGOH4-44/+180
2012-12-10Fix the file open error in the debugging mode when srcdir != builddirAkira TAGOH1-2/+15
2012-12-10Don't output an error message even if no data is set in lt_error_tAkira TAGOH1-1/+2
2012-12-07Use AC_USE_SYSTEM_EXTENSIONS instead of defining _GNU_SOURCEAkira TAGOH2-5/+2
2012-12-03Replace '_' to '-' in lt_tag_transform()Akira TAGOH1-1/+1
likelySubtags.xml contains '_', which isn't impossible to match the tags in lt_tag_t. this usually means lt_tag_transform() doesn't work without this fix. After this fix, following code just works: lt_tag_t *tag; char *s; lt_tag_parse(tag, "zh-TW", NULL); s = lt_tag_transform(tag, NULL)); printf("%s\n", s); free(s); -- zh-Hant-TW
2012-12-03Fix portability issue in vsnprintfAkira TAGOH2-13/+94
2012-11-29Fix build issue when srcdir != builddirAkira TAGOH3-1/+4