summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorroot <root>2010-01-02 14:11:32 +0000
committerroot <root>2010-01-02 14:11:32 +0000
commitd5dbda31aa83cf0c1a999c70c0f75a01c774cc3f (patch)
tree9c1a439b4a731e45d4f08daec8e7a9d3a5a4153d /Changes
parentb603f404d08248de437b7bf3e603adcfa01568db (diff)
*** empty log message ***
Diffstat (limited to 'Changes')
-rw-r--r--Changes5
1 files changed, 4 insertions, 1 deletions
diff --git a/Changes b/Changes
index d1357b0..78a3459 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
Revision history for libeio
-TODO: maybe add mincore support? available on at leats darwin, solaris, linux, freebsd
+TODO: maybe add mincore support? available on at least darwin, solaris, linux, freebsd
1.0
- readdir: correctly handle malloc failures.
@@ -18,4 +18,7 @@ TODO: maybe add mincore support? available on at leats darwin, solaris, linux, f
- "outbundled" from IO::AIO.
- eio_set_max_polltime did not properly convert time to ticks.
- tentatively support darwin in sendfile.
+ - also use sendfile emulation for ENOTSUP and EOPNOTSUPP
+ error codes.
+ - add OS-independent EIO_MT_* and EIO_MS_* flag enums.