Commit Briefs


Omar Polo

change parse_csslike to receive an array to fill

fixes many memory leaks, makes the code shorter AND cleaner!


Omar Polo

change initialization order


Omar Polo

minor tweaks

* don't need to export optarg/optind * use an easier to read cast for indirect array access


Omar Polo

goto s/invc/err/


Omar Polo

add years in LICENSE


Omar Polo

+license blurb




Omar Polo

fix the strndup fix


Omar Polo

tweak strndup



Omar Polo

rework the build system and bump version

let's use OpenBSD' bsd.xconf.mk and bsd.prog.mk


Omar Polo

use strcasestr(3) unconditionally