File: Changes

package info (click to toggle)
liblinux-epoll-perl 0.019-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 684 kB
  • sloc: perl: 100; makefile: 3
file content (68 lines) | stat: -rw-r--r-- 2,268 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Revision history for Linux-Epoll

0.019     2024-01-27 21:10:55+01:00 Europe/Brussels
         - Fix compiler warnings in XS code

0.018     2021-01-25 22:59:36+01:00 Europe/Amsterdam
          - Explicitly run signal handlers right after EINTR

0.017     2019-10-04 16:57:07+02:00 Europe/Amsterdam
          - Eliminate superfluous SAVETMPS

0.016     2018-09-17 23:26:13+02:00 Europe/Amsterdam
          - Revert swallowing exceptions
          - Fix memory management regression

0.015     2018-07-21 23:13:22+02:00 Europe/Amsterdam
          - Deal with global destruction more gracefully

0.014     2018-06-30 11:07:06+02:00 Europe/Amsterdam
          - Swallow exceptions in wait
          - Add wakeup and exclusive flags

0.013     2018-03-28 20:04:22+02:00 Europe/Amsterdam
          - Correctly handle non-reference file handles
          - Allow tied handles to be added to the epoll

0.012     2014-12-09 21:55:14+01:00 Europe/Amsterdam
          Keep callbacks alive during the entire loop

0.011     2014-09-03 02:46:21+02:00 Europe/Amsterdam
          Fix a stack corruption issue

0.010     2014-04-18 17:28:38CEST+0200 Europe/Amsterdam
          Get rid of unused argument to new

0.009     2014-03-28 21:53:04EET+0200 Europe/Bucharest
          Import required functionality from ppport for <5.14

0.008     2014-03-20 22:50:07CET+0100 Europe/Amsterdam
          Shipped with updated ppport.h

0.007     2012-08-16 15:58:24 Europe/Amsterdam
          Accept hashref as extra argument to new
          Cover over segfaulting perl bug

0.006     2012-06-30 13:22:31 Europe/Amsterdam
          Fix rounding issue in timeout
          Be more permissive with EINTR and EPERM

0.005     2012-06-29 17:04:09 Europe/Amsterdam
          Don't expose bitmasks anymore
          Don't retry on EINTR

0.004     2012-02-18 21:52:56 Europe/Amsterdam
          Fixed compilation issue on multiplicity perls

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

0.002   2010-11-29
        Fixed event_bits_to_hash
        Added event_bits_to_names

0.001   2010-11-16
        First version, released on an unsuspecting world.