This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Supress warning in XS::APItest’s hash.t
[perl5.git] / ext / POSIX / t /
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
2003-11-29 Rafael Garcia-SuarezPOSIX::isXXX(undef) segfaulted. (bug #24554.)
2003-08-05 Alain BarbetRe: [perl #23202] [RESOLVED] coredump on ext/POSIX...
2003-08-03 Alain BarbetRe: [perl #23202] coredump on ext/POSIX/t/posix with...
2003-07-09 Chip SalzenbergSafe signals via POSIX::sigaction
2003-06-18 Jarkko HietaniemiIf the first argument of sigaction() was a string,...
2003-03-16 Jarkko HietaniemiStay within known facts: what platforms the skippage...
2003-03-16 Jarkko HietaniemiThis seems to fix (well, dodge) the problems in FreeBSD for
2003-03-12 Jarkko HietaniemiIntegrate:
2003-03-06 Adrian M. Enachecleaning up tests of the 'eval { decl. } <=> runtime...
2002-12-12 Rafael Garcia-SuarezIntegrate from maint-5.8 : changes 18290-1, 18293-5...
2002-12-09 Slaven RezicRe: [perl #18238] timezone and gmt offset as output...
2002-12-02 Hugo van der Sandenintegrate 5.8-maint: changes #18174 18187 18189-92...
2002-09-02 Rafael Garcia-SuarezSome simple tests for the POSIX::isXXX() functions.
2002-06-26 Jarkko HietaniemiIntegrate from macperl:
2002-06-19 Paul MarquessRE: [PATCH] POSIX taint tests
2002-06-19 Michael G. SchwernRe: [PATCH] POSIX taint tests
2002-06-19 Paul MarquessPOSIX taint tests
2002-05-30 Jarkko HietaniemiIntegrate macperl patch #16868.
2002-05-28 Nikola KnezevicTest::Harness and skiping tests functionality
2002-05-24 AbigailTypos
next