Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | source-parser: handle \r\n line endings properly | Rafael G. Martins | 2015-10-22 | 1 | -0/+2 |
| | |||||
* | source-parser: fixed error message | Rafael G. Martins | 2015-09-19 | 1 | -1/+1 |
| | |||||
* | source-parser: forbid BLOGC_VERSION variable in source files | Rafael G. Martins | 2015-08-14 | 1 | -1/+3 |
| | |||||
* | source-parse: optimize excerpt usage | Rafael G. Martins | 2015-06-13 | 1 | -7/+5 |
| | |||||
* | content-parser: implemented excerpt, and now for good! | Rafael G. Martins | 2015-06-13 | 1 | -1/+8 |
| | |||||
* | Revert "added content excerpt support" | Rafael G. Martins | 2015-06-12 | 1 | -55/+2 |
| | | | | This reverts commit 1851274f9524c462806d6ab64e024effb0392231. | ||||
* | added content excerpt support | Rafael G. Martins | 2015-06-11 | 1 | -2/+55 |
| | |||||
* | source-parser: fixed reserved variables | Rafael G. Martins | 2015-05-28 | 1 | -1/+11 |
| | |||||
* | fixed copyright | Rafael G. Martins | 2015-05-25 | 1 | -1/+1 |
| | |||||
* | source-parser: fixed reserved variables | Rafael G. Martins | 2015-05-18 | 1 | -2/+10 |
| | |||||
* | content-parser: more random stuff | Rafael G. Martins | 2015-05-07 | 1 | -4/+7 |
| | |||||
* | source parse: improved, added tests | Rafael G. Martins | 2015-04-21 | 1 | -4/+36 |
| | |||||
* | loader: added compiler-defined variables | Rafael G. Martins | 2015-04-19 | 1 | -0/+9 |
| | |||||
* | remove specific type used to store sources | Rafael G. Martins | 2015-04-19 | 1 | -23/+6 |
| | |||||
* | safe mallocs are better :) | Rafael G. Martins | 2015-04-19 | 1 | -1/+1 |
| | |||||
* | added loader, error handling and cli. tests needed | Rafael G. Martins | 2015-04-18 | 1 | -14/+23 |
| | |||||
* | replaced leg-based parser with handmade parser for source files | Rafael G. Martins | 2015-04-17 | 1 | -0/+147 |