This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #46947] Parse method-BLOCK arguments as a term
[perl5.git] / ext / arybase /
2014-07-08 David Mitchelladd op_sibling_splice() fn and make core use it
2014-07-08 David Mitchellwrap op_sibling field access in OP_SIBLING* macros
2013-11-13 David Mitchellarybase: silence some compiler warnings
2013-02-20 Ricardo Signessuppress "experimental" warnings for my $_
2013-01-25 Karl WilliamsonFix various minor pod issues
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-02-25 Father Chrysostomosarybase.xs: Wrap PL_check safely
2012-02-25 Father ChrysostomosIncrease $arybase::VERSION to 0.05
2012-02-01 Father ChrysostomosIncrease $arybase::VERSION to 0.04
2012-02-01 Father Chrysostomos[perl #109570] Fix off-by-1 error in arybase’s lslice
2011-12-24 Father ChrysostomosUse new feature-testing macros
2011-12-24 Father ChrysostomosUse only \w+ for internal feature names
2011-12-22 Father ChrysostomosIncrease $arybase::VERSION to 0.03
2011-12-22 Father ChrysostomosEek! I left some debug code in arybase.xs
2011-12-16 Father ChrysostomosDisable $[ under 5.16
2011-11-23 Father Chrysostomos[perl #102586] version->new("version") SEGVs
2011-11-23 Reini Urbanarybase.xs be more defensive
2011-11-17 Father ChrysostomosRe-deprecate $[
2011-11-17 Father Chrysostomosarybase.xs: Don’t use arybase::[
2011-11-17 Father Chrysostomosarybase.xs: Check that $[ is in the main stash
2011-10-27 Father ChrysostomosTest $x=wait under arybase
2011-10-27 Father Chrysostomosarybase.xs: Always check the op type in ck_*
2011-10-27 Father Chrysostomosarybase.xs: Remove extraneous semicolon
2011-10-27 Father ChrysostomosRemove arybase’s Makefile.PL
2011-10-23 Tony Cookfix g++ build breakage introduced in 03d9f026ae25
2011-10-22 Father ChrysostomosReimplement $[ as a module