This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #127063] suppress warning on assigning 0 to $[
[perl5.git] / ext / arybase / arybase.xs
2017-10-17 Tony Cook[perl #127063] suppress warning on assigning 0 to $[
2017-07-03 Dagfinn Ilmari Man... Remove #ifdef USE_ITHREADS around MUTEX_* calls
2016-08-04 Father ChrysostomosRework mod loading for %- and %!; fix mem leak
2015-10-26 Daniel DraganXS staticing in ext and dist
2014-12-21 Father ChrysostomosUse GIMME_V in arybase
2014-12-08 Father ChrysostomosChange OP_SIBLING to OpSIBLING
2014-12-07 Jarkko HietaniemiInitialize ab_op_info before use.
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
2012-02-25 Father Chrysostomosarybase.xs: Wrap PL_check safely
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 ChrysostomosEek! I left some debug code in arybase.xs
2011-12-16 Father ChrysostomosDisable $[ under 5.16
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 Chrysostomosarybase.xs: Always check the op type in ck_*
2011-10-27 Father Chrysostomosarybase.xs: Remove extraneous semicolon
2011-10-23 Tony Cookfix g++ build breakage introduced in 03d9f026ae25
2011-10-22 Father ChrysostomosReimplement $[ as a module