Commit Briefs

Omar Polo

move headers to include/




Omar Polo

move parsers to their own subdir





Omar Polo

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


Omar Polo

meeeeuhteuhethuet


Omar Polo

add back missing fs.h



omar-polo

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.



Omar Polo

add side window for downloads