summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorroot <root>2008-04-06 14:34:50 +0000
committerroot <root>2008-04-06 14:34:50 +0000
commit3d0af358d5546af2152aceb584947b9647499967 (patch)
tree1fd0037775a4dc90a4c6c87d4068263c50861f7e /Changes
parent226209f9a7f9890de15359d7e50cad68fe45283b (diff)
*** empty log message ***
Diffstat (limited to 'Changes')
-rw-r--r--Changes4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changes b/Changes
index 544a113..e98af8a 100644
--- a/Changes
+++ b/Changes
@@ -3,6 +3,10 @@ Revision history for libev, a high-performance and full-featured event loop.
- added linux eventfd support.
- try to autodetect epoll and inotify support
by libc header version if not using autoconf.
+ - new symbols: EV_DEFAULT_UC and EV_DEFAULT_UC_.
+ - declare functions defined in ev.h as inline if
+ C99 or gcc are available.
+ - enable inlining with gcc versions 2 and 3.
3.2 Wed Apr 2 17:11:19 CEST 2008
- fix a 64 bit overflow issue in the select backend,