summaryrefslogtreecommitdiff
path: root/t/op/lexsub.t
Commit message (Expand)AuthorAgeFilesLines
* handle intermediate pads not including the name in find_lexical_cv()Tony Cook2022-10-181-1/+12
* [perl #132442] Fix stack with do {my sub l; 1}Father Chrysostomos2017-11-141-1/+4
* Enable lex subs everywhere; suppress warningFather Chrysostomos2016-05-201-15/+1
* [perl #123367] Test my sub defined in BEGIN{eval}Father Chrysostomos2016-05-191-1/+5
* lexsub.t: Remove some unnecessary evalsFather Chrysostomos2016-05-181-4/+4
* [perl #124099] Wrong CvOUTSIDE in find_lexical_cvFather Chrysostomos2015-03-271-0/+6
* Confused cloning of nested state subsFather Chrysostomos2015-01-111-1/+40
* Fix CvOUTSIDE for state subs in predeclared subsFather Chrysostomos2015-01-031-1/+13
* ‘Subroutine (not var) "&x" will not stay shared’Father Chrysostomos2014-11-301-1/+9
* Fix UTF8 lex sub namesFather Chrysostomos2014-11-231-1/+15
* Don’t attempt to inline my sub (){$outer_var}Father Chrysostomos2014-11-131-1/+6
* [perl #57512] Warnings for implicitly closed handlesFather Chrysostomos2014-11-021-2/+8
* Test preamble: unify chdir 't' if -d 't';Jarkko Hietaniemi2014-10-081-1/+1
* Fix $DB::sub in DB::goto for lexical subsFather Chrysostomos2014-09-161-1/+19
* Make sort bareword respect lexical subsFather Chrysostomos2014-09-161-4/+9
* Make ‘No comma allowed’ respect lex subsFather Chrysostomos2014-09-161-1/+12
* lexsub.t: To-do tests for sort lex_subFather Chrysostomos2014-09-161-1/+14
* Exclude lex sub package name from (caller $n)[3]Father Chrysostomos2014-09-151-1/+9
* Fix assertion failure with undef &my_sub/&anonFather Chrysostomos2014-09-151-1/+9
* toke.c: Avoid extra sv_setpv for foo <newline> =>Father Chrysostomos2014-09-041-1/+4
* Fix our-sub method confusionFather Chrysostomos2014-09-041-1/+13
* Put miniperl @INC logic in test.plFather Chrysostomos2014-09-021-2/+1
* Get lexsub.t working under miniperlFather Chrysostomos2014-09-021-1/+2
* Fix assertion failure with our subs and constantsFather Chrysostomos2014-09-011-1/+9
* Fix crash with lex subs under -dFather Chrysostomos2014-08-281-1/+40
* Fix crash in leave_scope when my sub has CvGVFather Chrysostomos2014-08-281-1/+24
* Fix crash when lex subs are used for overloadFather Chrysostomos2014-08-281-1/+11
* Fix crash when lex subs are used for AUTOLOADFather Chrysostomos2014-08-281-1/+19
* subroutine signaturesZefram2014-02-011-4/+4
* Remove support for "do SUBROUTINE(LIST)"Dagfinn Ilmari Mannsåker2013-12-221-30/+1
* Stop lexical CORE sub from interfering with CORE::Father Chrysostomos2013-11-081-1/+4
* Undefined lex sub used as inherited method crashesFather Chrysostomos2013-11-021-1/+12
* make sure the prototype actually matchesTony Cook2013-06-281-1/+2
* pad.c, S_cv_clone: Maintain the utf8-ness of the cloned cvBrian Fraser2013-06-281-1/+5
* Stop undef &foo from crashing on lex subsFather Chrysostomos2013-06-231-1/+9
* don't crash on deep recursion warnings in lexical subs (#118521)Lukas Mai2013-06-181-1/+9
* Fix crashes after syntax errors in lexical subsFather Chrysostomos2013-06-021-4/+0
* [perl #116735] Honour lexical prototypes when no parens are usedFather Chrysostomos2013-06-021-1/+3
* Name lexical constantsFather Chrysostomos2013-06-021-1/+5
* lexsub.t: To-do tests for citing lex subs after errorsFather Chrysostomos2013-06-021-1/+19
* 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-0/+677