This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Enable POSIX::strtold() on Windows (GCC) USE_LONG_DOUBLE builds
[perl5.git] / ext /
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 Father ChrysostomosSuppress ‘-e syntax OK’ in concise.t
2014-11-26 Karl WilliamsonPerlIO::encoding:fallback.t: White-space only
2014-11-26 Karl WilliamsonPerlIO::encoding:fallback.t: Don't use undefined sub
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-23 David Mitchellfix ext/B/t/optree_misc.t in unthreaded builds
2014-11-23 David Mitchellfix recent Concise tests under PERL_UNICODE=''
2014-11-21 Father ChrysostomosIncrease $POSIX::VERSION to 1.47
2014-11-21 Father ChrysostomosIncrease $B::VERSION to 1.54
2014-11-21 Jim Cromieconcise.t: correct test description to match actual...
2014-11-21 Father ChrysostomosMake B use B::COP for nulled COPs
2014-11-21 Father Chrysostomos[perl #77452] Deparse { ...; BEGIN{} } correctly
2014-11-21 Jarkko Hietaniemitgamma infinity limit for IEEE quad prec.
2014-11-19 Craig A. BerryEscape EFS for directory portion in tovmsspec.
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-16 Father ChrysostomosIncrease $I18N::Langinfo::VERSION to 0.12
2014-11-16 Slaven Rezic$@ check in I18N::Langinfo documentation is reversed
2014-11-16 Daniel Draganmisc optimizing in DynaLoader
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-14 Father ChrysostomosB.pm: Document COP_SEQ_RANGE_*
2014-11-13 Father ChrysostomosDon’t turn sub:CustomAttr(){$outer_lex} into a const
2014-11-13 Daniel Draganadd filename handling to xs handshake
2014-11-10 Tony CookNetBSD 5.1 doesn't support some of the new symbols...
2014-11-09 Father ChrysostomosFix ext/B/t tests after OA_DANGEROUS removals
2014-11-08 Father ChrysostomosFix up f_map.t following "\L$_" optimisation
2014-11-08 Father ChrysostomosMake B constants depend on perl headers
2014-11-08 Daniel Draganadd xs_handshake API
2014-11-07 Father ChrysostomosDeparse Devel::Peek::Dump
2014-11-07 Father ChrysostomosBetter B::Deparse warning for custom ops
2014-11-07 Father Chrysostomos[perl #77452] Deparse BEGIN blocks in the right place
2014-11-07 Father ChrysostomosIncrease $B::Concise::VERSION to 0.995
2014-11-07 Father ChrysostomosAdjust Peek.t for SEQ dumping
2014-11-07 Father ChrysostomosRemove Mac Classic code from B::Concise
2014-11-05 Daniel Draganfix Win32 nmake cant rebuild DynaLoader.obj on Makefile...
2014-11-04 Father ChrysostomosMake Peek.t less sensitive to NO_COW config args
2014-11-04 Father Chrysostomos[perl #123103] Allow ext magic on read-onlies
2014-11-03 Father ChrysostomosIncrease $PerlIO::encoding::VERSION to 0.20
2014-11-03 Father ChrysostomosIncrease $PerlIO::scalar::VERSION to 0.20
2014-11-03 Father ChrysostomosRecord errno value in IO handles
2014-11-02 Jarkko HietaniemiDefine my_rint() only when necessary.
2014-10-31 Daniel Draganfree up CvPADLIST slot for XSUBs for future use
2014-10-31 Craig A. BerryBump POSIX version following a7ea4c68ecf.
2014-10-31 Craig A. BerryReplace Test::More with t/test.pl in DynaLoader.t.
2014-10-31 Brian FraserXS::APItest, svpeek.t: Test the correct thing
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-26 Lukas Mairename convert to op_convert_list and APIfy
2014-10-26 Chad GranumImport Test-More 1.301001 alpha 63
2014-10-26 Father ChrysostomosMake repeat op tree more consistent
2014-10-25 Lukas Maiunbreak threaded builds
2014-10-25 Lukas MaiAPIfy block_start/block_end/intro_my
2014-10-25 Lukas MaiAPIfy newDEFSVOP
2014-10-20 Father ChrysostomosMake null list+pushmark happen in more cases
2014-10-20 Father Chrysostomosf_map.t: Remove version checks
2014-10-20 Tony Cookwrap the failing call_checker test in an eval and TODO it
2014-10-19 Jarkko Hietaniemi/tmp can have (low) quotas on the number of files.
2014-10-18 Father ChrysostomosB::Concise: Give sequence numbers for null ops
2014-10-18 Father ChrysostomosApify SV_CATBYTES and SV_CATUTF8
2014-10-17 Father ChrysostomosSkip padrange optimisation for one padop
2014-10-17 Father ChrysostomosB::Concise: Dump private vars for null ops
2014-10-16 Father ChrysostomosElide our($foo) from execution order in void cx
2014-10-15 Father ChrysostomosSimplify double-nextstate optimisation
2014-10-14 Tony Cookdeprecate POSIX::tmpnam
2014-10-13 Daniel Draganspeed up building with less disk IO pod moves+__END__...
2014-10-13 Father ChrysostomosB: Document GPFLAGS
2014-10-12 Dagfinn Ilmari Man... Add support for Linux pipe buffer size fcntl commands
next