aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc/main.c
Commit message (Expand)AuthorAgeFilesLines
* blogc: renderer: add `FOREACH_VALUE` variableRafael G. Martins2023-02-111-1/+1
* blogc: generate table of contents treeRafael G. Martins2020-09-111-1/+1
* *: update copyrightRafael G. Martins2020-05-311-1/+1
* common: bc_stdin_read() should set read lengthRafael G. Martins2020-05-301-4/+5
* blogc: use new filelist parserRafael G. Martins2020-05-291-24/+8
* blogc: allow passing multiple -e optionsRafael G. Martins2020-04-221-13/+20
* blogc: fixed bug that prevented digits in -D argumentsRafael G. Martins2019-09-041-4/+15
* blogc: added support for formatted variables in -pRafael G. Martins2019-04-131-5/+4
* blogc: added `-e` cli option and `listing_entry` template blockRafael G. Martins2019-04-021-5/+25
* blogc: -p should return special code when variable not foundRafael G. Martins2019-03-281-1/+7
* blogc: exit 1 on errorRafael G. Martins2019-03-281-10/+10
* blogc: dump source file variables as well as global variablesRafael G. Martins2019-03-271-5/+10
* *: update copyrightRafael G. Martins2019-01-151-1/+1
* *: update copyrightRafael G. Martins2018-10-141-1/+1
* blogc: common: replace unsigned int with size_tRafael G. Martins2018-03-201-2/+2
* Revert "blogc: make: mkdir may raise ENOENT"Rafael G. Martins2018-02-251-1/+1
* blogc: make: mkdir may raise ENOENTRafael G. Martins2018-02-241-1/+1
* blogc: template parser refactoringRafael G. Martins2018-02-211-1/+1
* *: updated copyrightRafael G. Martins2017-02-251-1/+1
* make-embedded: removed symlink support from blogc binaryRafael G. Martins2017-01-301-8/+3
* make: implemented a build tool for blogcRafael G. Martins2016-12-271-4/+42
* *: binaries should always return 3 on errors, for consistency.Rafael G. Martins2016-12-261-10/+10
* fixed includesRafael G. Martins2016-11-191-1/+0
* blogc: added more parenthesis to make gcc happy. trying to fix travisRafael G. Martins2016-10-151-1/+1
* blogc: we still need to strip newlines from end of lineRafael G. Martins2016-10-151-1/+8
* blogc: do not strip spaces, they are valid in file namesRafael G. Martins2016-10-151-4/+3
* blogc: add cli option to read list of source files from stdinRafael G. Martins2016-10-151-2/+27
* error: added prefix support to bc_error_printRafael G. Martins2016-09-161-2/+2
* s/blogc_utf8_/bc_utf8_/gRafael G. Martins2016-09-091-1/+1
* *: centralize error handlingRafael G. Martins2016-09-091-3/+2
* *: moved error handling to src/common/Rafael G. Martins2016-09-031-3/+4
* *: s/sb_/bc_/gRafael G. Martins2016-09-031-25/+25
* *: big code reorganization.Rafael G. Martins2016-09-031-0/+297