summaryrefslogtreecommitdiff
AgeCommit message (Expand)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
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 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
2013-05-01Replace AM_CONFIG_HEADER with AC_CONFIG_HEADERSAkira TAGOH1-1/+1
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
2013-04-22Fix a memory leak on errorAkira TAGOH1-8/+12
2013-04-22Fix signedness issueAkira TAGOH1-3/+3
2013-04-22Fix a regression issue introduced by 873a71abe30b023ebd04d26a832bb250807a84c6Akira TAGOH1-5/+4
2013-04-15Use secure_getenv instead if availableAkira TAGOH5-4/+31
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
2013-04-04fixes for -WformatBjoern Michaelsen2-3/+3
2013-03-13MinorAkira TAGOH1-0/+1
2013-03-13use AM_PROG_AR macroPeter Foley1-0/+1
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 a...Akira TAGOH1-0/+1
2013-01-16Make sure liblangtag.so is linked against libdl.so with modulesJustin Lecher1-0/+1
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
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
2012-12-11Fix lt_tag_convert_from_locale() to get correct resultAkira TAGOH3-38/+100
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
2012-12-03Fix portability issue in vsnprintfAkira TAGOH2-13/+94
2012-11-29Fix build issue when srcdir != builddirAkira TAGOH3-1/+4