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

Comparing EV/Changes (file contents):
Revision 1.175 by root, Tue Jul 14 20:34:58 2009 UTC vs.
Revision 1.178 by root, Sun Jul 19 01:36:34 2009 UTC

1Revision history for Perl extension EV 1Revision history for Perl extension EV
2 2
33.7 3TODO: NSIG etc.
4TODO: libev changes etc. etc. 4TODO: eventfd2
5
63.7 Fri Jul 17 16:49:16 CEST 2009
5 - add EV::loop_verify and EV::loop_depth. 7 - add EV::loop_verify and EV::loop_depth.
6 - use output filehandle for i/o watchers waiting 8 - use output filehandle for i/o watchers waiting
7 for EV_WRITE, otherwise input filehandle. 9 for EV_WRITE, otherwise input filehandle.
8 - use common schmorp.h header. 10 - use common schmorp.h header.
11 - add EV::Timer->remaining.
9 - allow for subclassing of EV::Loop (see the exciting 12 - allow for subclassing of EV::Loop (see the exciting
10 EV::Loop::Async module for an example). 13 EV::Loop::Async module for an example).
11 - added EV::invoke_pending and EV::pending_count. 14 - added EV::invoke_pending and EV::pending_count.
15
16 - (libev) ev_unloop and ev_loop wrongly used a global variable to
17 exit loops, instead of using a per-loop variable.
18 - (libev) the ev_set_io_collect_interval interpretation has changed.
19 - add new functionality: EV::invoke_pending, EV::pending_count.
20 - add $timer->remaining.
21 - add EV::loop_depth.
22 - (libev) calling unloop in fork/prepare watchers will no longer poll
23 for new events.
24 - (libev) use GetSystemTimeAsFileTime instead of _timeb on windows,
25 for slightly higher accuracy.
26 - (libev) actually 0-initialise struct sigaction when installing
27 signals.
12 28
133.6 Tue Apr 28 02:50:37 CEST 2009 293.6 Tue Apr 28 02:50:37 CEST 2009
14 - keepalive(0) could decrease the refcount of the loop 30 - keepalive(0) could decrease the refcount of the loop
15 permanently. 31 permanently.
16 - add ev_suspend/ev_resume, also make ev_now_update 32 - add ev_suspend/ev_resume, also make ev_now_update

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines