From f2aa96ead78d69c8fc468f8debef7fc09cf0c3fe Mon Sep 17 00:00:00 2001 From: root Date: Fri, 24 Jun 2011 12:55:07 +0000 Subject: *** empty log message *** --- Changes | 2 +- configure.ac | 2 +- ev.pod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 03cc4cc..a0a37f4 100644 --- a/Changes +++ b/Changes @@ -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. diff --git a/configure.ac b/configure.ac index 03a784f..1728e36 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/ev.pod b/ev.pod index c522934..e10fe31 100644 --- a/ev.pod +++ b/ev.pod @@ -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) -- cgit v1.2.3