aboutsummaryrefslogtreecommitdiffstats
path: root/src/source-parser.c
Commit message (Expand)AuthorAgeFilesLines
* remove squareball for goodRafael G. Martins2016-04-271-1/+1
* Revert "*: use squareball error infrastructure"Rafael G. Martins2016-04-271-2/+2
* content-parser: extract post description from contentRafael G. Martins2016-04-201-1/+13
* *: use squareball error infrastructureRafael G. Martins2016-03-131-2/+2
* build: replace src/utils with squareballRafael G. Martins2016-02-261-13/+13
* fixed copyrightRafael G. Martins2016-01-081-1/+1
* Revert "build: removing src/utils and replacing with squareball"Rafael G. Martins2015-12-231-13/+13
* build: removing src/utils and replacing with squareballRafael G. Martins2015-12-231-13/+13
* source-parser: handle \r\n line endings properlyRafael G. Martins2015-10-221-0/+2
* source-parser: fixed error messageRafael G. Martins2015-09-191-1/+1
* source-parser: forbid BLOGC_VERSION variable in source filesRafael G. Martins2015-08-141-1/+3
* source-parse: optimize excerpt usageRafael G. Martins2015-06-131-7/+5
* content-parser: implemented excerpt, and now for good!Rafael G. Martins2015-06-131-1/+8
* Revert "added content excerpt support"Rafael G. Martins2015-06-121-55/+2
* added content excerpt supportRafael G. Martins2015-06-111-2/+55
* source-parser: fixed reserved variablesRafael G. Martins2015-05-281-1/+11
* fixed copyrightRafael G. Martins2015-05-251-1/+1
* source-parser: fixed reserved variablesRafael G. Martins2015-05-181-2/+10
* content-parser: more random stuffRafael G. Martins2015-05-071-4/+7
* source parse: improved, added testsRafael G. Martins2015-04-211-4/+36
* loader: added compiler-defined variablesRafael G. Martins2015-04-191-0/+9
* remove specific type used to store sourcesRafael G. Martins2015-04-191-23/+6
* safe mallocs are better :)Rafael G. Martins2015-04-191-1/+1
* added loader, error handling and cli. tests neededRafael G. Martins2015-04-181-14/+23
* replaced leg-based parser with handmade parser for source filesRafael G. Martins2015-04-171-0/+147