--- EV/Changes 2018/10/28 23:40:32 1.230 +++ EV/Changes 2018/12/21 07:06:51 1.231 @@ -3,28 +3,8 @@ Changes marked with (libev) are changes in libev, and have more documentation in the libev Changes file. -> > midnight, to keep the example simple. If you know a way to do it correctly -> > in about the same space (without requiring elaborate modules), drop me a -> > note :): -> > -> > Dein Beispiel: -> > use Time::Local (); -> > my (undef, undef, undef, $d, $m, $y) = localtime $now; -> > 86400 + Time::Local::timelocal 0, 0, 0, $d, $m, $y -> > -> > Meine bevorzugte Variante: -> > use Time::Local (); -> > my (undef, undef, undef, $d, $m, $y) = localtime $now; -> > (undef, undef, undef, $d, $m, $y) = localtime 86400 + 3600 + -> > Time::Local::timelocal 0, 0, 0, $d, $m, $y; -> > Time::Local::timelocal 0, 0, 0, $d, $m, $y; -> > -> > Golf: -> > use Time::Local (); -> > Time::Local::timelocal 0, 0, 0, (localtime 86400 + 3600 + -> > Time::Local::timelocal 0, 0, 0, (localtime $now)[3..5])[3..5]; - -TODO: canary +4.25 Fri Dec 21 08:04:26 CET 2018 + - (libev) updated to libev 4.25, minor fixes and enhancements. - document the requirement to "use EV" when using EV::MakeMaker. - only use __register_atfork with glibc and uclibc, as musl defines __linux__, but doesn't implement the linux standard @@ -32,6 +12,7 @@ by design, winning the "broken by design 2016 award" - well done. - correct EV::periodic example 24h after midnight -> one day after midnight (reported by Felix Ostmann). + - added stability canary support. 4.22 Sun Dec 20 02:34:39 CET 2015 - (libev) when epoll detects unremovable fds in the fd set, rebuild