Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-EV
From: Tobias Nygren
Date: 2020-03-15 20:30:54
Message id: 20200315193054.8944AFB27@cvs.NetBSD.org
Log Message:
p5-EV: update to 4.32 to fix build on Linux
changes for version 4.32 - 2020-01-24
(libev) fixed a bug introduced in 4.31 when timerfds and signalfds were used at \
the same time.
(libev) 0 is now allowed as requested event mask in io watchers.
(libev) once-per-minute wakeups will now be optimized away when timerfds are \
available
use the new ev_io_modify in EV::IO->events, instead of the potentially slower \
ev_io_set.
add a bunch of mutator methods, mostly untested(!): EV::Timer->repeat, \
EV::Periodic->offset, EV::Periodic->interval, \
EV::Periodic->reschedule_cb.
minor optimisations and bugfixes.
Files: