summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorroot <root>2011-06-04 05:33:29 +0000
committerroot <root>2011-06-04 05:33:29 +0000
commit9302b6e8c6244749ec6cc6ac074aa03f18a80a9a (patch)
treed7a3a965a97f95dfa36ebe6ccdce5e167bd9d528 /Changes
parent436d5d174bfb936c4852a63eb03e0a3185f1502a (diff)
*** empty log message ***
Diffstat (limited to 'Changes')
-rw-r--r--Changes4
1 files changed, 2 insertions, 2 deletions
diff --git a/Changes b/Changes
index 3b85a30..4cf23f6 100644
--- a/Changes
+++ b/Changes
@@ -5,14 +5,14 @@ TODO: ev_loop_wakeup
TODO: confusion about threads ongiong
TODO: not_blocked flag.
-TODO: ev_sleep suffers from different backend_fudge...
- 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.
- document range and guarantees of ev_sleep.
+ - document reasonable ranges for periodics interval and offset.
+ - rename backend_fudge to backend_mintime to avoid future confusion :)
- change the default periodic reschedule function to hopefully be more
exact and correct even in corner cases or in the far future.
- - document reasonable ranges for periodics interval and offset.
- do not rely on -lm anymore: use it when available but use our
own floor () if it is missing. This should make it easier to embed,
as no external libraries are required.