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

Comparing libev/Changes (file contents):
Revision 1.194 by root, Fri Oct 22 09:24:11 2010 UTC vs.
Revision 1.196 by root, Fri Oct 22 11:21:52 2010 UTC

22 - add (undocumented) EV_ENABLE when adding events with kqueue, 22 - add (undocumented) EV_ENABLE when adding events with kqueue,
23 this might help with OS X, which seems to need it despite documenting 23 this might help with OS X, which seems to need it despite documenting
24 not to need it (helpfully pointed out by Tilghman Lesher). 24 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 25 - do not use poll by default on freebsd, it's broken (what isn't
26 on freebsd...). 26 on freebsd...).
27 - allow to embed epoll on kernels >= 2.6.32.
27 - configure now prepends -O3, not appends it, so one can still 28 - configure now prepends -O3, not appends it, so one can still
28 override it. 29 override it.
29 - ev.pod: greatly expanded the portability section, added a porting 30 - ev.pod: greatly expanded the portability section, added a porting
30 section, a description of watcher states and made lots of minor fixes. 31 section, a description of watcher states and made lots of minor fixes.
31 - disable poll backend on AIX, the poll header spams the namespace 32 - disable poll backend on AIX, the poll header spams the namespace
46 - define _DARWIN_UNLIMITED_SELECT. just so. 47 - define _DARWIN_UNLIMITED_SELECT. just so.
47 - use enum instead of #define for most constants. 48 - use enum instead of #define for most constants.
48 - improve compatibility to older C++ compilers. 49 - improve compatibility to older C++ compilers.
49 - (experimental) ev_run/ev_default_loop/ev_break/ev_loop_new have now 50 - (experimental) ev_run/ev_default_loop/ev_break/ev_loop_new have now
50 default arguments when compiled as C++. 51 default arguments when compiled as C++.
52 - enable automake dependency tracking.
51 53
523.9 Thu Dec 31 07:59:59 CET 2009 543.9 Thu Dec 31 07:59:59 CET 2009
53 - signalfd is no longer used by default and has to be requested 55 - signalfd is no longer used by default and has to be requested
54 explicitly - this means that easy to catch bugs become hard to 56 explicitly - this means that easy to catch bugs become hard to
55 catch race conditions, but the users have spoken. 57 catch race conditions, but the users have spoken.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines