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

Comparing EV/Changes (file contents):
Revision 1.180 by root, Sun Jul 19 20:39:54 2009 UTC vs.
Revision 1.181 by root, Sun Aug 9 13:30:41 2009 UTC

1Revision history for Perl extension EV 1Revision history for Perl extension EV
2 2
33.8 Sun Aug 9 15:30:10 CEST 2009
3 - implement $loop->signal/signal_ns. 4 - implement $loop->signal/signal_ns.
5 - (libev) incompatible change: do not necessarily reset signal
6 handler to SIG_DFL when a sighandler is stopped.
7 - (libev) ev_default_destroy did not properly free or zero some
8 members, potentially causing crashes and memory corruption on
9 repated ev_default_destroy/ev_default_loop calls.
10 - (libev) take advantage of signalfd on GNU/Linux systems.
11 - (libev) document that the signal mask might be in an unspecified
12 state when using libev's signal handling.
13 - (libev) take advantage of some GNU/Linux calls to set
14 cloexec/nonblock on fd creation, to avoid race conditions.
15 - implement internal glue code to interface more efficiently
16 with AnyEvent.
4 17
53.7 Fri Jul 17 16:49:16 CEST 2009 183.7 Fri Jul 17 16:49:16 CEST 2009
6 - add EV::loop_verify and EV::loop_depth. 19 - add EV::loop_verify and EV::loop_depth.
7 - use output filehandle for i/o watchers waiting 20 - use output filehandle for i/o watchers waiting
8 for EV_WRITE, otherwise input filehandle. 21 for EV_WRITE, otherwise input filehandle.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines