aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc/renderer.c
Commit message (Collapse)AuthorAgeFilesLines
* *: use squareballRafael G. Martins2018-04-051-40/+41
| | | | yeah, changed my mind again :)
* blogc: common: replace unsigned int with size_tRafael G. Martins2018-03-201-2/+2
|
* blogc: template parser refactoringRafael G. Martins2018-02-211-56/+56
| | | | mostly names and data structures.
* Fix an issue when using imbricated if-else blocksbaylej2017-05-041-0/+3
| | | | `valid_else` is not correctly set when `evaluate` is true
* *: updated copyrightRafael G. Martins2017-02-251-1/+1
|
* renderer: fixed strtol error detection bug in freebsdRafael G. Martins2016-10-131-6/+5
| | | | | it seems that error detection for strtol using errno is a glibc extension.
* error: added prefix support to bc_error_printRafael G. Martins2016-09-161-1/+1
|
* *: centralize error handlingRafael G. Martins2016-09-091-2/+1
|
* *: moved error handling to src/common/Rafael G. Martins2016-09-031-3/+4
|
* *: s/sb_/bc_/gRafael G. Martins2016-09-031-35/+35
|
* *: big code reorganization.Rafael G. Martins2016-09-031-0/+457
- source and tests are now splitted by target - utils lib is now called common still pending move error.c from blogc to common