summaryrefslogtreecommitdiff
path: root/liblangtag/lt-trie.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-19Fix OOM handlingAkira TAGOH1-13/+13
2016-02-18Fix lt_trie_keys() not workingAkira TAGOH1-8/+5
2015-06-17avoid accidental (and surprising) memory leaksDavid Tardon1-1/+6
2013-05-10coverity: returning ptr as const is meaninglessDavid Tardon1-1/+1
2013-05-10coverity: free the iter, not _pointer_ to itDavid Tardon1-1/+1
2013-05-09Fix duplicate typedef introduced in 57c47aa.Jung-uk Kim1-2/+2
2013-04-30Add back dummy functions to keep ABI compatibleAkira TAGOH1-0/+23
2013-04-22Fix signedness issueAkira TAGOH1-3/+3
2012-12-19Do not export the iterator structures' implementationAkira TAGOH1-0/+5
2012-10-26Add a magic code to check if the object support the iterationAkira TAGOH1-0/+1
2012-10-26Fix wrong traversal on keysAkira TAGOH1-19/+27
2012-10-26Add an abstract iterator classAkira TAGOH1-84/+90
2012-10-22Fix a double-free issueAkira TAGOH1-11/+7
2012-10-16Fix API to match the name and behaviorAkira TAGOH1-2/+2
2012-10-09another try to clean up glib dependenciesAkira TAGOH1-17/+129
2012-10-05another try to clean up glib dependenciesAkira TAGOH1-0/+234