--- IO-AIO/Changes 2010/01/10 23:44:02 1.224 +++ IO-AIO/Changes 2010/08/04 16:06:54 1.232 @@ -7,6 +7,38 @@ TODO: aio_fcntl, at least for file-locking TODO: fallocate, if it wouldn't be so useless. TODO: aio_mincore? +TODO: posix_madvise. +TODO: add? also linux-specific stuff? +O_EXEC +O_SEARCH +O_CLOEXEC +O_DIRECTORY +O_DSYNC +O_NOCTTY +O_NOFOLLOW +O_NONBLOCK +O_RSYNC +O_SYNC +O_TTY_INIT +TODO: document/test madvise + + - do not leak memory in IO::AIO::mmap when the scalar already + had string-data. + - add O_RDWR, O_APPEND and O_EXCL symbols and semi-documented + them. + - cache the result IV, for a minor speedup in the common case. + - croak when an mmapped-scalar changes location, to detect + user-errors better. + +3.65 Wed Mar 31 02:45:05 CEST 2010 + - actually use PATH_MAX instead of NAME_MAX for readlink, as to not + cut off long pathnames in aio_readlink (based on patch by + Rasmus Andersson). + - a double fork partially killed the event pipe (great testcase + by dormando). affects IO::AIO, BDB and Async::Interrupt. + - suck steve's dick and rename our symbols to avoid colliding + with nonstandard identifier spam on the broken os x pseudo-os. + affects IO::AIO and BDB. 3.6 Mon Jan 11 00:43:39 CET 2010 - (libeio) more fixes for the freebsd/apple sendfile - broken by