This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
use LOOP struct for entergiven op
[perl5.git] / lib / B / Deparse.t
2014-10-26 Father ChrysostomosDeparse list repetition assignment properly
2014-10-25 Father ChrysostomosMake Deparse.t test just added less sensitive
2014-10-25 Father ChrysostomosDeparse stash subs stores as RVs
2014-10-19 Father ChrysostomosSkip over state declarations at run time
2014-10-18 Father ChrysostomosRename lvalue references
2014-10-16 Father ChrysostomosImprove void varop optimisation
2014-10-15 Father ChrysostomosDeparse join("", pos) correctly
2014-10-15 Father ChrysostomosSimplify double-nextstate optimisation
2014-10-12 Father ChrysostomosOptimise "@_" to a single join
2014-10-12 Father ChrysostomosOptimise my(@array)=split
2014-10-11 Father ChrysostomosMake Deparse.t more tolerant of our @F vs our(@F)
2014-10-11 Father ChrysostomosDeparse lvalue references
2014-10-10 Father ChrysostomosDeparse split-to-our-array correctly
2014-10-10 Father ChrysostomosDeparse local our LIST
2014-10-07 Father ChrysostomosDeparse foreach state $x
2014-10-07 Father ChrysostomosDeparse.t: Delete a test
2014-10-07 Father ChrysostomosFinish deparsing ‘my sub if; CORE::if...’
2014-10-06 Father ChrysostomosDeparse sub calls quietly
2014-10-05 Father ChrysostomosMake B::Deparse qualify sub calls named after keywords
2014-10-05 Father ChrysostomosDeparse inverted for(;;) cond more correctly
2014-10-05 Father ChrysostomosDeparse.t: Another to-do test for lex subs
2014-10-03 Father ChrysostomosDeparse inverted for(;;) condition correctly
2014-10-02 Father ChrysostomosDeparse ‘local our’
2014-10-02 Father ChrysostomosDeparse \(..., (@a), ...) correctly
2014-09-19 David Mitchellremove vestigal threadsv/threadsv_named
2014-09-13 Father ChrysostomosDeparse typed vars
2014-09-13 Father ChrysostomosDeparse our(LIST) correctly
2014-06-17 Dagfinn Ilmari Man... Preserve explicit 'm' when deparsing m?PATTERN?
2014-02-28 David Mitchellmake OP_AELEMFAST work with negative indices
2014-01-28 Father Chrysostomos[perl #121050] Teach B::Deparse about prototype whitespace
2014-01-14 Ricardo Signesrename aggref warnings to autoderef
2014-01-14 Father ChrysostomosMore test tweaks
2014-01-14 Father ChrysostomosMake key/push $scalar experimental
2014-01-09 Karl Williamsonlib/B/Deparse.t: TODO test for [perl #120950]
2013-10-30 Father Chrysostomos[perl #119807] Deparse s//\(3)/e in a way that does...
2013-10-23 David MitchellMake B/Deparse handle unicode regexes
2013-10-19 Steve HayMove B-Deparse from dist/ to lib/ since it is non-dual...