summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'Changes')
-rw-r--r--Changes5
1 files changed, 4 insertions, 1 deletions
diff --git a/Changes b/Changes
index cab1e19..5303f34 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
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.
- 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
@@ -14,6 +16,7 @@ Revision history for libev, a high-performance and full-featured event loop.
- improve ev_stat docs.
- add portability requirements section.
- fix manpage headers etc.
+ - normalise WSA error codes to lower range on windows.
3.31 Wed Apr 16 20:45:04 CEST 2008
- added last minute fix for ev_poll.c by Brandon Black.