aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-kbdc/tree.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-13bump yearMattias Andrée1-1/+1
2014-12-10no more direct allocations, always use macros, unless using allocaMattias Andrée1-1/+1
2014-12-08with a few exceptions and some remaining files, never return directly on failure, always goto fail by invoking fail_ifMattias Andrée1-3/+4
2014-12-08rename pfail to failMattias Andrée1-1/+1
2014-12-08m docMattias Andrée1-4/+4
2014-12-07mds-kbdc: simplify mds_kbdc_tree_dupMattias Andrée1-38/+36
2014-12-07mds-kbdc: compile-layout: some bug fixes and test casesMattias Andrée1-1/+1
2014-12-06mds-kbdc: variablesMattias Andrée1-8/+8
2014-12-05mds-kbdc: create compiled versions of C(KEYS) and C(STRING) so we do not have to convert back and forth between UTF-8 and UTF-16Mattias Andrée1-13/+43
2014-12-01mds-kbdc: add some test cases + fix issued with inclusionMattias Andrée1-15/+26
2014-11-30preparing for include processingMattias Andrée1-6/+7
2014-11-29derpMattias Andrée1-1/+1
2014-11-28miscMattias Andrée1-26/+20
2014-11-28mds-kbdc: simplification of unordered subseq:sMattias Andrée1-0/+3
2014-11-28m + some unordered subseq simplificationMattias Andrée1-1/+4
2014-11-28m + macro call alternation eliminationMattias Andrée1-6/+10
2014-11-19preparation for tree simplificationMattias Andrée1-46/+155
2014-11-17small fixes and a bunch of testsMattias Andrée1-2/+2
2014-11-16print parsed tree, of course there are some errors...Mattias Andrée1-0/+251
2014-11-11mds-kbdc: have + memory leak on destruction of haveMattias Andrée1-1/+1
2014-11-10memory leakMattias Andrée1-0/+6
2014-11-09add initialise and create for the tree structureMattias Andrée1-1/+31
2014-11-09mds-kbdc: tree: m fixes + destroy and free functionsMattias Andrée1-0/+184