aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build: version bumpv0.5.1Rafael G. Martins2015-12-031-1/+1
* main: honour locales from environment variablesRafael G. Martins2015-12-021-0/+3
* build: man: update URLRafael G. Martins2015-11-072-4/+4
* build: version bumpv0.5Rafael G. Martins2015-11-051-1/+1
* ignore rpmsRafael G. Martins2015-11-051-0/+3
* build: added script to build windows releasesRafael G. Martins2015-11-052-0/+55
* content-parser: random parser fixesRafael G. Martins2015-11-042-4/+48
* Revert "content-parser: added basic rst-like directives support"Rafael G. Martins2015-11-045-884/+23
* Revert "content-parser: fix memory leak in gcc"Rafael G. Martins2015-11-042-6/+4
* Revert "content-parser: allow directive params with variable prefix"Rafael G. Martins2015-11-042-70/+24
* Revert "content-parser: handle errors (that are handler as warnings) in direc...Rafael G. Martins2015-11-045-13/+4
* content-parser: handle errors (that are handler as warnings) in directivesRafael G. Martins2015-11-045-4/+13
* content-parser: allow directive params with variable prefixRafael G. Martins2015-11-032-24/+70
* content-parser: fix memory leak in gccRafael G. Martins2015-11-022-4/+6
* content-parser: added basic rst-like directives supportRafael G. Martins2015-11-025-23/+884
* man: improved if statement docRafael G. Martins2015-10-311-1/+2
* man: added example with comparision between 2 varsRafael G. Martins2015-10-281-2/+8
* renderer: improved support for comparision between varsRafael G. Martins2015-10-283-59/+110
* Allow {% if VALUE1 == VALUE2 %}, with two definesPalmer Dabbelt2015-10-263-10/+41
* error: removed dead assignmentRafael G. Martins2015-10-261-1/+1
* datetime-parser: remove uneeded includeRafael G. Martins2015-10-251-1/+0
* ignore zip filesRafael G. Martins2015-10-241-0/+1
* build: create zip distfiles for windows users :)Rafael G. Martins2015-10-241-1/+1
* build: version bumpv0.4Rafael G. Martins2015-10-241-1/+1
* man: fixed blogc-source(7)Rafael G. Martins2015-10-241-1/+9
* main: fix build on windowsRafael G. Martins2015-10-241-0/+4
* datetime-parser: improve error handlingRafael G. Martins2015-10-245-95/+94
* datetime-parser: fixed strptime error handlingRafael G. Martins2015-10-242-3/+49
* datetime-parser: initial implementation. not used yetRafael G. Martins2015-10-247-0/+1048
* error: improved error reporting for parsersRafael G. Martins2015-10-244-38/+117
* error: added missing test for crlfRafael G. Martins2015-10-231-0/+13
* content-parser: fix commentRafael G. Martins2015-10-221-1/+1
* content-parser: replace useless array with booleanRafael G. Martins2015-10-221-6/+5
* tempalte-parser: added tests with \r\n line endingsRafael G. Martins2015-10-222-4/+71
* source-parser: handle \r\n line endings properlyRafael G. Martins2015-10-222-0/+34
* content-parser: handle \r\n line endings properlyRafael G. Martins2015-10-223-37/+579
* build: version bumpv0.3Rafael G. Martins2015-10-151-1/+1
* man: add note about id attrs for headersRafael G. Martins2015-10-151-0/+4
* content-parser: added missing testRafael G. Martins2015-10-121-1/+3
* file: added missing headerRafael G. Martins2015-10-121-0/+1
* content-parser: added id attributes to headersRafael G. Martins2015-10-124-25/+82
* main: no need to honor umask manuallyRafael G. Martins2015-10-111-8/+1
* build: version bumpv0.2.1Rafael G. Martins2015-10-071-1/+1
* main: man: fixed '-l' docsRafael G. Martins2015-10-073-6/+9
* build: version bumpv0.2Rafael G. Martins2015-10-071-1/+1
* renderer: accept empty list of files with -lRafael G. Martins2015-10-073-6/+43
* build: no need to call AC_SUBST for LIBMRafael G. Martins2015-09-261-1/+0
* build: use LT_LIB_MRafael G. Martins2015-09-261-1/+1
* source-parser: fixed error messageRafael G. Martins2015-09-192-2/+2
* error: minor memory optimizationRafael G. Martins2015-09-181-10/+4