ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV/Changes
(Generate patch)

Comparing EV/Changes (file contents):
Revision 1.229 by root, Tue Apr 17 17:52:31 2018 UTC vs.
Revision 1.230 by root, Sun Oct 28 23:40:32 2018 UTC

28 - document the requirement to "use EV" when using EV::MakeMaker. 28 - document the requirement to "use EV" when using EV::MakeMaker.
29 - only use __register_atfork with glibc and uclibc, as musl 29 - only use __register_atfork with glibc and uclibc, as musl
30 defines __linux__, but doesn't implement the linux standard 30 defines __linux__, but doesn't implement the linux standard
31 base ABI, nor makes itself detectable via a macro, both apparently 31 base ABI, nor makes itself detectable via a macro, both apparently
32 by design, winning the "broken by design 2016 award" - well done. 32 by design, winning the "broken by design 2016 award" - well done.
33 - correct EV::periodic example 24h after midnight -> one day after
34 midnight (reported by Felix Ostmann).
33 35
344.22 Sun Dec 20 02:34:39 CET 2015 364.22 Sun Dec 20 02:34:39 CET 2015
35 - (libev) when epoll detects unremovable fds in the fd set, rebuild 37 - (libev) when epoll detects unremovable fds in the fd set, rebuild
36 only the epoll descriptor, not the signal pipe, to avoid 38 only the epoll descriptor, not the signal pipe, to avoid
37 SIGPIPE in ev_async_send. This doesn't solve it on fork, 39 SIGPIPE in ev_async_send. This doesn't solve it on fork,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines