This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make postfix dereferencing work without the postderef feature
[perl5.git] / ext / POSIX /
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()
2014-11-26 Karl WilliamsonBump ext/POSIX version to 1.48
2014-11-25 Jarkko HietaniemiRemove -std=c89/-ansi if freebsd has "inline static...
2014-11-21 Father ChrysostomosIncrease $POSIX::VERSION to 1.47
2014-11-21 Jarkko Hietaniemitgamma infinity limit for IEEE quad prec.
2014-11-19 Jarkko HietaniemiWhile the nan() todo remains, at least warn not.
2014-11-19 Jarkko HietaniemiComment reformatting.
2014-11-19 Jarkko HietaniemiUse my_tgamma/my_lgamma only ifndef HAS_TGAMMA/HAS_LGAMMA.
2014-11-18 Jarkko HietaniemiPlatform may have only one of lgamma/tgamma.
2014-11-18 Jarkko Hietaniemifma() emulation.
2014-11-18 Jarkko HietaniemiNo C++ comments, please, we are C89ish.
2014-11-15 Jarkko HietaniemiHelper function for 'close enough with epsilon'.
2014-11-15 Jarkko HietaniemiThe skip count was all wrong.
2014-11-15 Jarkko HietaniemiThe 0d71ffa7 was quite sloppy with the sub-skips.
2014-11-15 Jarkko HietaniemiC99 math: lgamma and tgamma emulations.
2014-11-15 Jarkko Hietaniemifdim NaN guard.
2014-11-15 Jarkko HietaniemiThese are all emulated, so can be tested.
2014-11-15 Jarkko HietaniemiEmulate signbit() if necessary.
2014-11-15 Jarkko Hietaniemifpclassify is emulated if necessary.
2014-11-15 Jarkko HietaniemiWe no more need to guard these with HAS_ACOSH.
2014-11-15 Jarkko HietaniemiRemove Cygwin cases. Case.
2014-11-15 Jarkko HietaniemiRemove unneeded Win32 cases.
2014-11-15 Jarkko Hietaniemiundef c99_foo ifndef HAS_FOO
2014-11-15 Jarkko Hietaniemicosh and log10 are already C89.
2014-11-15 Jarkko HietaniemiRemove now empty case.
2014-11-15 Jarkko HietaniemiRemove unneeded Tru64 cases.
2014-11-15 Jarkko HietaniemiVMS should now be handled.
2014-11-15 Jarkko HietaniemiWe now have symbols for llrint and llround.
2014-11-15 Jarkko HietaniemiAndroid should be doing the Configure scans.
2014-11-15 Jarkko HietaniemiRemove trivial unneeded cases of not having C99 math.
2014-11-15 Jarkko HietaniemiOnly #ifndef gcc cases remain.
2014-11-15 Jarkko HietaniemiRemove unneeded HP-UX cases.
2014-11-15 Jarkko Hietaniemiquadmath has tgammaq, not tgammal.
2014-11-15 Jarkko HietaniemiMake the C99 *l test a little bit more accepting.
2014-11-15 Jarkko HietaniemiThe NO_C99_LONG_DOUBLE_MATH is no more used.
2014-11-15 Jarkko HietaniemiAIX: Configure now detect this, leave the comment.
2014-11-15 Jarkko HietaniemiAdd Configure symbols to all the missing C99 math APIs.
2014-11-10 Tony CookNetBSD 5.1 doesn't support some of the new symbols...
2014-11-02 Jarkko HietaniemiDefine my_rint() only when necessary.
2014-10-31 Craig A. BerryBump POSIX version following a7ea4c68ecf.
2014-10-31 Brian FraserPOSIX/t/posix.t: Fix skip count for localeless systems
2014-10-31 Brian FraserPOSIX: C99 support exceptions on Android
2014-10-14 Tony Cookdeprecate POSIX::tmpnam
2014-09-26 Jarkko HietaniemiTru64: Floating-point rounding control.
2014-09-26 Jarkko HietaniemiTru64: Do not undef c99_isunordered.
2014-09-26 Jarkko HietaniemiTru64 nan() function broken.
2014-09-26 Jarkko Hietaniemi9d491117 missed one spot.
2014-09-26 Jarkko HietaniemiPOSIX math: FP_ROUND, not FE_ROUND.
next