Commit Briefs

Omar Polo

wops, wrong version number! (master, tags/1.1)


Omar Polo

+news


Omar Polo

+test-x11


Omar Polo

add make dist

while here also add a license and mention the copyright on Makefile. It's now very different from the mandoc-portable one, but that was the base for this one (including how to `make dist').



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