--- libeio/Changes 2008/05/11 01:00:03 1.1 +++ libeio/Changes 2009/06/06 18:06:55 1.7 @@ -1,5 +1,15 @@ Revision history for libeio +TODO: maybe add mincore support? available on at leats darwin, solaris, linux, freebsd + 1.0 + - readdir: correctly handle malloc failures. + - readdir: new flags argument, can return inode + and possibly filetype, can sort in various ways. + - added EIO_STACKSIZE. + - added msync, mtouch support (untested). + - added sync_file_range (untested). + - fixed custom support. + - use a more robust feed-add detection method. - "outbundled" from IO::AIO.