This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
reinstate cpan/IO-Compress/Makefile.PL
[perl5.git] / ext /
2014-12-03 David MitchellStop test suite filling /tmp
2014-12-03 syberSpeed up method calls like $o->Other::method() and...
2014-12-03 Tony Cook[perl #123063] allow assert() to be used as an expression
2014-12-02 Father ChrysostomosAdd B::PMOP::pmregexp
2014-12-02 Father Chrysostomosb.t: Move a test
2014-12-01 Father ChrysostomosUpdate B::Showlex docs
2014-11-30 Father Chrysostomos[perl #123223] Make PADNAME a separate type
2014-11-30 Father ChrysostomosPrepare B typemap for upcoming pad name changes
2014-11-30 Father ChrysostomosIncrease $B::Showlex::VERSION to 1.05
2014-11-30 Father ChrysostomosPrepare B::Concise for upcoming pad name changes
2014-11-30 Father ChrysostomosB.pm: Clarify classes used for pad names
2014-11-30 Father ChrysostomosB.pm: Document upcoming PADLIST changes
2014-11-30 Father Chrysostomosfetch_pad_names.t: Emit all test names
2014-11-30 Father ChrysostomosMake pad names always UTF8
2014-11-30 Father ChrysostomosMake PADNAMELIST a separate type
2014-11-30 Father ChrysostomosB::Concise: Dump regexp code blocks
2014-11-30 Father ChrysostomosExpose qr_anoncv via B::REGEXP
2014-11-30 Father ChrysostomosB.pm: Document the B::REGEXP methods
2014-11-29 Father ChrysostomosOpcode.pm: wrap long verbatim pod line
2014-11-29 syberspeedup for SUPER::method() calls.
2014-11-29 Father ChrysostomosIncrease $XS::APItest::VERSION to 0.69
2014-11-29 Father ChrysostomosFix newFOROP with PERL_OP_PARENT and no slab
2014-11-28 Tony Cookext/Fcntl/Makefile.PL: Make S_IFMT unsigned
2014-11-27 Chris 'BinGOs' Wil... Bump Dynloader version to satisfy porting/cmp_version.t
2014-11-27 Jarkko HietaniemiHP-UX dynaloading uses shl_t, not void ptr.
2014-11-27 Jarkko Hietaniemiprintf type-matching.
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.
next