--- libev/Changes 2020/01/22 01:50:42 1.357 +++ libev/Changes 2020/01/22 02:00:13 1.358 @@ -5,12 +5,15 @@ TODO: document EV_TSTAMP_T TODO: for next ABI/API change, consider moving EV__IOFDSSET into io->fd instead and provide a getter. -TODO: add ev_io_set_events, or ev_io_modify, or ev_io_change, or..., without IOFDSET -TODO: fix documentation of read-only] [read-write] and so on TODO: maybe allow events = 0 for io watchers - the 4.31 timerfd code wrongly changes the priority of the signal fd watcher, which is usually harmless unless signal fds are also used (found via cpan tester service). + - the documentation wrongly claimed that user may modify fd and events + members in io watchers when the wqatcher was stopped + (found by b_jonas). + - new ev_io_modify mutator which changes only the events member, + which cna be faster. - do not wake up every minute when timerfd is used to detect timejumps. - support a lot more "uncommon" compile time configurations, such as ev_embed enabled but ev_timer disabled.