This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
lib/_charnames.pm: Fix comment
[perl5.git] / lib / B /
2020-02-21 reneebBump the perl version in various places for 5.31.10
2020-01-20 Matthew HorsfallBump the perl version in various places for 5.31.9
2020-01-02 David MitchellOP_MULTIDEREF: avoid trailing null aux byte
2019-12-21 Nicolas RBump the perl version in various places for 5.31.8
2019-12-09 Paul "LeoNerd" EvansAdd the `isa` operator
2019-11-20 Chris 'BinGOs' Wil... Bump the perl version in various places for 5.31.7
2019-11-07 Karl WilliamsonUnTODO some tests fixed by the previous commit
2019-11-07 Karl WilliamsonReimplement tr/// without swashes
2019-11-07 Karl WilliamsonChange names of some OPpTRANS flags
2019-11-02 Tony Cookignore $^H{feature/bits'} when deparsing
2019-10-20 Steve HayBump version to 5.31.6
2019-09-23 David Mitchellput signature ops in their own subtree.
2019-09-20 Max MaischeinBump Version from 5.31.4 to 5.31.5 in various places
2019-08-20 Tom HukinsBump version to 5.31.4 and update Module::Corelist
2019-07-20 Steve HayBump version to 5.31.3
2019-06-21 James E KeenanRun regen/opcode.pl to increment $VERSION in lib/B...
2019-05-24 Sawyer XBump the perl version in various places for 5.31.1
2019-05-22 Sawyer XBump the perl version in various places for 5.31.0
2019-05-10 Sawyer XBump the perl version in various places for 5.30.0
2019-04-19 David MitchellDeparse: mark "$a[0]\[1]" TODO
2019-03-21 Zak B. ElepBump the perl version in various places for 5.29.10
2019-03-18 Karl WilliamsonAdd warning category for variable length lookbehind
2019-02-21 Nicolas RBump the perl version in various places for 5.29.9
2019-01-20 AbigailBump the perl version in various places for 5.29.8
2018-12-18 AbigailBump the perl version in various places for 5.29.7
2018-11-24 James E KeenanSplit NAME line on multiple whitespaces
2018-11-20 Karen EtheridgeBump the perl version in various places for 5.29.6
2018-10-20 Aaron CraneBump the Perl version for 5.29.5
2018-10-17 James E KeenanFatalize use of $* and $#
2018-09-26 Dagfinn Ilmari Man... Remove arybase support from B::Deparse
2018-09-21 John SJ Andersonbumping versions to 5.29.4
2018-08-20 Chris 'BinGOs' Wil... Bump the perl version in various places for 5.29.3
2018-07-20 Steve HayBump version to 5.29.2
2018-06-26 Sawyer Xregen opcodes for 5.29.1
2018-06-23 Sawyer XBump version to 5.29.0 and regenerate everything
2018-04-20 Sawyer XFix Module::CoreList versions
2018-03-21 Todd RinaldoAdjust code which did not get automatically switched...
2018-03-20 David MitchellDeparse.pm: handle postfix $r->$#*
2018-03-20 David MitchellDeparse: handle \our @a
2018-03-20 David MitchellDeparse.pm: bump version
2018-03-20 David MitchellDeparse -l: set correct line num at end of sub
2018-03-20 David MitchellDeparse.pm: tr/...//c was failing
2018-03-20 David MitchellDeparse.pm: add some code comments
2018-03-20 David MitchellDeparse: remove spurious tr/// debugging
2018-03-02 Sawyer Xregen
2018-02-07 David Mitchellfix tr/// Deparse tests under EBCDIC
2018-01-20 AbigailBump the perl version in various places for 5.27.9
2018-01-19 David Mitchellmove sub attributes before the signature
2018-01-19 David Mitchelltr///; simplify $utf8 =~ tr/nonutf8/nonutf8/
2018-01-19 David Mitchelltr///c: handle len(replacement charlist) > 32767
2018-01-19 David MitchellB, Deparse fixups for tr///c
2017-12-29 Zeframrevert smartmatch to 5.27.6 behaviour
2017-12-25 Karl WilliamsonAdd warning for script runs being experimental
2017-12-20 Chris 'BinGOs' Wil... Bump the perl version in various places for v5.27.8
2017-12-17 Zeframmerge branch zefram/dumb_match
2017-12-06 Zeframadd "whereis"
2017-12-05 Zeframinternally change "when" to "whereso"
2017-12-05 Zeframchange "when" keyword to "whereso"
2017-12-05 Zeframmerge leavegiven op type into leaveloop
2017-11-29 Zeframremove unused CXp_FOR_DEF and OPpITER_DEF
2017-11-29 Zeframremove useless "break" mechanism
2017-11-29 Zeframuse LOOP struct for entergiven op
2017-11-28 Zeframremove useless "default" mechanism
2017-11-23 David MitchellDeparse: handle warnings NOFATAL
2017-11-23 David MitchellDeparse: handle state attributes
2017-11-23 David MitchellDeparse: don't parenthesise state @a = ...
2017-11-23 David MitchellDon't Deparse "${$}abc" as "$$abc"
2017-11-23 David MitchellDeparse: avoid upgrading RV to GV in stash entries
2017-11-23 David MitchellDeparse nested (($x .= ...) .= ...) correctly.
2017-11-23 David Mitchelladd OPpCONCAT_NESTED flag
2017-11-23 David MitchellDeparse.pm: handle optimised-away keys() better
2017-11-22 Zeframdrop op flag for implicit smartmatch
2017-11-20 Karen EtheridgeBump the perl version in various places for 5.27.7
2017-11-17 Zeframrestore deparsing style for \&foo
2017-11-17 Zeframrip out quicksort and sort algorithm control
2017-11-16 Zeframdeparse trailing-colon barewords carefully
2017-11-16 Zeframdeparse ::CORE::foo barewords carefully
2017-11-16 Zeframrip out CPAN-release cruft from B::Deparse
2017-11-15 Zeframfix handling of registered warning categories
2017-11-15 Todd RinaldoRemove use vars from B::Deparse
2017-11-06 John LightseyFix deparsing of transliterations with unprintable...
2017-11-05 Zeframdeparse implicit ~~ as explicit with -x2
2017-10-31 David MitchellAdd OP_MULTICONCAT op
2017-10-20 Steve HayBump version to 5.27.6
2017-10-20 Father ChrysostomosDeparse.t tweak
2017-10-08 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.43
2017-10-08 Father ChrysostomosDeparse: Better constant-dumping heuristics
2017-10-08 Father ChrysostomosLet Deparse.t be run from the top-level
2017-09-20 John SJ AndersonBump perl version to 5.27.5, including Module::CoreList...
2017-08-22 Father ChrysostomosAdd SORTf_UNSTABLE flag
2017-08-21 Matthew HorsfallBump perl version to 5.27.4, including Module::CoreList...
2017-07-27 David Mitchellmake scalar(keys(%lexical)) less slow.
2017-07-27 David Mitchelloptimise (index() == -1)
2017-07-27 David Mitchelladd boolean context support to several ops
2017-07-27 David Mitchelloptimise @array in boolean context
2017-07-27 David Mitchelloptimise away OP_KEYS op in scalar/void context
2017-07-27 David MitchellOP_VALUES: reserve OPpMAYBE_LVSUB bit
2017-07-20 Aaron CraneBump Perl version from 5.27.2 to 5.27.3
2017-06-22 Eric HermanBump the perl version 5.27.1 -> 5.27.2
2017-06-05 David Mitchellmake OP_REF support boolean context
next