Commit Briefs

Omar Polo

it's spelled fallthrough, not fallback

reminded by N-R-K on GitHub (issue #1).


Omar Polo

disable -Wpointer-sign

see GitHub issue #1.


Omar Polo

add fallthrough comment

avoid a possible warning by the compiler, reported by N-R-K on GitHub issue #1.


Omar Polo

minor tweaks


Omar Polo

add an install-local target

copies the binary to ~/bin


Omar Polo

update the examples in the readme


Omar Polo

update the information for building


Omar Polo

opt-in more warnings


Omar Polo

comply with -Wsign-compare


Omar Polo

comply with -Wmissing-prototypes


Omar Polo

add a configure.local.example

mostly stolen from mandoc-portable, thanks Ingo! :)



Omar Polo

attempt to autodetect the flags for x11 & co via pkg-config

these are still overrideable from the args passed to the script.



Omar Polo

include config.h in all compats