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

Comparing EV/Changes (file contents):
Revision 1.176 by root, Wed Jul 15 16:58:53 2009 UTC vs.
Revision 1.177 by root, Fri Jul 17 14:49:33 2009 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines