summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-perl/EV: Bump to version 4.330.0Kent Fredric2020-08-081-0/+28
- EAPI7 - Fixup LICENSE - Ensure CFLAGS passed to make/compiler - Note: I investigated the possibilitiy of using system libev, which is published by the same author, but it isn't currently possible due to the build code needing *c* files from libev directly, and I'm not sure how to decouple that reliably. Upstream: - Sync to (bundled) libev 4.31 - Fix an assertion with a typo - Avoid perl's assert() in more places due to it misbehaving - update libecb for windows environments - use the new ev_io_modify in EV::IO->events - Add mutator methods Timer->repeat, Periodic->{offset,interval,reschedule_cb} - Minor optimizations - Try to name `ev.h` more explicitly for portability - Opportunistic round-up of wait times in polling backends to avoid unneeded loop iterations - Fix minix 3.3 support - Allow users to re-enable assert() in case it is disabled by perl - Allow linux AIO backend to be used by default - Only use __register_atfork with glibc/uclibc, to avoid being broken on musl Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>