diff options
author | root <root> | 2008-04-09 22:53:15 +0000 |
---|---|---|
committer | root <root> | 2008-04-09 22:53:15 +0000 |
commit | eef565ed29c0653e1fbb08ac193abfbce9929267 (patch) | |
tree | c77689935c29f65132ad91bcfdca0deb99f2234b /Changes | |
parent | edb259736d6287eefe424b817fdbc9bd55a611fc (diff) |
*** empty log message ***
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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). |