summaryrefslogtreecommitdiff
path: root/lib/B
Commit message (Expand)AuthorAgeFilesLines
* Delete experimental autoderef featureAaron Crane2015-07-133-22/+39
* welcome to v5.23.1, please make regenRicardo Signes2015-06-201-1/+1
* version bump: make regen and make META.jsonRicardo Signes2015-06-011-1/+1
* bump version: make regenRicardo Signes2015-05-081-1/+1
* Bump version for 5.21.12 (although it's unlikely to happen)Steve Hay2015-04-211-1/+1
* [perl #123790] Disable targlex for some opsFather Chrysostomos2015-03-261-2/+2
* Deparse.t: test <<>>Father Chrysostomos2015-03-241-0/+3
* Bump Deparse's $VERSION following commit 65ef2c3e7d945498.Nicholas Clark2015-03-241-1/+1
* Correctly deparse <<>>Rafael Garcia-Suarez2015-03-241-1/+5
* Bump version for 5.21.11 (if that happens)Steve Hay2015-03-201-1/+1
* [perl #123947] deparse $#_ as $#_ not as $#{_}Tony Cook2015-03-022-3/+3
* [perl #123848] Allow OPpTARGET_MY on qrFather Chrysostomos2015-03-011-2/+2
* [perl #123763] pushre needs to permit OPpTARGET_MYHugo van der Sanden2015-02-281-2/+2
* added link to announcementSawyer X2015-02-211-1/+1
* lib/B/Deparse.t: Suppress unescaped qr/{/ messageKarl Williamson2015-02-181-1/+1
* Deparse state sub defined in inner subsFather Chrysostomos2015-02-162-1/+40
* Deparse: Don’t choke on SPECIAL constantsFather Chrysostomos2015-02-062-6/+12
* [perl #123753] Fix assertion failure with map+mapFather Chrysostomos2015-02-061-0/+2
* Increase $B::Deparse::VERSION to 1.33Father Chrysostomos2015-01-311-1/+1
* Deparse new bitopsFather Chrysostomos2015-01-312-5/+33
* Deparse.t: Account for new warnings categoryFather Chrysostomos2015-01-311-6/+6
* Add string- and number-specific bitop typesFather Chrysostomos2015-01-311-2/+10
* Revert the support for new warning categories outside of "all"Ævar Arnfjörð Bjarmason2015-01-251-6/+6
* More bumpbing of version number to 5.21.9. Missed this yesterday.Matthew Horsfall2015-01-211-1/+1
* Make :const experimentalFather Chrysostomos2015-01-191-6/+6
* Add :const anon sub attributeFather Chrysostomos2015-01-192-2/+7
* Add new warnings category for "use re 'strict'"Karl Williamson2015-01-131-6/+6
* complement can have OPpTARGET_MYFather Chrysostomos2015-01-051-2/+2
* lib/B/Deparse.pm: refactor a hash slightlyKarl Williamson2014-12-301-36/+34
* lib/B/Deparse.pm: Add commentKarl Williamson2014-12-301-1/+2
* lib/B/Deparse.pm: Generalize for non-ASCII platformsKarl Williamson2014-12-301-3/+9
* lib/B/Deparse.pm: Output WARNING_BITS in binaryKarl Williamson2014-12-302-7/+9
* lib/B/Deparse.pm: Move hash to earlier in fileKarl Williamson2014-12-301-35/+35
* Enable OPpTARGET_MY optimisation for cmp/<=>Father Chrysostomos2014-12-292-4/+4
* Add support for new warning categories outside of "all"Ævar Arnfjörð Bjarmason2014-12-291-6/+6
* Fixes to make test pass for regexp nocapture bit addition.Matthew Horsfall (alh)2014-12-281-1/+1
* Fix typos in two unrelated test descriptionsAaron Crane2014-12-241-1/+1
* Fix deparsing of some unary-prototyped callsFather Chrysostomos2014-12-232-3/+63
* Fix deparsing of ‘my sub x; sub { sub x {...} }’Father Chrysostomos2014-12-232-4/+19
* Some lexical sub deparsing fixesFather Chrysostomos2014-12-222-4/+36
* Increase $B::Deparse::VERSION to 1.32Father Chrysostomos2014-12-221-1/+1
* Deparse: Avoid uninit warning from undef &subFather Chrysostomos2014-12-222-2/+8
* Bump version number to 5.21.8Max Maischein2014-12-211-1/+1
* Deparse constant Perl subsFather Chrysostomos2014-12-162-10/+32
* Don’t ignore rv2gv when deparsing readlineFather Chrysostomos2014-12-152-1/+6
* Deparse: Restore proto checks for coderef2textFather Chrysostomos2014-12-152-0/+19
* Deparse.pm: Remove obsolete comment about globalsFather Chrysostomos2014-12-151-1/+1
* Deparse: Stop =~ QR_CONST from dropping flagsFather Chrysostomos2014-12-152-0/+12
* Deparse.pm: Two more matchwordsFather Chrysostomos2014-12-151-1/+1
* Deparse system-BLOCK correctlyFather Chrysostomos2014-12-153-12/+14