This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
move pp_padav(), pp_padhv() from pp.c to pp_hot.c
[perl5.git] / ext / POSIX /
2017-07-15 Karl WilliamsonMove bulk of POSIX::setlocale to locale.c
2017-03-09 Karl WilliamsonPOSIX.pod: Remove obsolete text
2017-01-13 Karl WilliamsonVarious .t's: Escape literal '}' and ']' in patterns
2017-01-10 Tomasz Konojacki(perl #130534) fix test failures under DragonFly BSD
2016-12-23 John LightseySwitch most open() calls to three-argument form.
2016-11-24 David MitchellPOSIX.pm: shut up g++ compiler warning
2016-11-18 Karl WilliamsonChange white space to avoid C++ deprecation warning
2016-11-14 Karl WilliamsonFinish removing POSIX deprecated fcns
2016-10-29 Jarkko HietaniemiUse the new metalevel definitions for fp inf/nan/range
2016-10-26 Karl Williamsont/loc_tools.pl: Complement sense of optional parameter
2016-10-25 Andrew FreshOpenBSD 6 still does not support returning pid, gid...
2016-10-22 Jarkko HietaniemiPOSIX version bump
2016-10-22 Jarkko Hietaniemivax-netbsd: test non-IEEE-754-ness only once
2016-10-22 Jarkko Hietaniemivax-netbsd: set the RETVAL even if unused
2016-10-22 Jarkko Hietaniemivax-netbsd: another negative zero assumption
2016-10-22 Jarkko Hietaniemivax-netbsd: Negative zero is only a thing IEEE 754.
2016-10-22 Jarkko Hietaniemivax-netbsd: expand lround() and signbit testing
2016-10-19 Yves Ortonext/POSIX: use _memEQs() and not memEQ() for constant...
2016-09-30 Jarkko Hietaniemivax-netbsd: do not export inf/nan which we do not have
2016-09-30 Jarkko Hietaniemivax-netbsd: POSIX: skip t/math.t tests needing inf/nan
2016-09-30 Jarkko Hietaniemivax-netbsd: POSIX: skip inf/nan parts
2016-09-30 Jarkko Hietaniemivax-netbsd: POSIX: fenv.h is work-in-progress
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 ChrysostomosPOSIX.xs: Make NV_PAYLOAD_SIZEOF_ASSERT static
2016-07-28 Father ChrysostomosIncrease $POSIX::VERSION to 1.71
2016-07-28 Jarkko Hietaniemi[perl #128763] Fix POSIX.xs longdbl assertion
2016-06-13 David MitchellPOSIX.xs: avoid "defined but not used" warning
2016-05-28 Dominic Hargreavesext/POSIX/t/sigaction.t: Skip uid and pid tests on...
2016-05-16 Aaron CranePOSIX: test that all subroutines are exported
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-07 Jarkko HietaniemiPOSIX: strcmp NE strEQ().
2016-02-07 Jarkko HietaniemiPOSIX: Check fds against negatives.
2016-02-07 Jarkko HietaniemiPOSIX: Check signal numbers against negatives.
2016-02-04 Jarkko HietaniemiOpenBSD does not do si_uid with sigaction().
2016-02-04 Jarkko HietaniemiPOSIX version bump.
2016-02-04 Jarkko HietaniemiWe're against contractions.
2016-02-04 Jarkko HietaniemiOddly placed unused decls for fma() and the gamma funcs.
2016-01-29 Dagfinn Ilmari Man... Skip SA_SIGINFO uid/pid test on POSIX-deficient OS...
2016-01-28 Karl Williamsonext/POSIX/lib/POSIX.pod: Make verbatim line fit in...
2016-01-26 Dagfinn Ilmari Man... Probe for and expose more fields for SA_SIGINFO
2016-01-26 Dagfinn Ilmari Man... Add SA_SIGINFO 'code' constants to POSIX
2015-11-20 Karl WilliamsonVarious tests: use centralized locale detection
2015-10-26 Daniel DraganXS staticing in ext and dist
2015-10-13 David Mitchell[perl #126229] POSIX::strerror() clears $!
2015-09-16 Andy Broadamigaos4: use #ifdef/ifndef __amigaos4__ when feasible
2015-09-09 Tony Cookrefine the skip test for the 32-bit x86 ABI brokeness
2015-09-08 Karl WilliamsonAdd more -DL debugging info
2015-09-08 Karl WilliamsonRmv trailing ';' on #endif
2015-09-05 Karl WilliamsonFix a couple of pod issues
2015-09-05 Andy Broadamigaos4: ext/POSIX: no fancy signals
2015-09-05 Andy Broadamigaos4: ext/POSIX: no mkfifo
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-08-10 Jarkko Hietaniemi32-bit x86 ABI cannot do signaling nans [rt.perl.org...
2015-08-10 Jarkko HietaniemiFix test label.
2015-08-10 Jarkko HietaniemiSanity x86 long double check.
2015-06-27 James E KeenanIncrement $VERSION in 4 .pm files whose .xs has changed.
2015-06-27 Jarkko HietaniemiIf IVSIZE == LONGSIZE, long cannot be beyond IV_MIN...
2015-06-27 Jarkko Hietaniemistrtol and strtoul base should be [2, 36] or zero.
2015-06-27 Jarkko Hietaniemitcsetattr optional_actions can be invalid.
2015-06-27 Jarkko Hietaniemitcsetattr fd can be bad.
2015-06-27 Jarkko Hietaniemidup2 fds can be bad.
2015-06-27 Jarkko Hietaniemitcdrain fd can be bad.
2015-06-27 Jarkko Hietaniemitcflush/tcflow/tcsendbreak fd/action can be bad.
2015-06-27 Jarkko Hietaniemilseek fd can be bad.
2015-06-13 Jarkko HietaniemiFix @INC so that "make test" in ext/POSIX passes.
2015-06-13 Jarkko HietaniemiTest these functions in more than one spot.
2015-06-12 Jarkko Hietaniemiinfnan: Implement NaN payload APIs.
2015-06-06 Jarkko Hietaniemiquadmath: long long versus round/trunc
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/t/math.t: skip fpclassify where unsupported
2015-05-07 Aristotle PagaltzisPOSIX: document the new C99 math constants
2015-05-04 Aristotle PagaltzisPOSIX: Regeneralize export.t to non-ASCII platforms
2015-03-19 Karl WilliamsonChange some locale manipulation macros in prep for API
2015-03-13 Karl WilliamsonPOSIX/t/sigaction.t: Skip failing EBCDIC test
2015-03-12 Jarkko HietaniemiPOSIX: emulation for logb()
2015-03-12 Jarkko Hietaniemiquadmath: llrintq and llroundq do exist
2015-03-09 Karl WilliamsonSkip various locale tests when locales are not available
next