summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorroot <root>2008-04-09 22:07:50 +0000
committerroot <root>2008-04-09 22:07:50 +0000
commit03f02a76c6e1b5786c8afa4e95d8d72e2a91a915 (patch)
treef9129eb4e9864e491a8706c76859f0f91febaf87 /Changes
parentabf163da58241583484ef39140ef6246411a3ac8 (diff)
*** empty log message ***
Diffstat (limited to 'Changes')
-rw-r--r--Changes7
1 files changed, 5 insertions, 2 deletions
diff --git a/Changes b/Changes
index eb03147..7ae2943 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
Revision history for libev, a high-performance and full-featured event loop.
+ - event_base_loopexit should return 0 on success
+ (W.C.A. Wijngaards).
- added linux eventfd support.
- try to autodetect epoll and inotify support
by libc header version if not using autoconf.
@@ -7,8 +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.
- - event_base_loopexit should return 0 on success
- (W.C.A. Wijngaards).
+ - work around a bug in realloc on openbsd and darwin,
+ also makes the errornous valgrind complaints
+ go away (noted by various people).
3.2 Wed Apr 2 17:11:19 CEST 2008
- fix a 64 bit overflow issue in the select backend,