Commit Briefs

Omar Polo

sync changelog


Omar Polo

tag 1.7.3 (tags/1.7.3)

bump version number



Omar Polo

fix changelog syntax


Omar Polo

sync changelog


Omar Polo

sync


Omar Polo

sync


Omar Polo

sync


Omar Polo

unbreak configless mode

An un-initialized field in the configless code path leads to a crash on the first request.


Omar Polo

sync


Omar Polo

tag v1.7.1 (tags/1.7.1)

This version includes two bugfixes: - use ${MAKE} to recursively call make - fix the misleading example in the man page: macros name may not be reserved words Both bugs found and fixed by Anna “CyberTailor”, thanks!


Omar Polo

sync


Omar Polo

tag v1.7 (tags/1.7)


Omar Polo

sync


Omar Polo

parsing: bring lots of goodies from OpenBSD' parse.y

This allows to solve the problem with the \n in the grammar (before two following macro declaration were treated as invalid. This also brings in a nice `include' keyword.