#acl PaulHowarth:read,write,admin,revert,delete All:read === Saturday 8th March 2014 === ==== Local Packages ==== * Updated `perl-EV` to 4.16: * Make sure `EV::CHECK` is available at all times * Avoid a spurious warning when `perl -w` overrides "`no warnings`" * Use perl's signal implementation on WIN32 * Ensure `extern "C"` function pointers are used for externally-visible pointers * (`libev`) mark event pipe `fd` as `cloexec` after a `fork` * (`ecb`) support `m68k`, `m88k` and `sh` * (`libev`) in the absence of `autoconf`, do not use the `clock` syscall on `glibc` ≥ 2.17 (avoids the syscall ''and'' `-lrt` on systems doing `clock_gettime` in userspace) * (`ecb`) work around memory barriers and `volatile` apparently both being broken in Visual Studio 2008 and later * Updated `perl-ExtUtils-CBuilder` to 0.280216: * Android support * Teach `ExtUtils::CBuilder` to handle `mod2fname` properly ----