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

Comparing libev/Changes (file contents):
Revision 1.188 by root, Thu Oct 21 14:50:58 2010 UTC vs.
Revision 1.190 by root, Thu Oct 21 16:07:37 2010 UTC

1Revision history for libev, a high-performance and full-featured event loop. 1Revision history for libev, a high-performance and full-featured event loop.
2 2
3TODO: include ev_xyz_start in each example? 3TODO: include ev_xyz_start in each example?
4TODO: section watcher states/lifetime
5TODO: use enums //TODO: enum?
6 - "PORTING FROM LIBEV 3.X TO 4.X" (in ev.pod) is recommended reading. 4 - "PORTING FROM LIBEV 3.X TO 4.X" (in ev.pod) is recommended reading.
7 - ev_embed_stop did not correctly stop the watcher (very good 5 - ev_embed_stop did not correctly stop the watcher (very good
8 testcase by Vladimir Timofeev). 6 testcase by Vladimir Timofeev).
9 - ev_run will now always update the current loop time - it errornously 7 - ev_run will now always update the current loop time - it errornously
10 didn't when idle watchers were active, causing timers not to fire. 8 didn't when idle watchers were active, causing timers not to fire.
24 not to need it (helpfully pointed out by Tilghman Lesher). 22 not to need it (helpfully pointed out by Tilghman Lesher).
25 - do not use poll by default on freebsd, it's broken (what isn't 23 - do not use poll by default on freebsd, it's broken (what isn't
26 on freebsd...). 24 on freebsd...).
27 - configure now prepends -O3, not appends it, so one can still 25 - configure now prepends -O3, not appends it, so one can still
28 override it. 26 override it.
29 - greatly expanded the portability section. 27 - ev.pod: greatly expanded the portability section, added a porting
28 section, a description of watcher states and made lots of minor fixes.
30 - disable poll backend on AIX, the poll header spams the namespace 29 - disable poll backend on AIX, the poll header spams the namespace
31 and it's not worth working around dead platforms (reported 30 and it's not worth working around dead platforms (reported
32 and analyzed by Aivars Kalvans). 31 and analyzed by Aivars Kalvans).
33 - improve header file compatibility of the standalone eventfd code 32 - improve header file compatibility of the standalone eventfd code
34 in an obscure case. 33 in an obscure case.
37 no sscanf dependency). 36 no sscanf dependency).
38 - new EV_CHILD_ENABLE and EV_SIGNAL_ENABLE configurable settings. 37 - new EV_CHILD_ENABLE and EV_SIGNAL_ENABLE configurable settings.
39 - update libev.m4 HAVE_CLOCK_SYSCALL test for newer glibcs. 38 - update libev.m4 HAVE_CLOCK_SYSCALL test for newer glibcs.
40 - add section on accept() problems to the manpage. 39 - add section on accept() problems to the manpage.
41 - rename EV_TIMEOUT to EV_TIMER. 40 - rename EV_TIMEOUT to EV_TIMER.
42 - rename ev_loop_count/depth/verify. 41 - rename ev_loop_count/depth/verify/loop/unloop.
43 - switch to two-digit minor version. 42 - switch to two-digit minor version.
44 - work around an apparent gentoo compiler bug. 43 - work around an apparent gentoo compiler bug.
45 - define _DARWIN_UNLIMITED_SELECT. just so. 44 - define _DARWIN_UNLIMITED_SELECT. just so.
46 - use enum instead of #define for most constants. 45 - use enum instead of #define for most constants.
47 - improve compatibility to older C++ compilers. 46 - improve compatibility to older C++ compilers.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines