aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc/renderer.c
Commit message (Collapse)AuthorAgeFilesLines
* 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