Commit Briefs

8d3a30b1f3 Omar Polo

bump version to 0.9 (tags/0.9)


93ca14d553 Omar Polo

add release target


e84bdc43f3 Omar Polo

few more tweaks to the site for 0.9


f8ce626711 Omar Polo

add the keys (previous and one future)


e2521d9a25 Omar Polo

more tweaks to the site for 0.9


757865b2dc Omar Polo

ev: add explicit check

min can't possibly be un-initialized, since poll(2) returns zero only when the timeout expires. However, this should please some checkers (looking at you, fortify/string.h!) and doesn't cost anything.


7d7bc74469 Omar Polo

improve telescope.1


c62bfb23f3 Omar Polo

about:license: compact the entries for the Regents


96770ff69a Omar Polo

improve about:crash



4a11f50470 Omar Polo

telescope.1: remove the text-wrapping CAVEAT

not that we're particularly smart now, but libgrapheme gives us a nice result in the scripts I tried.


7dc7340bbb Omar Polo

ev: style tweak for cancel_timer()

in case i == base->ntimers bubbledown() won't do anything, but it's still better to pass an index that we know is valid.


ce0234337a Omar Polo

decouple bufio from ev

more a matter of cleanliness than a strong reason, but this allows to reuse bufio without ev (if wanted to.)


51ea137bb4 Omar Polo

net: initialize fds earlier



bbed092f5c Omar Polo

ev: protect from timers that delete themselves

delete the timer before running the callback: code in net.c may end up deleting the current timer from the timer' callback.


a693e9384f Omar Polo

ev: switch to poll(2)

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


e4bf5d183c Omar Polo

draft the changelog for 0.9


793a964799 Omar Polo

add some forgotten ChangeLog entries


9179d12efb Omar Polo

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


bdb2d1b1d8 Omar Polo

add libobj to the tests


75357c61c5 Omar Polo

remove the dependency on utils.c from a few binaries

telescope-identity(1) and the tests don't need it anymore.


61ddb6ceb3 Omar Polo

clean up unused includes



7182646cf1 Omar Polo

remove unused unicode_isspace