This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
hoping this works finally. gcc is too permissive with my build options
[perl5.git] / ext / POSIX / t /
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...
2012-02-11 Paul "LeoNerd" EvansWhen strptime() receives a reference, ensure it's a...
2012-02-11 Paul "LeoNerd" EvansYield -1 as undef from POSIX::strptime(); ensure that...
2012-02-11 Paul "LeoNerd" EvansActually implement @EXPORT_OK of strptime correctly...
2012-02-11 Paul "LeoNerd" EvansFix ext/POSIX/t/time.t test 17's name to be a) unique...
2012-02-11 Paul "LeoNerd" EvansDon't use 1906 to test strptime/mktime because it yield...
2012-02-11 Paul "LeoNerd" Evansmktime() before returning result from strptime(), to...
2012-02-11 Paul "LeoNerd" EvansAccept strptime \$str, "format" to use/set pos() magic...
2012-02-11 Paul "LeoNerd" EvansInitial hack at strptime(); just literal strings for now
2011-12-30 Nicholas ClarkProvide the correct POSIX return value for POSIX::dup2...
2011-11-04 Pino ToscanoFix hang in ext/POSIX/t/sysconf.t on GNU/Hurd
2011-09-17 Father ChrysostomosCorrect punctuation in some POSIX error messages
2011-09-17 Craig A. BerryPOSIX::access() doesn't do ENOTDIR on VMS.
2011-09-13 Nicholas ClarkAdd tests for POSIX::{access,close,dup,dup2}.
2011-09-13 Nicholas ClarkIn ext/POSIX/t/sysconf.t, make the tests more strict.
2011-09-13 Nicholas ClarkIn ext/POSIX/t/sysconf.t, refactor the API of _check_an...
2011-09-13 Nicholas ClarkIn various POSIX tests, make better use of Test::More.
2011-09-13 Nicholas ClarkFurther tests for POSIX trigonometric and hyperbolic...
2011-09-13 Nicholas ClarkAdd tests for POSIX::localeconv().
2011-09-13 Nicholas ClarkAdd tests for POSIX::SigSet.
2011-09-13 Nicholas ClarkAdd tests for POSIX::tc{drain,flow,flush,sendbreak}()
2011-09-13 Nicholas ClarkAdd tests for POSIX::Termios->setattr().
2011-09-13 Nicholas ClarkAdd tests for POSIX::Termios->setcc().
2011-09-13 Nicholas ClarkAdd tests for POSIX::Termios->get[iocf]flags().
2011-09-13 Nicholas ClarkAdd tests for POSIX::Termios->get[io]speed().
2011-09-13 Nicholas ClarkAdd tests for passing POSIX::Termios->getcc() out of...
2011-09-13 Nicholas ClarkIn termios.t, avoid reading uninitialised memory in...
2011-09-13 Nicholas ClarkRefactor ext/POSIX/t/termios.t
2011-09-01 Nicholas ClarkTest that @POSIX::EXPORT and @POSIX::EXPORT_OK are...
2011-09-01 Nicholas ClarkIn POSIX, improve the diagnostic for the "use $method...
2011-09-01 Nicholas ClarkThe more regular POSIX "unimplemented" diagnostics...
2011-09-01 Nicholas ClarkImprovements to the diagnostics for "unimplemented...
2011-09-01 Nicholas ClarkTest the POSIX functions that wrap core builtins.
2011-09-01 Nicholas ClarkConvert the POSIX waitpid tests to Test::More.
2011-09-01 Nicholas ClarkExplicitly test both CORE:: and POSIX:: gmtime and...
2011-09-01 Nicholas ClarkTest the diagnostics for usage messages for POSIX wrapp...
2011-09-01 Nicholas ClarkTest the diagnostics for all POSIX::* functions that...
2011-09-01 Nicholas ClarkIn ext/POSIX/t/is.t, make better use of Test::More.
2011-05-24 Father ChrysostomosUn-TODO a test on Snow Leopard
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in ext/*.
2010-08-30 Tony Cookfix the AIX skip to only skip on AIX
2010-08-30 Tony Cookrt77432: sigaction would crash/assert with a replaced...
2010-06-30 Nicholas ClarkConvert POSIX's test to Test::More.
2010-04-16 H.Merijn Brand[PATCH] [5.12] Allow build on aix 4.2 (sigaction and...
2009-11-12 H.Merijn BrandSorry, missed a "
2009-11-12 H.Merijn BrandHP-UX does not accept UTC0UTC, because there is no...
2009-10-18 Nicholas ClarkUse gmtime() instead of localtime(), as timezones hinde...
2009-10-15 Nicholas ClarkPOSIX::strftime() should be able to handle Unicode...
2009-10-15 Steve PetersHmmm... this may be a heisenbug. Works on some termina...
2009-10-15 Steve PetersPOSIX::strftime() should be able to handle Unicode...
2009-08-27 Nicholas ClarkMake extensions in ext run their tests from the extensi...
2009-01-08 John Malmbergext/File/Gob/t/basic.t, ext/POSIX/t/posix.t vms fixes
2008-02-29 Nicholas ClarkMake ext/POSIX/t/sysconf.t use File::Spec->tmpdir(...
2007-11-28 Matt KraaiRe: fpathconf test failures on QNX
2007-08-16 Nicholas ClarkCorrect parentheses. Calling Win32::GetOSVersion()...
2007-08-15 Steve HaySkip the POSIX::strftime() time test with a 60sec param...
2007-04-11 Steve PetersFix spelling nit.
2007-01-26 Steve PetersFix ext/POSIX/t/sysconf.t failures on Cygwin.
2006-12-19 Rafael Garcia-SuarezAdd a regression test to verify that POSIX::AUTOLOAD...
2006-11-22 Steve HayVC8 regards 60 seconds as an invalid parameter for...
2006-10-19 Yves OrtonRe: Off by one in the trie code?
2006-09-16 Craig A. Berryreturn value of -1 without errno set is ok in
2006-07-14 Craig A. BerryMake sysconf tests handle unimplemented success indications
2006-07-14 Steve PetersSkip tests for pathconf() and fpathconf() on HP-UX for
2006-07-11 Jarkko Hietaniemisysconf.t: still failing in tru64, try harder to skip
2006-07-10 Dominic DunlopSkip tests of a POSIX constant on Mac OS X because...
2006-07-08 Yves OrtonSkip some POSIX tests when the thing they are testing...
2006-07-08 Jarkko HietaniemiPOSIX test improvements on True64
2006-07-07 Sébastien Aperghis... Test scripts for I18N::Langinfo and POSIX
2006-03-09 Steve PetersNeed to update test count from change #27440.
2006-03-09 Steve Peterscroak in POSIX::sigaction() when passed a negative...
2005-12-21 Steve PetersAdd tests for untested math functions in POSIX
2005-12-20 Rafael Garcia-SuarezFix typos in regular expressions
2005-12-17 Steve PetersFix for ext/POSIX/t/time.t so the strftime() test works...
2005-11-28 Steve HayFix ext/POSIX/t/time.t on Win32
2005-11-28 Steve PetersMac OS X/Darwin seems to have problems with tzname().
2005-11-26 Steve PetersDeal with differences in what clock() does between...
2005-11-26 Steve PetersJust be explicit about $TZ.
2005-11-26 Steve PetersHmmm...strftime() does work on Win32, but tzset() is...
2005-11-26 Steve PetersAdditional tests for B and POSIX. The POSIX ones conce...
2005-11-03 Steve PetersTest for the right signal should use the constant for...
2005-07-31 H.Merijn BrandSIGRTMIN & SIGRTMAX on Cygwin both 32. sig_count =...
2005-07-27 H.Merijn BrandSome signals are more real than others
2005-07-25 H.Merijn Branduse POSIX might not throw an error. Check for useful...
2005-07-21 Jarkko HietaniemiRe: [PATCH] support POSIX SA_SIGINFO
2005-07-20 Jarkko Hietaniemisupport POSIX SA_SIGINFO
2005-07-20 Steve HayExit test script (if we're going to) *before* declaring...
2005-07-19 Nicholas ClarkXS constants fail when their value is called for, not...
2005-07-19 Jarkko Hietaniemiallow POSIX SIGRTMIN...SIGRTMAX signals (and plug a...
2003-11-30 SADAHIRO TomoyukiRe: [perl #24554] Segfault in POSIX module
next