]> rtime.felk.cvut.cz Git - sojka/libev.git/commitdiff
*** empty log message ***
authorMarc Alexander Lehmann <libev@schmorp.de>
Sat, 26 May 2012 08:52:09 +0000 (08:52 +0000)
committerMarc Alexander Lehmann <libev@schmorp.de>
Sat, 26 May 2012 08:52:09 +0000 (08:52 +0000)
Changes
ev.3
ev.c

diff --git a/Changes b/Changes
index 76e5107e8956a2322d198c00d5160f8543d8e2e7..405e6ea540f81cb719abf9a2bbc0b18bc98294f5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -5,6 +5,7 @@ TODO: EV_STANDALONE == NO_HASSEL (do not use clock_gettime in ev_standalone)
 TODO: faq, process a thing in each iteration
 TODO: dbeugging tips, ev_verify, ev_init twice
 
+TODO: ev_feed_child_event
         - destroying a non-default loop would stop the global waitpid
           watcher (Denis Bilenko).
        - queueing pending watchers of higher priority from a watcher now invokes
diff --git a/ev.3 b/ev.3
index cbd3f889a864f46d1a4f0bc78f8be4f22de1dc79..cc3d27de94c43fe6ac0403b9bc028d2e8a7950c1 100644 (file)
--- a/ev.3
+++ b/ev.3
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man 2.23 (Pod::Simple 3.14)
+.\" Automatically generated by Pod::Man 2.25 (Pod::Simple 3.16)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
 .\" ========================================================================
 .\"
 .IX Title "LIBEV 3"
-.TH LIBEV 3 "2012-05-06" "libev-4.11" "libev - high performance full featured event loop"
+.TH LIBEV 3 "2012-05-26" "libev-4.11" "libev - high performance full featured event loop"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -4090,7 +4090,7 @@ will work fine.
 .PP
 Proper exception specifications might have to be added to callbacks passed
 to libev: exceptions may be thrown only from watcher callbacks, all
-other callbacks (allocator, syserr, loop acquire/release and periodioc
+other callbacks (allocator, syserr, loop acquire/release and periodic
 reschedule callbacks) must not throw exceptions, and might need a \f(CW\*(C`throw
 ()\*(C'\fR specification. If you have code that needs to be compiled as both C
 and \*(C+ you can use the \f(CW\*(C`EV_THROW\*(C'\fR macro for this:
@@ -4681,7 +4681,7 @@ the underlying \s-1OS\s0 handle.
 If defined to be \f(CW1\fR, libev will use \f(CW\*(C`WSASocket\*(C'\fR to create its internal
 communication socket, which works better in some environments. Otherwise,
 the normal \f(CW\*(C`socket\*(C'\fR function will be used, which works better in other
-enviornments.
+environments.
 .IP "\s-1EV_USE_POLL\s0" 4
 .IX Item "EV_USE_POLL"
 If defined to be \f(CW1\fR, libev will compile in support for the \f(CW\*(C`poll\*(C'\fR(2)
diff --git a/ev.c b/ev.c
index d5d3292594788098dc5c36fde27c2544e426e3cd..8f0eaa0aba08bf622844c42d175c2fe76be23f74 100644 (file)
--- a/ev.c
+++ b/ev.c
@@ -2814,8 +2814,6 @@ periodics_reify (EV_P)
 
   while (periodiccnt && ANHE_at (periodics [HEAP0]) < ev_rt_now)
     {
-      int feed_count = 0;
-
       do
         {
           ev_periodic *w = (ev_periodic *)ANHE_w (periodics [HEAP0]);