This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlbug: wrap overly long lines
[perl5.git] / ext / POSIX / t / export.t
2016-04-02 Aaron CraneExport lround() from POSIX
2016-03-11 Steve HayExport Winsock error constants from POSIX.pm
2016-01-26 Dagfinn Ilmari Man... Add SA_SIGINFO 'code' constants to POSIX
2015-06-12 Jarkko Hietaniemiinfnan: Implement NaN payload APIs.
2015-05-08 Aristotle PagaltzisPOSIX: revert exported functions to 5.20.2 state
2015-05-04 Aristotle PagaltzisPOSIX: Regeneralize export.t to non-ASCII platforms
2015-03-06 Karl WilliamsonPOSIX/t/export.t: Generalize for non-ASCII platforms
2015-02-11 Jarkko Hietaniemiinfnan: revert nan payload/signaling changes
2015-02-09 Jarkko Hietaniemiinfnan: add POSIX::issignaling
2014-09-01 Jarkko HietaniemiPOSIX math: M_LN10 was missing.
2014-09-01 Jarkko HietaniemiPOSIX math: M_SQRT2 and M_2_SQRTPI were misspelled.
2014-08-31 Jarkko HietaniemiPOSIX math: use POSIX now imports Inf and NaN.
2014-08-31 Jarkko HietaniemiPOSIX math: Add fegetround() and fesetround().
2014-08-31 Jarkko HietaniemiPOSIX math: Add FP_ILOGB0 and FP_ILOGBNAN.
2014-08-31 Jarkko HietaniemiPOSIX math: Implement glue for the C99 math functions.
2014-08-31 Jarkko HietaniemiPOSIX math: Add M_ constants like M_PI.
2014-08-22 Jarkko HietaniemiImplement POSIX::strtold().
2013-09-16 Steve HayAdd more errno.h constants to POSIX for exporting if...
2012-02-15 Ævar Arnfjörð Bjar... Revert "Merge branch 'avar/POSIX-strptime' into blead"
2012-02-11 Paul "LeoNerd" EvansActually implement @EXPORT_OK of strptime correctly...
2011-09-01 Nicholas ClarkTest that @POSIX::EXPORT and @POSIX::EXPORT_OK are...