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

Comparing EV/Changes (file contents):
Revision 1.171 by root, Wed Jul 8 02:46:05 2009 UTC vs.
Revision 1.179 by root, Sun Jul 19 06:35:25 2009 UTC

1Revision history for Perl extension EV 1Revision history for Perl extension EV
2 2
33.7 Fri Jul 17 16:49:16 CEST 2009
3 - add EV::loop_verify and EV::loop_depth. 4 - add EV::loop_verify and EV::loop_depth.
5 - use output filehandle for i/o watchers waiting
6 for EV_WRITE, otherwise input filehandle.
7 - use common schmorp.h header.
8 - add EV::Timer->remaining.
9 - allow for subclassing of EV::Loop (see the exciting
10 EV::Loop::Async module for an example).
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.
4 25
53.6 Tue Apr 28 02:50:37 CEST 2009 263.6 Tue Apr 28 02:50:37 CEST 2009
6 - keepalive(0) could decrease the refcount of the loop 27 - keepalive(0) could decrease the refcount of the loop
7 permanently. 28 permanently.
8 - 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