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 / lib /
2011-11-28 Tony Cookavoid double defining the POSIX::TCSANOW constant sub
2011-09-17 Father ChrysostomosCorrect punctuation in some POSIX error messages
2011-09-10 Steve HayThe Borland Chainsaw Massacre
2011-09-01 Nicholas ClarkChange the synopsis in POSIX.pod to stress use POSIX ();
2011-09-01 Nicholas ClarkGenerate @POSIX::EXPORT_OK from %reimpl, %replacement...
2011-09-01 Nicholas ClarkRemove isatty from @POSIX::EXPORT_OK, as it's already...
2011-09-01 Aristotle PagaltzisReplace use of AutoLoader in POSIX with a custom compil...
2011-09-01 Nicholas ClarkIn POSIX, improve the diagnostic for the "use $method...
2011-09-01 Aristotle PagaltzisIn POSIX, drastically simplify the wrappers for "unimpl...
2011-09-01 Aristotle PagaltzisIn POSIX.pm, modernise package variable style.
2011-09-01 Nicholas ClarkImprovements to the diagnostics for "unimplemented...
2011-09-01 Nicholas ClarkTest the diagnostics for usage messages for POSIX wrapp...
2011-05-18 Bo Lindberghwaitpid doesn't work with WIFSTOPPED
2011-05-18 Karl WilliamsonPOSIX.pod: fix broken link
2011-01-20 Jesse VincentVersion bumps for POSIX non-dual-life modules identified by
2011-01-18 Leon TimmermansClarify limitation in safe signals.
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in ext/*.
2010-12-19 Zeframbump version of many modules
2010-10-21 Nicholas ClarkConvert Fcntl, File::Glob, I18N::Langinfo, POSIX and...
2010-10-14 Nicholas ClarkConvert modules in ext/ to pass minimal arguments to...
2010-09-11 Florian RagwitzBump $POSIX::VERSION
2010-09-11 Florian RagwitzAdd missing POSIX signal constants
2010-08-17 Jerry D. HeddenMove POSIX.pm to lib/POSIX.pm to fix autosplitter problem