Changes for version 0.18 - 2023-06-01
- Updated ppport.h to version 3.68
- Fixed size checking in readlink().
- Fixed error handling of psx_fileno(): Check for -1 instead of < 0 to make AT_FDCWD work (which is negative).
- Disabled -Wdeprecated-declarations for sig*().
- Makefile.PL now creates const-c.inc and const-xs.inc dynamically.
- openat() can now optionally return a handle when AT_FDCWD is used.
- Added realpath().
- Added openat2() (non-POSIX).
- POD improvements.
Modules
Perl interface to POSIX.1-2008