--- libev/Changes 2008/05/09 15:52:13 1.38 +++ libev/Changes 2008/05/21 23:35:01 1.42 @@ -1,6 +1,9 @@ Revision history for libev, a high-performance and full-featured event loop. -3.33 +3.4 + - work around an (undocumented) bug in winsocket select: if you + provide only empty fd sets then select returns WSAEINVAL. how sucky. + - improve timer scheduling stability and reduce use of time_epsilon. - use 1-based 2-heap for EV_MINIMAL, simplifies code, reduces codesize and makes for better cache-efficiency. - use 3-based 4-heap for !EV_MINIMAL. this makes better use @@ -13,6 +16,10 @@ - add/document ev_periodic_at, retract direct access to ->at. - improve ev_stat docs. - add portability requirements section. + - fix manpage headers etc. + - normalise WSA error codes to lower range on windows. + - start some (internal only) consistency check code that + can be called frequently to catch bugs. 3.31 Wed Apr 16 20:45:04 CEST 2008 - added last minute fix for ev_poll.c by Brandon Black.