Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make: implemented a build tool for blogc | Rafael G. Martins | 2016-12-27 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | so, this is basically what happens when you don't have anything better to do in the christmas weekend. most of this code was written in the last 2 or 3 days. i'd like to thank the chivas brothers, the weather and my psychological problems for this achievement. on a serious note, this tool still needs a man page, more tests, and the aws lambda function should be adapted to use it instead of (or together with) make/busybox. also, while talking about aws lambda, this tool can be nicely embedded into the blogc binary, to produce a single "small" static binary for usage in lambda ;) | ||||
* | common/error: minor fix | Rafael G. Martins | 2016-12-02 | 1 | -1/+1 |
| | |||||
* | error: added prefix support to bc_error_print | Rafael G. Martins | 2016-09-16 | 1 | -1/+4 |
| | |||||
* | blogc: common: moved "file" to common | Rafael G. Martins | 2016-09-09 | 1 | -3/+3 |
| | |||||
* | common: error: do not prepend "blogc: " when printing | Rafael G. Martins | 2016-09-09 | 1 | -5/+8 |
| | |||||
* | common: fix function prototypes | Rafael G. Martins | 2016-09-09 | 1 | -3/+3 |
| | |||||
* | *: centralize error handling | Rafael G. Martins | 2016-09-09 | 1 | -0/+29 |
| | |||||
* | *: moved error handling to src/common/ | Rafael G. Martins | 2016-09-03 | 1 | -0/+111 |