The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Linux-FD

0.016     2024-01-30 19:27:36+01:00 Europe/Brussels
          - Adapt to C89 style XS arguments
          - Use Signal typemap

0.015     2024-01-27 21:06:57+01:00 Europe/Brussels
          - Allow flags to be passed to FD::Timer constructor

0.014     2023-01-02 01:20:05+01:00 Europe/Amsterdam
          - Don't test for boottime timer presence

0.013     2022-12-30 14:36:23+01:00 Europe/Amsterdam
          - Restore compilation on older Linuxes

0.012     2022-12-27 23:13:33+01:00 Europe/Amsterdam
          - Add a correct IoTYPE to all filehandles
          - Add flags to timerfd and signalfd
          - Add more supported clocks to timerfd
          - Add clocks method to Linux::FD::Timer

0.011     2014-05-11 14:43:33 Europe/Amsterdam
          Fix various compilation issues on threaded perls

0.010     2014-05-10 00:08:30CEST+0200 Europe/Amsterdam
          Run signal handlers ASAP
          Move all remaining pure-perl code to xs

0.009     2012-08-16 12:29:53 Europe/Amsterdam
          Allocate sigset buffer correctly

0.008     2012-07-06 15:19:20 Europe/Bucharest
          Move some code from Perl to XS, mixing was more complicated.
          Improve strerror_r detection

0.007     2011-12-04 13:10:14 Europe/Amsterdam
          Improve compatibility with legacy perl versions
          Fixed C89 compatibility

0.006     2011-12-02 01:37:32 Europe/Amsterdam
          Added semaphore support to Linux::FD::Event

0.005     2011-09-15 01:22:49 Europe/Amsterdam
          Converted to Dist::Zilla
          Handle 5.15.3's new POSIX::SigSet representation
          Fix strerror_r usage wrt GNU vs POSIX

0.004   2010-11-26
        Made blocking handles the default again, to avoid confusion
        Reversed module loading, so modules can be loaded separately
        Improve sigmask_t support

0.003   2010-10-29
        Converted send/receive methods to XS to be able to handle quads regardless of perl's IV size

0.002   2010-09-24
        Fixed a unit test

0.001   2010-09-20
        First version, released on an unsuspecting world.