aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* blogc-git-receiver: import external tool to blogc repositoryRafael G. Martins2016-04-271-285/+0
* remove squareball for goodRafael G. Martins2016-04-271-1/+1
* Revert "*: use squareball error infrastructure"Rafael G. Martins2016-04-271-2/+2
* Revert "main: loader: use file utils from squareball"Rafael G. Martins2016-04-271-16/+36
* main: loader: use file utils from squareballRafael G. Martins2016-03-191-36/+16
* *: use squareball error infrastructureRafael G. Martins2016-03-131-2/+2
* build: replace src/utils with squareballRafael G. Martins2016-02-261-26/+26
* fixed copyrightRafael G. Martins2016-01-081-1/+1
* Revert "build: removing src/utils and replacing with squareball"Rafael G. Martins2015-12-231-26/+26
* build: removing src/utils and replacing with squareballRafael G. Martins2015-12-231-26/+26
* main: honour locales from environment variablesRafael G. Martins2015-12-021-0/+3
* main: fix build on windowsRafael G. Martins2015-10-241-0/+4
* main: no need to honor umask manuallyRafael G. Martins2015-10-111-8/+1
* main: man: fixed '-l' docsRafael G. Martins2015-10-071-2/+2
* renderer: accept empty list of files with -lRafael G. Martins2015-10-071-5/+2
* main: style fixesRafael G. Martins2015-08-221-18/+25
* main: added BLOGC_VERSION template variableRafael G. Martins2015-08-141-0/+5
* main: do not return 0 when error happensRafael G. Martins2015-06-151-0/+2
* main: added option to print global config parameters after parsingRafael G. Martins2015-05-281-13/+35
* fixed copyrightRafael G. Martins2015-05-251-1/+1
* added global variables with date/filename on first and last postRafael G. Martins2015-05-091-1/+1
* content-parser: more random stuffRafael G. Martins2015-05-071-1/+2
* implemented datetime parsing/formattingRafael G. Martins2015-04-281-3/+5
* added global variable supportRafael G. Martins2015-04-271-9/+45
* cli: fixed helpRafael G. Martins2015-04-231-1/+1
* cli: added -vRafael G. Martins2015-04-231-1/+5
* minor optimizationRafael G. Martins2015-04-211-1/+1
* no need to use strndupRafael G. Martins2015-04-211-2/+2
* improved cli argument handlingRafael G. Martins2015-04-211-2/+12
* refactored blocksRafael G. Martins2015-04-211-5/+21
* minor fixRafael G. Martins2015-04-201-2/+1
* create output directories recursivelyRafael G. Martins2015-04-201-0/+45
* main: handle -o properlyRafael G. Martins2015-04-191-2/+21
* remove specific type used to store sourcesRafael G. Martins2015-04-191-1/+1
* added renderer, without testsRafael G. Martins2015-04-191-1/+4
* added loader, error handling and cli. tests neededRafael G. Martins2015-04-181-3/+95
* replaced leg-based parser with handmade parser for templatesRafael G. Martins2015-04-171-7/+1
* replaced leg-based parser with handmade parser for source filesRafael G. Martins2015-04-171-4/+6
* added source grammarRafael G. Martins2015-04-151-5/+7
* added template grammarRafael G. Martins2015-04-151-0/+6
* initial structureRafael G. Martins2015-04-151-0/+21