aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc.c
Commit message (Collapse)AuthorAgeFilesLines
* *: fixed includesRafael G. Martins2016-07-071-6/+3
| | | | | this refactoring was done with the help of the 'include-what-you-use' program. if this breaks the build for you, please report!
* blogc: only -D arguments must be validated for UTF-8Rafael G. Martins2016-07-041-5/+5
|
* blogc: added utf8 validationRafael G. Martins2016-07-031-0/+6
|
* debug: move debug functions to separated fileRafael G. Martins2016-06-251-1/+2
|
* template-parser: added some ast debugRafael G. Martins2016-06-221-2/+10
|
* blogc: fix goto statementsRafael G. Martins2016-05-281-2/+2
|
* blogc: avoid parsing template when called with -pRafael G. Martins2016-05-281-7/+7
|
* blogc-git-receiver: import external tool to blogc repositoryRafael G. Martins2016-04-271-0/+285
still in the effort to reduce maintenance work, I'm importing blogc-git-receiver tool to the main blogc repository. the tool is build by default, if needed headers are found. that means that it will probably only be built for posix-compliant operating systems.