This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove unneeded Win32 cases.
[perl5.git] / ext / POSIX / lib /
2014-10-31 Craig A. BerryBump POSIX version following a7ea4c68ecf.
2014-10-14 Tony Cookdeprecate POSIX::tmpnam
2014-09-22 Andrew FreshPATCH: [perl #122252] international currency formatting...
2014-09-18 Jarkko HietaniemiPOSIX pod tweaks.
2014-09-08 Jarkko HietaniemiPOSIX math: implement lround().
2014-09-01 Jarkko HietaniemiPOSIX math: First cut at C99 math docs.
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: 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 Karl WilliamsonBump version of POSIX.pm
2014-08-22 Jarkko HietaniemiImplement POSIX::strtold().
2014-08-15 Tony Cook[perl #122476] use a hash instead of a ptr_table
2014-07-27 Lukas MaiPOSIX.pod: Document correct redirect for 'atexit'.
2014-07-09 Karl WilliamsonPOSIX::setlocale(LC_NUMERIC) returns proper locale
2014-06-05 Karl WilliamsonAdd parameters to "use locale"
2014-06-05 Karl WilliamsonLocaleconv() should be independent of 'use locale'
2014-05-28 Nicholas ClarkBump module versions following commit 3800c3188602fdac.
2014-05-15 Karl WilliamsonPOSIX.pod: Add clarification for strtod();
2014-04-13 Karl WilliamsonPOSIX.pod: Nits
2014-03-03 Craig A. BerryRefactor and reduce VMS-specific workarounds in POSIX.xs.
2014-02-15 Karl WilliamsonDeprecate uses of POSIX::isfoo()
2014-02-15 Karl WilliamsonEmulate POSIX locale setting on Windows
2014-01-18 Brian Fraserext/POSIX/t/time.t: Conditionalize the use of setlocale...
2014-01-04 Karl WilliamsonPOSIX:strtod() should restore the locale it changed
2013-11-28 David Mitchellsilence -Wformat-nonliteral compiler warnings
2013-11-18 David MitchellPOSIX: silence some compiler warnings
2013-09-16 Steve HayAdd more errno.h constants to POSIX for exporting if...
2013-09-16 Steve HayFix a problem with mod_perl on Windows using VS2010+.
2013-08-31 Karl WilliamsonMore changes to perllocale and POSIX.pod setlocale
2013-07-10 Karl Williamsonlocale documentation: Grammaar and appearance nits
2013-07-10 Karl WilliamsonBetter document setlocale, "use locale" interactions
2013-06-27 Aristotle Pagaltzis[perl #117751] prevent POSIX::AUTOLOAD recursing if...
2013-06-03 Tony Cookeliminate an unused variable
2013-05-27 Father ChrysostomosPOSIX.pod: wrap/shorten long lines
2013-05-24 David Goldenfix various Pod line length warnings
2013-01-25 Karl WilliamsonFix various minor pod issues
2012-12-14 Nicholas ClarkRemove the BeOS port.
2012-06-20 Aristotle PagaltzisPOSIX: Sometimes `printf` beats interpolation
2012-06-20 Daniel PerrettTidier example code for POSIX::localeconv()
2012-06-04 Craig A. BerryVersion bump for POSIX.pm.
2012-02-15 Ævar Arnfjörð Bjar... POSIX: bump version to 1.30
2012-02-15 Ævar Arnfjörð Bjar... Revert "Merge branch 'avar/POSIX-strptime' into blead"
2012-02-15 Ævar Arnfjörð Bjar... Revert "Merge branch 'avar/POSIX-strptime' into blead"
2012-02-11 Ævar Arnfjörð Bjar... Merge branch 'avar/POSIX-strptime' into blead
2012-02-11 Paul "LeoNerd" EvansActually implement @EXPORT_OK of strptime correctly...
2012-02-11 Paul "LeoNerd" EvansBump version number in POSIX.pm
2012-02-11 Paul "LeoNerd" EvansAdded some docs about new POSIX::strptime()
2012-02-11 Paul "LeoNerd" EvansInitial hack at strptime(); just literal strings for now
2011-12-30 Ricardo Signesinclude a package POSIX::SigSet
2011-12-30 Nicholas ClarkConvert POSIX::sleep to an XS wrapper for PerlProc_sleep().
2011-12-29 Father ChrysostomosIncrease $POSIX::VERSION to 1.28
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