Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed a few issues reported by clang's static analyzer | Rafael G. Martins | 2015-05-10 | 4 | -1/+19 |
| | |||||
* | trie: removed useless brackets | Rafael G. Martins | 2015-04-19 | 1 | -2/+1 |
| | |||||
* | trie: fixed memory leak when replacing existing key | Rafael G. Martins | 2015-04-19 | 1 | -1/+4 |
| | |||||
* | remove specific type used to store sources | Rafael G. Martins | 2015-04-19 | 3 | -5/+7 |
| | |||||
* | safe mallocs are better :) | Rafael G. Martins | 2015-04-19 | 4 | -6/+32 |
| | |||||
* | replaced leg-based parser with handmade parser for source files | Rafael G. Martins | 2015-04-17 | 2 | -0/+3 |
| | |||||
* | initial structure | Rafael G. Martins | 2015-04-15 | 4 | -0/+605 |