summaryrefslogtreecommitdiff
path: root/mad/Nomad.pm
Commit message (Collapse)AuthorAgeFilesLines
* Cargo-cult addition of op_say to the MAD codeRafael Garcia-Suarez2009-08-261-0/+1
| | | | (and make some more TODO tests pass)
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
|
* p55: add 'declarator' to listop. Fixes 'pipe my ($r, $w)'Gerard Goossen2007-07-071-1/+1
| | | | | Message-ID: <20070627095828.GB11336@ostwald> p4raw-id: //depot/perl@31553
* p55: correctly translate things like s//$#foo/geGerard Goossen2007-07-071-1/+4
| | | | | Message-ID: <20070626183350.GA11336@ostwald> p4raw-id: //depot/perl@31552
* Give the 'local' declarator a new key, such that 'local our'Gerard Goossen2007-05-121-0/+1
| | | | | | | | declaration don't have multiple 'd' keys. Subject: [PATCH] mad: different key for the locale declarator Message-Id: <20070508171125.GI17043@ostwald> p4raw-id: //depot/perl@31208
* move the logic of combining '_' and '#' with the previous logicGerard Goossen2007-05-121-7/+2
| | | | | | | | | from Nomad.pm to dump.c. So they are already combined in the XML dump. Subject: [PATCH] mad: combine whitespace keys '_' '#' in dump.c instead of Nomad.pm Message-Id: <20070508170341.GH17043@ostwald> p4raw-id: //depot/perl@31207
* Disable slurping assigned of split when PL_madskillsGerard Goossen2007-05-121-10/+0
| | | | | Message-Id: <20070508164400.GA15860@ostwald> p4raw-id: //depot/perl@31206
* Disable operator target setting for 'my' variables (OPpTARGET_MY)Gerard Goossen2007-05-121-19/+4
| | | | | | | | | | | | | | | when madskills is active. Remove the p55 code required for dealing with the optimized tree. Subject: [PATCH] disable operator with target my when madskills enabled Message-Id: <20070419133822.GG19244@ostwald> also: Remove the just remove madprop 'M' doc Message-ID: <20070419134549.GH19244@ostwald> p4raw-id: //depot/perl@31204
* add p55.t MAD tests, and convert renamed mad/nomad into a moduleGerard Goossen2007-03-261-55/+43
| | | | | | Subject: Re: [PATCH] p55 tests Message-ID: <20070322174056.GE24152@ostwald> p4raw-id: //depot/perl@30768
* Rename mad/nomad to mad/Nomad.pmGerard Goossen2007-03-261-0/+3049
Subject: Re: [PATCH] p55 tests Message-ID: <20070322174056.GE24152@ostwald> p4raw-id: //depot/perl@30767