This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
second arg to mkdir is MODE, not MASK
[perl5.git] / ext / POSIX / t /
2017-11-11 Nicolas RReplace multiple 'use vars' by 'our' in ext
2017-10-16 Tony Cook(perl #131982) provide constants for get/setpriority...
2017-10-15 James E KeenanDocument that POSIX::abs, ::alarm, ::atan2, ::chdir...
2017-10-12 Tom Hukinsperl no longer builds on MacOS Classic
2017-01-13 Karl WilliamsonVarious .t's: Escape literal '}' and ']' in patterns
2017-01-10 Tomasz Konojacki(perl #130534) fix test failures under DragonFly BSD
2016-12-23 John LightseySwitch most open() calls to three-argument form.
2016-11-14 Karl WilliamsonFinish removing POSIX deprecated fcns
2016-10-29 Jarkko HietaniemiUse the new metalevel definitions for fp inf/nan/range
2016-10-26 Karl Williamsont/loc_tools.pl: Complement sense of optional parameter
2016-10-25 Andrew FreshOpenBSD 6 still does not support returning pid, gid...
2016-10-22 Jarkko Hietaniemivax-netbsd: test non-IEEE-754-ness only once
2016-10-22 Jarkko Hietaniemivax-netbsd: expand lround() and signbit testing
2016-09-30 Jarkko Hietaniemivax-netbsd: POSIX: skip t/math.t tests needing inf/nan
2016-05-28 Dominic Hargreavesext/POSIX/t/sigaction.t: Skip uid and pid tests on...
2016-05-16 Aaron CranePOSIX: test that all subroutines are exported
2016-05-16 Aaron CranePOSIX: delete the L_tmpnam and L_tmpname symbols
2016-05-16 Aaron CranePOSIX: add new :sys_socket_h export tag with missing...
2016-05-16 Aaron CranePOSIX: add new :netdb_h tag with missing EAI_* symbols
2016-05-16 Aaron CranePOSIX: add lround() to the :math_h_c99 export tag
2016-05-12 Jarkko HietaniemiCroak on unimplemented already at import time
2016-05-12 Jarkko HietaniemiRemove the deprecated POSIX::tmpnam as unsafe
2016-04-02 Aaron CraneExport lround() from POSIX
2016-03-11 Steve HayExport Winsock error constants from POSIX.pm
2016-02-12 Karl WilliamsonRemove POSIX isfoo() as scheduled
2016-02-04 Jarkko HietaniemiOpenBSD does not do si_uid with sigaction().
2016-01-29 Dagfinn Ilmari Man... Skip SA_SIGINFO uid/pid test on POSIX-deficient OS...
2016-01-26 Dagfinn Ilmari Man... Probe for and expose more fields for SA_SIGINFO
2016-01-26 Dagfinn Ilmari Man... Add SA_SIGINFO 'code' constants to POSIX
2015-11-20 Karl WilliamsonVarious tests: use centralized locale detection
2015-10-13 David Mitchell[perl #126229] POSIX::strerror() clears $!
2015-09-09 Tony Cookrefine the skip test for the 32-bit x86 ABI brokeness
2015-08-10 Jarkko Hietaniemi32-bit x86 ABI cannot do signaling nans [rt.perl.org...
2015-08-10 Jarkko HietaniemiFix test label.
2015-06-13 Jarkko HietaniemiFix @INC so that "make test" in ext/POSIX passes.
2015-06-13 Jarkko HietaniemiTest these functions in more than one spot.
2015-06-12 Jarkko Hietaniemiinfnan: Implement NaN payload APIs.
2015-05-08 Aristotle PagaltzisPOSIX: revert exported functions to 5.20.2 state
2015-05-07 Aristotle PagaltzisPOSIX/t/math.t: skip fpclassify where unsupported
2015-05-04 Aristotle PagaltzisPOSIX: Regeneralize export.t to non-ASCII platforms
2015-03-13 Karl WilliamsonPOSIX/t/sigaction.t: Skip failing EBCDIC test
2015-03-09 Karl WilliamsonSkip various locale tests when locales are not available
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
2015-01-07 Karl WilliamsonFix broken ext/POSIX/t/wrappers.t on Windows
2015-01-07 Karl WilliamsonPATCH: [perl #123503] Bug in POSIX::strerror on 5.21.7
2015-01-07 Karl WilliamsonAdd test case for [perl #123171]
2014-11-15 Jarkko HietaniemiHelper function for 'close enough with epsilon'.
2014-11-15 Jarkko HietaniemiThe skip count was all wrong.
2014-11-15 Jarkko HietaniemiThe 0d71ffa7 was quite sloppy with the sub-skips.
2014-11-15 Jarkko HietaniemiC99 math: lgamma and tgamma emulations.
2014-11-15 Jarkko HietaniemiThese are all emulated, so can be tested.
2014-11-15 Jarkko HietaniemiEmulate signbit() if necessary.
2014-11-15 Jarkko Hietaniemifpclassify is emulated if necessary.
2014-10-31 Brian FraserPOSIX/t/posix.t: Fix skip count for localeless systems
2014-10-14 Tony Cookdeprecate POSIX::tmpnam
2014-09-22 Andrew FreshPATCH: [perl #122252] international currency formatting...
2014-09-08 Jarkko HietaniemiPOSIX math: AIX fixes.
2014-09-03 Jarkko HietaniemiPOSIX math: add tests.
2014-09-03 Jarkko HietaniemiPOSIX math: add isinf/isnan/isfinite tests.
2014-09-03 Jarkko HietaniemiPOSIX math: erfc implementation.
2014-09-03 Jarkko HietaniemiPOSIX math: looser error bound for erf test.
2014-09-03 Jarkko HietaniemiPOSIX math: more hypot tests.
2014-09-03 Jarkko HietaniemiPOSIX math: isless etc tests.
2014-09-03 Jarkko HietaniemiPOSIX math: erf implementation from johndcook.com/
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: Portability emulations and constants.
2014-08-31 Jarkko HietaniemiPOSIX math: Have only one not_here for each API.
2014-08-31 Jarkko HietaniemiPOSIX math: Win32 shuffling.
2014-08-31 Jarkko HietaniemiPOSIX math: Skip the POSIX C99 math tests if no acosh().
2014-08-31 Jarkko HietaniemiPOSIX math: Add more C99 math tests.
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().
2014-08-15 Tony Cook[perl #122476] use a hash instead of a ptr_table
2014-08-15 Tony Cook[perl #122476] TODO test for isfoo() crash on Win32...
2014-02-25 Nicholas ClarkUse a temporary file instead of $^X when testing stat.
2014-02-15 Karl Williamsonext/POSIX/t/posix.t: White-space only
2014-02-15 Karl WilliamsonDeprecate uses of POSIX::isfoo()
2014-01-26 Brian Fraserext/POSIX/t/sysconf.t: Skip testing pathconf with _PC_L...
2014-01-18 Brian Fraserext/POSIX/t/time.t: Conditionalize the use of setlocale...
2013-12-17 Karl Williamsonposix.t, time.t: Correct saving/restoring locales
2013-11-20 Daniel Draganadd Intel C++ Compiler for Win32 support
2013-09-16 Steve HayAdd more errno.h constants to POSIX for exporting if...
2013-01-27 Tony Cookun-TODO a test that passes on recent FreeBSD
2013-01-27 Tony CookEINVAL is expected when f?pathconf() isn't implemented...
2012-11-05 Steffen MuellerAdd C define to remove taint support from perl origin/smueller/no_taint3
2012-09-21 Nicholas ClarkRemove the MPE/iX port.
2012-07-06 Tony Cookrt #72232 - ignore wday/yday in mini_mktime as indirect...
2012-05-14 Paul JohnsonDon't test that errno is still 0 after POSIX::f?pathconf
2012-02-15 Ævar Arnfjörð Bjar... Revert "Merge branch 'avar/POSIX-strptime' into blead"
2012-02-15 Ævar Arnfjörð Bjar... Revert "Use the strptime() probe in POSIX.xs & tests"
2012-02-12 Ævar Arnfjörð Bjar... Use the strptime() probe in POSIX.xs & tests
2012-02-11 Paul "LeoNerd" EvansIf strptime() is called with UTf-8 string but legacy...
2012-02-11 Paul "LeoNerd" EvansIf strptime() is called with legacy string but UTF...
next