summaryrefslogtreecommitdiff
path: root/dist/B-Deparse
Commit message (Expand)AuthorAgeFilesLines
* Oops! Update B::Deparse for the (l)stat proto changeFather Chrysostomos2011-07-261-2/+2
* Squelch warning in deparse.tFather Chrysostomos2011-07-101-0/+1
* B::Deparse misdeparses qq(@,)Hojung Youn2011-07-102-4/+20
* Convert B::Deparse's core.t to Test::More.Nicholas Clark2011-07-031-9/+12
* Correctly preserve the stack on an implicit break.Vincent Pit2011-06-261-6/+2
* Deparse CORE::breakFather Chrysostomos2011-06-172-1/+2
* Make B::Deparse emit CORE::state, etc.Father Chrysostomos2011-06-143-4/+43
* Allow ‘continue;’ without feature.pmFather Chrysostomos2011-06-141-1/+0
* Split OP_AELEMFAST_LEX out from OP_AELEMFAST.Nicholas Clark2011-06-122-12/+22
* Deparse $obj->$meth=... [perl #62498]Father Chrysostomos2011-06-022-1/+2
* Collapse some repetitive codeFather Chrysostomos2011-06-011-5/+3
* Deparse glob the same way regardless of PERL_EXTERNAL_GLOBFather Chrysostomos2011-06-012-4/+10
* Bump DD’s version to 1.05Father Chrysostomos2011-05-301-1/+1
* Fix deparsing of subs named :::: and ::::::Father Chrysostomos2011-05-212-1/+13
* Test require override with Deparse [perl #62500]Father Chrysostomos2011-05-211-0/+13
* What’s wrong with me?Father Chrysostomos2011-05-201-1/+1
* Remove fixed bug from Deparse’s docsFather Chrysostomos2011-05-201-8/+0
* Make Deparse use CORE:: when necessaryFather Chrysostomos2011-05-202-14/+141
* Deparse: readpipe with complex expressionFather Chrysostomos2011-05-202-1/+7
* [perl #91008] Deparse doesn't like each $refFather Chrysostomos2011-05-202-0/+6
* Confusing comment typo in DeparseFather Chrysostomos2011-05-181-1/+1
* [perl #90898] B::Deparse failure on glob()Father Chrysostomos2011-05-182-9/+7
* Bumping versions for B-Lint and B-Deparse per Porting/cmpVERSION.plJesse Vincent2011-01-201-1/+1
* Fix \xa0 matching both [\s] [\S], et.al.Karl Williamson2011-01-161-1/+1
* Fix typos (spelling errors) in dist/*Peter J. Acklam) (via RT2011-01-072-7/+7
* bump version of many modulesZefram2010-12-191-1/+1
* Make my $pi := 4; a syntax error.Nicholas Clark2010-11-281-1/+2
* In deparse.t, give a description to every test. Remove the test numbers.Nicholas Clark2010-11-261-83/+98
* Eliminate a few more $op->private calls in DeparseFather Chrysostomos2010-11-061-4/+4
* Make Deparse work with y/å/ø/Father Chrysostomos2010-11-062-2/+9
* Test y///r with B::DeparseFather Chrysostomos2010-11-061-1/+4
* y///rFather Chrysostomos2010-11-021-0/+2
* Avoid multiple $op->private calls in B::Deaprse::pp_transFather Chrysostomos2010-11-021-3/+4
* Remove THREADSV_NAMES, part of 5005 threads that the chainsaw missed.Nicholas Clark2010-10-271-1/+2
* B::Deparse should call B::threadsv_names, instead of hard coding a list.Nicholas Clark2010-10-272-10/+7
* Get B::Deparse to load on perls back to 5.8.1Nicholas Clark2010-10-271-13/+22
* refactor and regularise label/statement grammarZefram2010-10-251-6/+14
* [perl #33752] B::Deparse fails with utf8 and ourFather Chrysostomos2010-10-212-4/+19
* Bumped B::Deparse version and added perldelta entry for it per a539498Tatsuhiko Miyagawa2010-10-191-1/+1
* Let B::Deparse know about the [perl #20444] fix.Father Chrysostomos2010-09-202-2/+19
* version bump for B::Deparse and add change to deltaMatt S Trout2010-06-211-1/+1
* Deparse correctly "no VERSION" [perl #75482]Rafael Garcia-Suarez2010-06-171-2/+2
* Add s///r (non-destructive substitution).David Caldwell2010-05-221-2/+5
* shift; optimizationRuslan Zakirov2010-05-031-1/+13
* put package declaration before label in deparsingZefram2010-04-292-3/+9
* Bump B::Deparse and Module::CoreList versions due to the late patch.Jesse Vincent2010-03-271-1/+1
* [perl #73720] opt_scalarhv(or OP_BOOLKEYS) does not workDavid Leadbeater2010-03-271-1/+1
* Re-TODO one more Deparse testRafael Garcia-Suarez2010-03-111-1/+2
* revert const deparsing in Deparse.pmDavid Mitchell2010-03-102-28/+8
* [perl #71870] Use of uninitialized value in bitwise and B::DeparseVincent Pit2010-01-062-3/+10