aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc/template-parser.c
Commit message (Collapse)AuthorAgeFilesLines
* *: update copyrightRafael G. Martins2020-05-311-1/+1
| | | | this time I'm only updating the files I touched this year.
* blogc: added listing_empty template blockRafael G. Martins2020-05-161-1/+9
|
* blogc: added `-e` cli option and `listing_entry` template blockRafael G. Martins2019-04-021-2/+10
|
* blogc: template: allow whitespaces in template tags, not just spacesRafael G. Martins2019-02-091-16/+15
|
* *: 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
|
* blogc: template parser refactoringRafael G. Martins2018-02-211-60/+60
| | | | mostly names and data structures.
* *: updated copyrightRafael G. Martins2017-02-251-1/+1
|
* *: centralize error handlingRafael G. Martins2016-09-091-1/+0
|
* *: moved error handling to src/common/Rafael G. Martins2016-09-031-32/+33
|
* *: s/sb_/bc_/gRafael G. Martins2016-09-031-20/+20
|
* *: big code reorganization.Rafael G. Martins2016-09-031-0/+679
- source and tests are now splitted by target - utils lib is now called common still pending move error.c from blogc to common