summaryrefslogtreecommitdiff
path: root/t/op/goto.t
Commit message (Expand)AuthorAgeFilesLines
* permit goto at top level of multicalled subZefram2017-01-231-1/+10
* Patch unit tests to explicitly insert "." into @INC when needed.H.Merijn Brand2016-11-111-1/+1
* t/op/goto.t: tests for RT #45091Dan Collins2016-10-211-1/+28
* Use set_up_inc for several unit testsNicolas R2016-08-181-1/+1
* Tired of looking up old bug numbersFather Chrysostomos2016-07-291-1/+1
* goto.t: add freeing CV testDavid Mitchell2016-02-031-1/+17
* pp_goto: SvREFCNT_dec(oldcv) *after* undef testDavid Mitchell2016-02-031-1/+25
* Add a test for a goto regression from Aug 2010 fixed in Oct 2014.Nicholas Clark2015-09-301-1/+33
* t/op/goto.t: Generalize for non-ASCII platformsKarl Williamson2015-03-051-2/+2
* Test preamble: unify to dot slash test dot plJarkko Hietaniemi2014-10-081-1/+1
* [perl #119949] Stop undef *_, goto &sub from crashingFather Chrysostomos2014-01-181-1/+18
* Stop &xsub and goto &xsub from crashing on undef *_Father Chrysostomos2013-09-061-1/+8
* Use defelems for (goto) &xsub callsFather Chrysostomos2013-09-061-1/+10
* t/op/goto.t: Provide descriptions for remaining tests lacking them.James E Keenan2012-12-141-8/+8
* pp_goto: Call get-magic before choosing goto typeFather Chrysostomos2012-12-051-1/+7
* [perl #43077] Make goto &sub leave @_ aloneFather Chrysostomos2012-11-111-2/+17
* Produce the right error for goto "\0"Father Chrysostomos2012-05-211-1/+6
* [perl #111794] Make goto "" like goto ${\""}Father Chrysostomos2012-05-211-1/+8
* Fix for perl #112316: Wrong behavior regarding labels with same prefixBrian Fraser2012-04-061-1/+26
* [perl #99850] SEGV when destructor undefs goto &subFather Chrysostomos2011-11-271-1/+12
* Fix recursion warning for ‘no warnings; goto &sub’Father Chrysostomos2011-09-171-1/+5
* Under minitest, skip tests in op/g{oto,v}.t that need PerlIO::scalar.Nicholas Clark2011-02-211-6/+9
* permit labels to be stackedZefram2010-12-131-1/+31
* Replaced 'unlink' with 'unlink_all' in t/op/goto.tBrad Gilbert2010-12-081-1/+1
* permit labels to appear before declarationsZefram2010-10-231-1/+75
* Peephole optimise adjacent pairs of nextstate ops.Nicholas Clark2010-08-271-1/+7
* Fix RT #74290 - regression for labels immediately before string evals.Nicholas Clark2010-04-171-1/+10
* deprecate "goto" to jump into a constructGerard Goossen2009-11-211-3/+18
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* Use test.pl's tempfile().Nicholas Clark2008-08-071-3/+3
* Fix up change 31494Jerry D. Hedden2007-06-291-2/+1
* Add a TODO test cases RT# 43403.Steve Peters2007-06-281-1/+15
* Two test workarounds for VMSCraig A. Berry2005-12-181-4/+4
* $SIG{__WARN__} = sub { goto &foo } could recurse infinitelyDave Mitchell2005-07-171-1/+11
* disallow eval { goto &foo }Dave Mitchell2005-05-211-1/+8
* Fix test numerotationRafael Garcia-Suarez2005-05-041-2/+2
* make goto.t use test.pl, strict and warningsDave Mitchell2005-05-041-116/+107
* [perl #35214] SEGV when next is followed by a gotoDave Mitchell2005-05-041-1/+23
* [perl #32039] Chained goto &sub drops data too early.Dave Mitchell2004-10-231-1/+9
* make pp_goto() cope potential stack reallocation in EXTENDDave Mitchell2004-08-141-1/+16
* Re: 2 patches: goto.t, B.pm/xsJim Cromie2004-08-101-21/+124
* [perl #29708] Problem with autouse (causing Perl to crash)Dave Mitchell2004-05-301-1/+14
* Fix bug #24108: Goto +foo brokenRafael Garcia-Suarez2003-10-081-1/+9
* Re: [perl #22299] goto doesn't find labelDave Mitchell2003-05-261-1/+26
* [PATCH #2] Re: [perl #22181] goto undefines my() variablesDave Mitchell2003-05-241-1/+12
* [perl #9990] avoid goto &tmpsub coredumpDave Mitchell2003-03-181-1/+9
* Re: trying to fix #20154, #20357Adrian M. Enache2003-02-141-1/+34
* NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.Jarkko Hietaniemi2001-06-161-1/+1
* [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperlChris Nandor2001-06-111-1/+1
* PATCH: make goto work in nested eval ""Robin Houston2001-03-141-1/+16