Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

    PaulHowarth/Blog/2014-03-08

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


Recent