summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorroot <root>2011-01-05 04:21:20 +0000
committerroot <root>2011-01-05 04:21:20 +0000
commitaff093a7b45a52ce278f261e57d7105c73d5e1e7 (patch)
treeff5edcb9225f1a30da2b5be8ffb50c0a2559ed7e /Changes
parent0dd9e41836e852b2f0e55598508482d3d2e82f2d (diff)
*** empty log message ***
Diffstat (limited to 'Changes')
-rw-r--r--Changes3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changes b/Changes
index 149c004..cfd1fbd 100644
--- a/Changes
+++ b/Changes
@@ -4,7 +4,10 @@ TODO: move some other examples to common idioms? combining watchers,
thread usage, coroutine switch?
TODO: /dev/null epoll breakage, maybe catch EPERM?
+TODO: frankenpoll
4.03
+ - support files, /dev/zero etc. the same way as select in the epoll
+ backend, by generating events on our own.
- define EV_READ/EV_WRITE as macros in event.h, as some programs use
#ifdef to test for them.