Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved t/cmd/lexsub.t, t/cmd/while.t to t/op; split t/cmd/for.t to two pieces,... | James E Keenan | 2013-03-13 | 1 | -690/+0 |
* | Stop SEGV on 'our sub { syntax error }' | Peter Martini | 2013-03-03 | 1 | -1/+14 |
* | Warn when declaring lexsubs, not when enabling them | Father Chrysostomos | 2012-11-24 | 1 | -6/+6 |
* | Prevent double frees with lexical constants | Father Chrysostomos | 2012-11-24 | 1 | -1/+8 |
* | Use two colons for lexsub warning | Father Chrysostomos | 2012-09-30 | 1 | -1/+1 |
* | Disable lexsubs outside of feature.pm | Father Chrysostomos | 2012-09-15 | 1 | -2/+16 |
* | Allow lexical sub redefinition inside eval | Father Chrysostomos | 2012-09-15 | 1 | -1/+19 |
* | lexsub.t: Test state sub defined inside eval | Father Chrysostomos | 2012-09-15 | 1 | -1/+6 |
* | Honour lexical prototypes | Father Chrysostomos | 2012-09-15 | 1 | -1/+20 |
* | Use the same outside logic for mysubs and formats | Father Chrysostomos | 2012-09-15 | 1 | -1/+17 |
* | Fix subroutine unavailability during cloning | Father Chrysostomos | 2012-09-15 | 1 | -1/+17 |
* | ‘Subroutine "&x" is not available’ during compilation | Father Chrysostomos | 2012-09-15 | 1 | -1/+23 |
* | In cv_clone, use pad ID to identify mysub outside | Father Chrysostomos | 2012-09-15 | 1 | -1/+15 |
* | CvOUTSIDE should be strong for lexsub declared in inner pack sub | Father Chrysostomos | 2012-09-15 | 1 | -1/+8 |
* | Use the right outside for my subs defined in inner subs | Father Chrysostomos | 2012-09-15 | 1 | -5/+5 |
* | Preserve outside pointers of my subs with string eval | Father Chrysostomos | 2012-09-15 | 1 | -1/+0 |
* | Fix up outside pointers for my subs | Father Chrysostomos | 2012-09-15 | 1 | -1/+51 |
* | Clone my subs on scope entry | Father Chrysostomos | 2012-09-15 | 1 | -17/+20 |
* | Let state sub fwd decls and nested subs work in anons | Father Chrysostomos | 2012-09-15 | 1 | -1/+23 |
* | First stab at my sub | Father Chrysostomos | 2012-09-15 | 1 | -1/+192 |
* | Remove & from redef warnings for lex subs | Father Chrysostomos | 2012-09-15 | 1 | -1/+0 |
* | lexsub.t: Fix another test | Father Chrysostomos | 2012-09-15 | 1 | -3/+1 |
* | Clone state subs in anon subs | Father Chrysostomos | 2012-09-15 | 1 | -5/+25 |
* | Don’t say ‘variable &foo’ in warnings | Father Chrysostomos | 2012-09-15 | 1 | -4/+2 |
* | lexsub.t: Fix some tests | Father Chrysostomos | 2012-09-15 | 1 | -5/+3 |
* | Make pad_fixup_inner_anons cope with closed-over subs | Father Chrysostomos | 2012-09-15 | 1 | -4/+0 |
* | ‘Undefined subroutine &foo called’ for lex subs | Father Chrysostomos | 2012-09-15 | 1 | -2/+0 |
* | Implement padcv | Father Chrysostomos | 2012-09-15 | 1 | -21/+21 |
* | Test state subs | Father Chrysostomos | 2012-09-15 | 1 | -1/+188 |
* | lexsub.t: Add test name, test override from another pkg | Father Chrysostomos | 2012-09-15 | 1 | -3/+5 |
* | Let barewords look up our subs | Father Chrysostomos | 2012-09-15 | 1 | -10/+10 |
* | Make ‘sub foo{}’ respect ‘our foo’ | Father Chrysostomos | 2012-09-15 | 1 | -3/+1 |
* | Fix our sub with proto | Father Chrysostomos | 2012-09-15 | 1 | -1/+5 |
* | Make do sub() respect our declarations | Father Chrysostomos | 2012-09-15 | 1 | -1/+9 |
* | lexsub.t: Fix a test | Father Chrysostomos | 2012-09-15 | 1 | -4/+3 |
* | Use test.pl in lexsub.t | Father Chrysostomos | 2012-09-15 | 1 | -29/+28 |
* | Make &foo respect our sub | Father Chrysostomos | 2012-09-15 | 1 | -0/+70 |