aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/trie.c
Commit message (Collapse)AuthorAgeFilesLines
* utils: removed unused includesRafael G. Martins2015-06-241-2/+0
|
* fixed copyrightRafael G. Martins2015-05-251-1/+1
|
* fixed a few issues reported by clang's static analyzerRafael G. Martins2015-05-101-0/+4
|
* trie: removed useless bracketsRafael G. Martins2015-04-191-2/+1
|
* trie: fixed memory leak when replacing existing keyRafael G. Martins2015-04-191-1/+4
|
* remove specific type used to store sourcesRafael G. Martins2015-04-191-1/+1
|
* safe mallocs are better :)Rafael G. Martins2015-04-191-3/+3
|
* replaced leg-based parser with handmade parser for source filesRafael G. Martins2015-04-171-0/+2
|
* initial structureRafael G. Martins2015-04-151-0/+193