summaryrefslogtreecommitdiff
path: root/lib/B/Deparse.t
Commit message (Expand)AuthorAgeFilesLines
* Delete experimental autoderef featureAaron Crane2015-07-131-6/+7
* Deparse.t: test <<>>Father Chrysostomos2015-03-241-0/+3
* [perl #123947] deparse $#_ as $#_ not as $#{_}Tony Cook2015-03-021-1/+1
* lib/B/Deparse.t: Suppress unescaped qr/{/ messageKarl Williamson2015-02-181-1/+1
* Deparse state sub defined in inner subsFather Chrysostomos2015-02-161-1/+22
* Deparse: Don’t choke on SPECIAL constantsFather Chrysostomos2015-02-061-1/+6
* Deparse new bitopsFather Chrysostomos2015-01-311-0/+17
* Deparse.t: Account for new warnings categoryFather Chrysostomos2015-01-311-6/+6
* Revert the support for new warning categories outside of "all"Ævar Arnfjörð Bjarmason2015-01-251-6/+6
* Make :const experimentalFather Chrysostomos2015-01-191-6/+6
* Add new warnings category for "use re 'strict'"Karl Williamson2015-01-131-6/+6
* lib/B/Deparse.pm: Output WARNING_BITS in binaryKarl Williamson2014-12-301-6/+6
* Add support for new warning categories outside of "all"Ævar Arnfjörð Bjarmason2014-12-291-6/+6
* Fix typos in two unrelated test descriptionsAaron Crane2014-12-241-1/+1
* Fix deparsing of some unary-prototyped callsFather Chrysostomos2014-12-231-0/+59
* Fix deparsing of ‘my sub x; sub { sub x {...} }’Father Chrysostomos2014-12-231-0/+9
* Some lexical sub deparsing fixesFather Chrysostomos2014-12-221-1/+9
* Deparse: Avoid uninit warning from undef &subFather Chrysostomos2014-12-221-1/+6
* Deparse constant Perl subsFather Chrysostomos2014-12-161-1/+5
* Don’t ignore rv2gv when deparsing readlineFather Chrysostomos2014-12-151-0/+5
* Deparse: Restore proto checks for coderef2textFather Chrysostomos2014-12-151-0/+3
* Deparse: Stop =~ QR_CONST from dropping flagsFather Chrysostomos2014-12-151-0/+6
* Deparse system-BLOCK correctlyFather Chrysostomos2014-12-151-0/+8
* Deparse: Don’t parenthesize \my @a needlesslyFather Chrysostomos2014-12-141-0/+1
* Fix deparsing of chdir without argsFather Chrysostomos2014-12-131-1/+3
* Deparse chdir(bareword) without quotesFather Chrysostomos2014-12-131-0/+3
* Deparse use-ver features correctlyFather Chrysostomos2014-12-131-8/+8
* Deparse.t: Adjust a test broken 2 commits agoFather Chrysostomos2014-12-131-10/+20
* Test for deparsing proto sub calls with &Father Chrysostomos2014-12-131-1/+11
* Deparse require vstring without parensFather Chrysostomos2014-12-131-0/+3
* Deparse $#{1} with bracesFather Chrysostomos2014-12-121-1/+1
* Deparse /@{-}/ with bracesFather Chrysostomos2014-12-121-0/+1
* Deparse /@a/ as regexpFather Chrysostomos2014-12-121-0/+8
* Deparse: Introduce subs after they are definedFather Chrysostomos2014-12-121-1/+6
* Deparse: Emit package before useFather Chrysostomos2014-12-111-1/+6
* Escape Latin-1 chars in deparsed stringsFather Chrysostomos2014-12-101-0/+5
* Fix up OUTSIDE pointers for saved BEGIN blocksFather Chrysostomos2014-12-091-1/+10
* Don’t deparse BEGIN blocks as __ANON__Father Chrysostomos2014-12-091-1/+6
* Fix deparsing of (1,2,3) in void contextFather Chrysostomos2014-12-071-0/+8
* Fix deparsing of newline and tab with (?x)Father Chrysostomos2014-12-071-0/+4
* Don’t deparse for(foo()) as for(local(foo()))Father Chrysostomos2014-12-071-0/+5
* Deparse goto foo() correctlyFather Chrysostomos2014-12-071-0/+5
* Deparse require(foo()) correctlyFather Chrysostomos2014-12-071-0/+4
* Add OP_MULTIDEREFDavid Mitchell2014-12-071-0/+78
* Deparse & calls with scalar() where necessaryFather Chrysostomos2014-12-061-0/+9
* B::Deparse: Escape non-ASCII printable charsFather Chrysostomos2014-12-061-0/+1
* Deparse formats in the right spotFather Chrysostomos2014-12-061-1/+13
* Avoid extraneous ‘();’ when deparsing just subsFather Chrysostomos2014-12-061-3/+1
* Deparse PVMG stubsFather Chrysostomos2014-12-051-1/+7
* Deparse predeclared prototyped subsFather Chrysostomos2014-12-051-1/+5