aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-kbdc/tree.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bump yearMattias Andrée2015-02-131-1/+1
* no more direct allocations, always use macros, unless using allocaMattias Andrée2014-12-101-1/+1
* merge track-errors and resolve conflictMattias Andrée2014-12-091-4/+5
|\
| * with a few exceptions and some remaining files, never return directly on failure, always goto fail by invoking fail_ifMattias Andrée2014-12-081-3/+4
| * rename pfail to failMattias Andrée2014-12-081-1/+1
* | m docMattias Andrée2014-12-081-4/+4
|/
* mds-kbdc: simplify mds_kbdc_tree_dupMattias Andrée2014-12-071-38/+36
* mds-kbdc: compile-layout: some bug fixes and test casesMattias Andrée2014-12-071-1/+1
* mds-kbdc: variablesMattias Andrée2014-12-061-8/+8
* mds-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ée2014-12-051-13/+43
* mds-kbdc: add some test cases + fix issued with inclusionMattias Andrée2014-12-011-15/+26
* preparing for include processingMattias Andrée2014-11-301-6/+7
* derpMattias Andrée2014-11-291-1/+1
* miscMattias Andrée2014-11-281-26/+20
* mds-kbdc: simplification of unordered subseq:sMattias Andrée2014-11-281-0/+3
* m + some unordered subseq simplificationMattias Andrée2014-11-281-1/+4
* m + macro call alternation eliminationMattias Andrée2014-11-281-6/+10
* preparation for tree simplificationMattias Andrée2014-11-191-46/+155
* small fixes and a bunch of testsMattias Andrée2014-11-171-2/+2
* print parsed tree, of course there are some errors...Mattias Andrée2014-11-161-0/+251
* mds-kbdc: have + memory leak on destruction of haveMattias Andrée2014-11-111-1/+1
* memory leakMattias Andrée2014-11-101-0/+6
* add initialise and create for the tree structureMattias Andrée2014-11-091-1/+31
* mds-kbdc: tree: m fixes + destroy and free functionsMattias Andrée2014-11-091-0/+184