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

Comparing EV/Changes (file contents):
Revision 1.228 by root, Sat Sep 17 02:28:30 2016 UTC vs.
Revision 1.229 by root, Tue Apr 17 17:52:31 2018 UTC

22> > Golf: 22> > Golf:
23> > use Time::Local (); 23> > use Time::Local ();
24> > Time::Local::timelocal 0, 0, 0, (localtime 86400 + 3600 + 24> > Time::Local::timelocal 0, 0, 0, (localtime 86400 + 3600 +
25> > Time::Local::timelocal 0, 0, 0, (localtime $now)[3..5])[3..5]; 25> > Time::Local::timelocal 0, 0, 0, (localtime $now)[3..5])[3..5];
26 26
27TODO: canary
28 - document the requirement to "use EV" when using EV::MakeMaker.
27 - only use __register_atfork with glibc and uclibc, as musl 29 - only use __register_atfork with glibc and uclibc, as musl
28 defines __linux__, but doesn't implement the linux standard 30 defines __linux__, but doesn't implement the linux standard
29 base ABI, nor makes itself detectable via a macro, both apparently 31 base ABI, nor makes itself detectable via a macro, both apparently
30 by design, winning the "broken by design 2016 award" - well done. 32 by design, winning the "broken by design 2016 award" - well done.
31 33

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines