Revision history for POSIX::2008. 0.13 2017-09-08 - pread/pwrite argument order is now (count, offset) instead of (offset, count). - Added readv(), preadv(). - Added strptime() to the list of exportable functions. 0.12 2017-09-03 - Fixed missing semicolon in #if branch of nearbyint(). - Added some CLOCK_ constants. - Added const-c.inc, const-xs.c. 0.11 2017-09-02 - Don't call clog() if you mean cexp() ... 0.10 2017-09-02 - Added more detailed checks for availability of complex functions. - NetBSD seems a bit special about struct stat. 0.09 2017-09-01 - Added some cheats to make some red lights turn to green on cpantesters. - Fixed a POD typo. 0.08 2017-08-31 - Added writev(), pwritev(), lchown(), lround(), clock(), access(). 0.07 2017-08-27 - Call croak_xs_usage() only if available. - Really let all I/O functions accept file handles. - Try to reduce compiler errors on non-Linux systems. 0.06 2017-08-26 - Fixed an fd leak in fdopendir() and openat() (see Ye Olde Perl #59268). XS docs are really poor. - Cleaned up openat(). - Dropped Perl 5.10 dependency. 0.05 2017-08-25 - Added fdopen() and fdopendir(). - All I/O functions taking file descriptors now accept file handles as well. - Fixed pread() to truncate the buffer if the data doesn't exceed it. 0.04 2015-05-25 - Fixed _readlink50c (#96644). 0.03 2013-09-15 - check SvGROW for NULL - use shorter mPUSH macros 0.02 2013-09-14 - added strptime() 0.01 2013-09-13 - initial version