*** empty log message ***

This commit is contained in:
Marc Alexander Lehmann 2011-06-24 12:55:07 +00:00
parent da3de9041d
commit 3d5aaa69c9
3 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
Revision history for libev, a high-performance and full-featured event loop.
TODO: ev_loop_prefork hint?
TODO: ev_loop_wakeup
4.10
- correct backend_fudge for most backends, and implement a windows
specific workaround to avoid looping because we call both
select and Sleep, both with different time resolutions.

View File

@ -1,7 +1,7 @@
AC_INIT
AC_CONFIG_SRCDIR([ev_epoll.c])
AM_INIT_AUTOMAKE(libev,4.04) dnl also update ev.h!
AM_INIT_AUTOMAKE(libev,4.09) dnl also update ev.h!
AC_CONFIG_HEADERS([config.h])
AM_MAINTAINER_MODE

2
ev.pod
View File

@ -3946,7 +3946,7 @@ watchers in the constructor.
class myclass
{
ev::io io ; void io_cb (ev::io &w, int revents);
ev::io2 io2 ; void io2_cb (ev::io &w, int revents);
ev::io io2 ; void io2_cb (ev::io &w, int revents);
ev::idle idle; void idle_cb (ev::idle &w, int revents);
myclass (int fd)