This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Avoid deprecation message.
[perl5.git] / ext / POSIX / lib /
2016-11-24 David MitchellPOSIX.pm: shut up g++ compiler warning
2016-11-14 Karl WilliamsonFinish removing POSIX deprecated fcns
2016-10-22 Jarkko HietaniemiPOSIX version bump
2016-09-21 Dagfinn Ilmari Man... Change sv_setpvn(…, "…", …) to sv_setpvs(…, "…")
2016-09-01 Karl WilliamsonUse new name 'is_utf8_invariant_string' in core
2016-07-28 Father ChrysostomosIncrease $POSIX::VERSION to 1.71
2016-05-28 Dominic Hargreavesext/POSIX/t/sigaction.t: Skip uid and pid tests on...
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-13 Karl WilliamsonPOSIX.pod: Fix grammar
2016-05-12 Jarkko HietaniemiCroak on unimplemented already at import time
2016-05-12 Jarkko HietaniemiRemove the deprecated POSIX::tmpnam as unsafe
2016-05-12 Jarkko HietaniemiSort the %replacement and %reimpl
2016-05-09 Karl WilliamsonPOSIX.pod: Add some caveats about strcoll(), strxfrm()
2016-04-26 Aristotle PagaltzisDocument exports policy within POSIX
2016-04-26 Aristotle PagaltzisCorrect lround situation comment in POSIX
2016-04-08 Karl WilliamsonStrengthen cautions about locale use with threads
2016-04-02 Aaron CraneExport lround() from POSIX
2016-03-11 Steve HayExport Winsock error constants from POSIX.pm
2016-03-04 Karl WilliamsonPOSIX.xs: Avoid a leak in setlocale()
2016-02-12 Karl WilliamsonRemove POSIX isfoo() as scheduled
2016-02-07 Jarkko HietaniemiPOSIX version bump.
2016-02-04 Jarkko HietaniemiPOSIX version bump.
2016-01-28 Karl Williamsonext/POSIX/lib/POSIX.pod: Make verbatim line fit in...
2016-01-26 Dagfinn Ilmari Man... Add SA_SIGINFO 'code' constants to POSIX
2015-10-26 Daniel DraganXS staticing in ext and dist
2015-10-13 David Mitchell[perl #126229] POSIX::strerror() clears $!
2015-09-05 Karl WilliamsonFix a couple of pod issues
2015-08-21 Jarkko HietaniemiPOSIX: version bump for d7a0f0b
2015-08-21 Jarkko HietaniemiPOSIX: mention the Inf, NaN constants; other small...
2015-08-10 James E KeenanIncrement $VERSION for POSIX to 1.56
2015-08-10 Jarkko HietaniemiPod tweak for [rt.perl.org #125710].
2015-06-27 James E KeenanIncrement $VERSION in 4 .pm files whose .xs has changed.
2015-06-12 Jarkko Hietaniemiinfnan: Implement NaN payload APIs.
2015-06-03 Daniel DraganPerl_croak->croak and misc C optimizing in POSIX.pm
2015-05-09 Ricardo SignesPOSIX.pm: bump version
2015-05-08 Aristotle PagaltzisPOSIX: revert exported functions to 5.20.2 state
2015-05-07 Aristotle PagaltzisPOSIX: discourage use of default exports
2015-05-07 Aristotle PagaltzisPOSIX: document the new C99 math constants
2015-03-09 Karl Williamsonext/POSIX/POSIX.xs: Convert do whiles into whiles
2015-02-11 Jarkko Hietaniemiinfnan: revert nan payload/signaling changes
2015-02-09 Jarkko Hietaniemiinfnan: add POSIX::issignaling
2015-02-05 Jarkko HietaniemiPOSIX version bump
2015-02-03 James E KeenanUpdate POSIX version number.
2015-01-10 Karl WilliamsonPOSIX.pod: Various nits, typos, clarifications
2015-01-07 Karl WilliamsonPATCH: [perl #123503] Bug in POSIX::strerror on 5.21.7
2014-12-21 Father ChrysostomosIncrease $POSIX::VERSION to 1.49
2014-12-14 Karl WilliamsonPATCH: [perl #23171] Bleadperl breaks ZEFRAM/Hash-SharedMem
2014-11-26 Karl WilliamsonBump ext/POSIX version to 1.48
2014-11-21 Father ChrysostomosIncrease $POSIX::VERSION to 1.47
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
next