This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
POSIX math: M_SQRT2 and M_2_SQRTPI were misspelled.
[perl5.git] / ext / POSIX / t / export.t
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...