summaryrefslogtreecommitdiff
path: root/dist/B-Deparse
Commit message (Expand)AuthorAgeFilesLines
* 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
* Teach B::Deparse about in-place reverseVincent Pit2009-11-152-2/+18
* Deprecate use of := to mean an empty attribute list in my $pi := 4;Nicholas Clark2009-11-041-1/+13
* Support for pp_boolkeys in B::Deparse.demerphq2009-10-151-1/+9
* Move B::Dearpse from ext to dist, as Stephen McCamant says core is canonical.Nicholas Clark2009-10-012-0/+5480