Commit Briefs

Omar Polo

const-ify


Omar Polo

bind ? to spawn `man fm'



Omar Polo

rewrite spawn to use varargs

it's seems neater than packing an array on the spot, we just do that inside spawn before calling execvp. If we get too many arguments, just abort. This also changes how the forking is handled: I set RVSEL only for the child and call disable_handlers() and endwin() preemptively to avoid possible races with our children.



Omar Polo

pedantic prototypes


Omar Polo

const-ify message fmt string


Omar Polo

typo


Omar Polo

mark message as printf-like


Omar Polo

add some warnings


Omar Polo

clean also the object files


Omar Polo

set version to 1.0


Omar Polo

tweaks


Omar Polo

rewrite the manpage in mdoc


Omar Polo

parenthesize sizeof