This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
(perl #127380) default PERLIO_DEBUG/-Di to use STDERR
[perl5.git] / ext / POSIX /
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
2015-03-09 Karl Williamsonext/POSIX/POSIX.xs: Convert do whiles into whiles
2015-03-06 Karl WilliamsonPOSIX/t/export.t: Generalize for non-ASCII platforms
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-05 Jarkko HietaniemiPOSIX math: if long double, long double the math consts
2015-02-05 Jarkko HietaniemiPOSIX math: tgamma/lgamma logic
2015-02-05 Jarkko HietaniemiAIX long double lies about many math APIs.
2015-02-03 James E KeenanUpdate POSIX version number.
2015-02-03 Jarkko HietaniemiUse HAS_LLRINTL, HAS_LLROUNDL, HAS_LRINTL, HAS_LROUNDL
2015-01-20 Jarkko HietaniemiNotes on NaN structure, for future generation/extraction.
2015-01-10 Karl WilliamsonPOSIX.pod: Various nits, typos, clarifications
2015-01-07 Karl WilliamsonFix broken ext/POSIX/t/wrappers.t on Windows
2015-01-07 Karl WilliamsonPATCH: [perl #123503] Bug in POSIX::strerror on 5.21.7
2015-01-07 Karl WilliamsonAdd test case for [perl #123171]
2014-12-21 Father ChrysostomosIncrease $POSIX::VERSION to 1.49
2014-12-21 Father ChrysostomosUse GIMME_V in POSIX
2014-12-14 Karl WilliamsonPATCH: [perl #23171] Bleadperl breaks ZEFRAM/Hash-SharedMem
2014-12-10 Jarkko HietaniemiIf no strtoul, the args are unused.
2014-12-07 Jarkko HietaniemiMake it explicit that truncation is fine.
2014-12-06 Jarkko HietaniemiIf no lchown, not using the args.
2014-12-06 Jarkko HietaniemiPOSIX math potentially unused vars.
2014-12-06 Jarkko HietaniemiPOSIX nan: declaring s always potentially unused.
2014-12-06 Jarkko HietaniemiUnused hv_store() result.
2014-11-27 Steve HayEnable POSIX::strtold() on Windows (GCC) USE_LONG_DOUBL...
2014-11-27 Jarkko HietaniemiIf no cuserid(), s is unused.
2014-11-26 Jarkko HietaniemiRevert "Remove -std=c89/-ansi if freebsd has "inline...
2014-11-26 Karl WilliamsonChange core to use is_invariant_string()
next