Commits


rename util.c -> utils.c for consistency


move util.c declarations in utils.h it's not spelled `util.h' because otherwise it'd get included instead of /usr/include/util.h


meeeeuhteuhethuet


add back missing fs.h


fix pagebundler compilation for out-of-tree builds


provide HOSTCC and HOSTCFLAGS variables to simplify cross-compilation pagebundler is a helper that needs to be built with the *host* compiler because it's used to generate some sources. In normal situations, HOSTCC and HOSTCFLAGS are just ${CC} and ${CFLAGS}, but folks that cross-compile can specify there the host compiler and flags to successfully build telescope. The idea is largely based on what gforth does: it re-uses ${CFLAGS} for the host compiler though, while I'm adding an extra variable for that.


extract keymap-related stuff to its own header


add side window for downloads


include `contrib' distribution in tarballs


move more stuff outta telescope.c


colorize text/x-patch


initial gophermaps support


align


rename textplain/gemtext.c to parser_*


rename gemini.c -> net.c