aboutsummaryrefslogtreecommitdiffstats
path: root/src/debug.c
Commit message (Collapse)AuthorAgeFilesLines
* template-parser: renderer: implemented 'else' support in templatesRafael G. Martins2016-07-031-0/+3
| | | | | | | | | yeah, this is stupid. after more than 320 commits and 26 releases, we finally support the 'else' statement in the template engine. I don't know if I'm dumb or what, but it took me that long to find a "simple" solution to this basic issue. yep, no more `{% ifdef FOO %}...{% endif %}{% ifndef FOO %}...{% endif %}` blocks. but seriously, who cares?! :/
* debug: move debug functions to separated fileRafael G. Martins2016-06-251-0/+82