Commit Briefs

Omar Polo

add install-local target (master)



Omar Polo

update changelog


Omar Polo

drop now unused xmalloc()



Omar Polo

use strlcat/strlcpy instead of strcat/strcpy

while here introduce also xasprintf and xstrdup to avoid some malloc+strcpy sequences.


Omar Polo

pledge earlier


Omar Polo

usage() on unknown flags


Omar Polo

move usage to separate function


Omar Polo

enable debugging

will (hopefully) remember to turn it off again before tagging a release.


Omar Polo

fix readme


Omar Polo

kill unused variables


Omar Polo

add opener and marking functions


Omar Polo

bind e to cmd_edit


Omar Polo

bind v to cmd_view