--- libeio/Changes 2011/12/30 07:40:55 1.45 +++ libeio/Changes 2013/05/09 03:03:24 1.52 @@ -66,4 +66,12 @@ - use utime now uses nanosecond resolution on posix 2008 systems. - allow taking advantage of posix 2008 xxxat functions and fdopendir by implementing a working directory abstraction. + - make readahead emulation behave more like actual readahead by never failing. + - added EIO_LSEEK (untested). + - added EIO_FALLOC_FL_PUNCH_HOLE. + - wtf. etp_proc returned 0, and no compiler ever complained. + - remove pread/pwrite emulation, as the only system that lacked them + (cygwin) provides them for a while now. + - provide pread/pwrite implementations for win32. + - implement aio_realpath for windows.