This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlfunc: re-document old split() @_ side effect
[perl5.git] / lib / B /
2016-08-20 Chris 'BinGOs' Wil... Bump the perl version in various places for v5.25.5
2016-08-03 David MitchellDeparse.pm - avoid deep recursion warning
2016-08-03 David Mitchelldeparse subroutine signatures
2016-08-03 David Mitchellfix deparsing of Test::More's use_ok()
2016-08-03 David MitchellOP_MULTIDEREF: remove ghost entry in op_aux list
2016-08-03 David Mitchellfix up exists etc deparsing
2016-08-03 David Mitchellhandle deparsing of sub prototypes with sigs
2016-08-03 David MitchellDeparse: emit pragmas *before* each sub
2016-08-03 David MitchellDeparse: use more local vars in next_todo()
2016-08-03 David MitchellDeparse: move pragma deparsing into separate sub
2016-08-03 David Mitchelldeparse pragmas before subs
2016-08-03 David Mitchelladd OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK ops
2016-07-20 Steve HayBump version to 5.25.4
2016-07-17 Father ChrysostomosAdd experimental::declared_refs warn categ
2016-06-20 Matthew HorsfallBump the perl version in various places for 5.25.3
2016-05-21 Father ChrysostomosAllow assignment to &CORE::keys()
2016-05-21 Father ChrysostomosAllow &CORE::foo() with hash functions
2016-05-21 Father ChrysostomosAdd avhvswitch op
2016-05-20 Father ChrysostomosGive feature.pm the concept of no-op features
2016-05-20 Father Chrysostomos[perl #128187] Forbid keys @_ in assigned lv sub
2016-05-20 Sawyer XBump the perl version in various places for 5.25.2
2016-05-09 Ricardo Signesbump version to v5.25.1: now open for business
2016-05-09 Ricardo Signesregen: make regen!
2016-04-10 Ricardo Signesregen: B::Op_private and uconfig.h
2016-03-20 AbigailBump version in various places
2016-02-20 Sawyer Xbump version to 5.23.9
2016-02-03 David Mitchellsplit CXt_LOOP_FOR into CXt_LOOP_LIST,CXt_LOOP_ARY
2016-01-20 Stevan Littlemore version bumping
2016-01-06 Lukas MaiDeparse the /n flag on regexes [perl #127189]
2016-01-06 Lukas Maiverses -> versus
2015-12-21 David GoldenBump the perl version in various places for 5.23.7
2015-11-21 Lukas Mai[perl #116677] always deparse <> as either glob or...
2015-11-20 AbigailBump the perl version in various places for 5.23.6
2015-10-20 Steve HayBump version to 5.23.5
2015-09-29 Father ChrysostomosMatch ops no longer need OPpTARGET_MY origin/rjbs/remove-lexical-topic
2015-09-29 Father ChrysostomosRemove OPpGREP_LEX
2015-09-29 Father ChrysostomosRemove experimental::lexical_topic warnings category
2015-09-21 Peter MartiniBump the perl version in various places for 5.23.4.
2015-08-20 Matthew HorsfallBump the perl version in various places for 5.23.3.
2015-08-17 David Mitchellre-implement OPpASSIGN_COMMON mechanism
2015-07-20 Matthew HorsfallBump version to 5.23.2
2015-07-13 Aaron CraneDelete experimental autoderef feature
2015-06-20 Ricardo Signeswelcome to v5.23.1, please make regen
2015-06-01 Ricardo Signesversion bump: make regen and make META.json
2015-05-09 Ricardo Signesbump version: make regen
2015-04-20 Steve HayBump version for 5.21.12 (although it's unlikely to...
2015-03-26 Father Chrysostomos[perl #123790] Disable targlex for some ops
2015-03-25 Father ChrysostomosDeparse.t: test <<>>
2015-03-24 Nicholas ClarkBump Deparse's $VERSION following commit 65ef2c3e7d945498.
2015-03-24 Rafael Garcia-SuarezCorrectly deparse <<>>
2015-03-20 Steve HayBump version for 5.21.11 (if that happens)
2015-03-02 Tony Cook[perl #123947] deparse $#_ as $#_ not as $#{_}
2015-03-01 Father Chrysostomos[perl #123848] Allow OPpTARGET_MY on qr
2015-03-01 Hugo van der Sanden[perl #123763] pushre needs to permit OPpTARGET_MY
2015-02-21 Sawyer Xadded link to announcement
2015-02-18 Karl Williamsonlib/B/Deparse.t: Suppress unescaped qr/{/ message
2015-02-16 Father ChrysostomosDeparse state sub defined in inner subs
2015-02-06 Father ChrysostomosDeparse: Don’t choke on SPECIAL constants
2015-02-06 Father Chrysostomos[perl #123753] Fix assertion failure with map+map
2015-02-01 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.33
2015-02-01 Father ChrysostomosDeparse new bitops
2015-02-01 Father ChrysostomosDeparse.t: Account for new warnings category
2015-02-01 Father ChrysostomosAdd string- and number-specific bitop types
2015-01-25 Ævar Arnfjörð Bjar... Revert the support for new warning categories outside...
2015-01-21 Matthew HorsfallMore bumpbing of version number to 5.21.9. Missed this...
2015-01-20 Father ChrysostomosMake :const experimental
2015-01-20 Father ChrysostomosAdd :const anon sub attribute
2015-01-13 Karl WilliamsonAdd new warnings category for "use re 'strict'"
2015-01-05 Father Chrysostomoscomplement can have OPpTARGET_MY
2014-12-31 Karl Williamsonlib/B/Deparse.pm: refactor a hash slightly
2014-12-31 Karl Williamsonlib/B/Deparse.pm: Add comment
2014-12-31 Karl Williamsonlib/B/Deparse.pm: Generalize for non-ASCII platforms
2014-12-31 Karl Williamsonlib/B/Deparse.pm: Output WARNING_BITS in binary
2014-12-31 Karl Williamsonlib/B/Deparse.pm: Move hash to earlier in file
2014-12-30 Father ChrysostomosEnable OPpTARGET_MY optimisation for cmp/<=>
2014-12-29 Ævar Arnfjörð Bjar... Add support for new warning categories outside of ...
2014-12-28 Matthew Horsfall... Fixes to make test pass for regexp nocapture bit addition.
2014-12-24 Aaron CraneFix typos in two unrelated test descriptions
2014-12-24 Father ChrysostomosFix deparsing of some unary-prototyped calls
2014-12-24 Father ChrysostomosFix deparsing of ‘my sub x; sub { sub x {...} }’
2014-12-23 Father ChrysostomosSome lexical sub deparsing fixes
2014-12-23 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.32
2014-12-23 Father ChrysostomosDeparse: Avoid uninit warning from undef &sub
2014-12-21 Max MaischeinBump version number to 5.21.8
2014-12-17 Father ChrysostomosDeparse constant Perl subs
2014-12-16 Father ChrysostomosDon’t ignore rv2gv when deparsing readline
2014-12-16 Father ChrysostomosDeparse: Restore proto checks for coderef2text
2014-12-16 Father ChrysostomosDeparse.pm: Remove obsolete comment about globals
2014-12-15 Father ChrysostomosDeparse: Stop =~ QR_CONST from dropping flags
2014-12-15 Father ChrysostomosDeparse.pm: Two more matchwords
2014-12-15 Father ChrysostomosDeparse system-BLOCK correctly
2014-12-14 Father ChrysostomosDeparse: Don’t parenthesize \my @a needlessly
2014-12-14 Father ChrysostomosFix deparsing of chdir without args
2014-12-14 Father ChrysostomosDeparse chdir(bareword) without quotes
2014-12-14 Father ChrysostomosDeparse use-ver features correctly
2014-12-14 Father ChrysostomosDeparse.t: Adjust a test broken 2 commits ago
2014-12-14 Father ChrysostomosTest for deparsing proto sub calls with &
2014-12-14 Father ChrysostomosRevert ‘alternate way to figure out prototypes’
2014-12-13 Father ChrysostomosDeparse require vstring without parens
2014-12-13 Father ChrysostomosDeparse $#{1} with braces
next