From 6e8595ac9e6d7b268c0d89d48cdc7760b62e0715 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 20 Dec 2011 20:04:51 +0000 Subject: ugh --- Changes | 3 --- ev.pod | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Changes b/Changes index cad356e..cee7d45 100644 --- a/Changes +++ b/Changes @@ -4,9 +4,6 @@ TODO: ev_loop_wakeup TODO: EV_NO_THREADS/NO_SMP and/or EV_USE_PTHREADS or so. also document. TODO: EV_STANDALONE == NO_HASSEL (do not use clock_gettime in ev_standalone) -TODO: memory fences for clang -ASKEXG!TODO: #define EV_API_DECL static? ev_default_loop_ptr? ev_rt_now? -ASKEXG!TODO: fix repeat=0 in http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod#Be_smart_about_timeouts 4.10 - fix a race where the workaround against the epoll fork bugs caused signals to not be handled anymore. diff --git a/ev.pod b/ev.pod index a0e4a6c..c3612e4 100644 --- a/ev.pod +++ b/ev.pod @@ -1880,7 +1880,7 @@ within the callback: else { // callback was invoked, but there was some recent - // activity. simply restart the timer to time out + // activity. simply restart the timer to time out // after "after" seconds, which is the earliest time // the timeout can occur. ev_timer_set (w, after, 0.); -- cgit v1.2.3