summaryrefslogtreecommitdiff
path: root/t/cmd/lexsub.t
Commit message (Expand)AuthorAgeFilesLines
* Moved t/cmd/lexsub.t, t/cmd/while.t to t/op; split t/cmd/for.t to two pieces,...James E Keenan2013-03-131-690/+0
* Stop SEGV on 'our sub { syntax error }'Peter Martini2013-03-031-1/+14
* Warn when declaring lexsubs, not when enabling themFather Chrysostomos2012-11-241-6/+6
* Prevent double frees with lexical constantsFather Chrysostomos2012-11-241-1/+8
* Use two colons for lexsub warningFather Chrysostomos2012-09-301-1/+1
* Disable lexsubs outside of feature.pmFather Chrysostomos2012-09-151-2/+16
* Allow lexical sub redefinition inside evalFather Chrysostomos2012-09-151-1/+19
* lexsub.t: Test state sub defined inside evalFather Chrysostomos2012-09-151-1/+6
* Honour lexical prototypesFather Chrysostomos2012-09-151-1/+20
* Use the same outside logic for mysubs and formatsFather Chrysostomos2012-09-151-1/+17
* Fix subroutine unavailability during cloningFather Chrysostomos2012-09-151-1/+17
* ‘Subroutine "&x" is not available’ during compilationFather Chrysostomos2012-09-151-1/+23
* In cv_clone, use pad ID to identify mysub outsideFather Chrysostomos2012-09-151-1/+15
* CvOUTSIDE should be strong for lexsub declared in inner pack subFather Chrysostomos2012-09-151-1/+8
* Use the right outside for my subs defined in inner subsFather Chrysostomos2012-09-151-5/+5
* Preserve outside pointers of my subs with string evalFather Chrysostomos2012-09-151-1/+0
* Fix up outside pointers for my subsFather Chrysostomos2012-09-151-1/+51
* Clone my subs on scope entryFather Chrysostomos2012-09-151-17/+20
* Let state sub fwd decls and nested subs work in anonsFather Chrysostomos2012-09-151-1/+23
* First stab at my subFather Chrysostomos2012-09-151-1/+192
* Remove & from redef warnings for lex subsFather Chrysostomos2012-09-151-1/+0
* lexsub.t: Fix another testFather Chrysostomos2012-09-151-3/+1
* Clone state subs in anon subsFather Chrysostomos2012-09-151-5/+25
* Don’t say ‘variable &foo’ in warningsFather Chrysostomos2012-09-151-4/+2
* lexsub.t: Fix some testsFather Chrysostomos2012-09-151-5/+3
* Make pad_fixup_inner_anons cope with closed-over subsFather Chrysostomos2012-09-151-4/+0
* ‘Undefined subroutine &foo called’ for lex subsFather Chrysostomos2012-09-151-2/+0
* Implement padcvFather Chrysostomos2012-09-151-21/+21
* Test state subsFather Chrysostomos2012-09-151-1/+188
* lexsub.t: Add test name, test override from another pkgFather Chrysostomos2012-09-151-3/+5
* Let barewords look up our subsFather Chrysostomos2012-09-151-10/+10
* Make ‘sub foo{}’ respect ‘our foo’Father Chrysostomos2012-09-151-3/+1
* Fix our sub with protoFather Chrysostomos2012-09-151-1/+5
* Make do sub() respect our declarationsFather Chrysostomos2012-09-151-1/+9
* lexsub.t: Fix a testFather Chrysostomos2012-09-151-4/+3
* Use test.pl in lexsub.tFather Chrysostomos2012-09-151-29/+28
* Make &foo respect our subFather Chrysostomos2012-09-151-0/+70