summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorroot <root>2008-04-09 22:53:15 +0000
committerroot <root>2008-04-09 22:53:15 +0000
commiteef565ed29c0653e1fbb08ac193abfbce9929267 (patch)
treec77689935c29f65132ad91bcfdca0deb99f2234b /Changes
parentedb259736d6287eefe424b817fdbc9bd55a611fc (diff)
*** empty log message ***
Diffstat (limited to 'Changes')
-rw-r--r--Changes5
1 files changed, 3 insertions, 2 deletions
diff --git a/Changes b/Changes
index f7f6592..93fcfb0 100644
--- a/Changes
+++ b/Changes
@@ -2,8 +2,6 @@ Revision history for libev, a high-performance and full-featured event loop.
- event_base_loopexit should return 0 on success
(W.C.A. Wijngaards).
- - work around poll() potentially not clearing revents
- field in ev_poll (Brandon Black).
- added linux eventfd support.
- try to autodetect epoll and inotify support
by libc header version if not using autoconf.
@@ -11,6 +9,9 @@ Revision history for libev, a high-performance and full-featured event loop.
- declare functions defined in ev.h as inline if
C99 or gcc are available.
- enable inlining with gcc versions 2 and 3.
+ - work around broken poll implementations potentially
+ not clearing revents field in ev_poll (Brandon Black)
+ (no such systems are known at this time).
- work around a bug in realloc on openbsd and darwin,
also makes the errornous valgrind complaints
go away (noted by various people).