]> rtime.felk.cvut.cz Git - sojka/libev.git/commitdiff
*** empty log message ***
authorMarc Alexander Lehmann <libev@schmorp.de>
Fri, 24 Jun 2011 12:55:07 +0000 (12:55 +0000)
committerMarc Alexander Lehmann <libev@schmorp.de>
Fri, 24 Jun 2011 12:55:07 +0000 (12:55 +0000)
Changes
configure.ac
ev.pod

diff --git a/Changes b/Changes
index 03cc4cc07a191ee7df01a9d00240afaa13ae77df..a0a37f40a7fe0298c3b22ab10b3b4d981ff66686 100644 (file)
--- 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.
index 03a784f2eba9bcc262637747cc3984b3d4eb2c8f..1728e36218ba12828c937d17789654f4776025bb 100644 (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
 
diff --git a/ev.pod b/ev.pod
index c522934057ebf0b7b37a5eeae5e29cc8160ac754..e10fe316e313ecf07302bf6aad7ac5610c88359f 100644 (file)
--- 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)