Commits


ev: switch to poll(2) ppoll(2) may not be available and we don't really need sub-millisecond precision.


draft the changelog for 0.9


add some forgotten ChangeLog entries


iritest: include stdint.h; iri.h uses uint16_t


add libobj to the tests


remove the dependency on utils.c from a few binaries telescope-identity(1) and the tests don't need it anymore.


clean up unused includes


move unicode_isgraph in minibuffer.c (codepoint_isgraph)


remove unused unicode_isspace


unbreak tests; parser_gophermap.c now needs iri too


missing include


move imsgev & co to their own file This avoids bringing the dependency on ev on telescope-identity(1) and the tests as well.


iritest: add some %enc/dec tests


net: re-enable asr_run Make asr_run() work on top of ev. While here, rename the function names and add real error checking.


sync changelog