summaryrefslogtreecommitdiff
path: root/t/op/eval.t
Commit message (Expand)AuthorAgeFilesLines
* [perl #114658] Fix line numbers at the end of string evalFather Chrysostomos2012-10-101-1/+10
* Magic flags harmonization.Chip Salzenberg2012-07-151-1/+1
* op/eval.t: Change testKarl Williamson2012-06-111-1/+1
* [perl #111462] Don’t leak eval "" op tree when croakingFather Chrysostomos2012-03-271-1/+14
* [perl #80630] Make eval"" return empty list for syntax errorsFather Chrysostomos2011-12-061-1/+6
* Don’t LEAVE_with_name("evalcomp") for syntax errorsFather Chrysostomos2011-12-061-1/+6
* [perl #70151] eval localises %^H at runtimeFather Chrysostomos2011-11-171-1/+7
* eval.t: add bug numberFather Chrysostomos2011-11-171-0/+1
* eval.t: typosFather Chrysostomos2011-11-171-2/+2
* eval"" should reset %^H in more casesFather Chrysostomos2011-11-061-1/+13
* [perl #90306] Fix simple typosMarcel Grünauer2011-05-191-1/+1
* Fix eval.t under minitest, inadvertently broken by 0d804ff61f3a2df2Nicholas Clark2011-04-121-2/+4
* t/op/eval.t tweak for VMS due to record-oriented pipes.Craig A. Berry2011-03-161-0/+3
* Convert the remainder of t/op/eval.t to test.plNicholas Clark2011-03-141-168/+129
* In t/op/eval.t, move logic from a spawned program into the main test script.Nicholas Clark2011-03-141-45/+29
* Allow suffix form for /a /d /l /uKarl Williamson2011-02-191-1/+1
* Fix typos (spelling errors) in t/*.Peter J. Acklam) (via RT2011-01-071-3/+3
* [perl #19135] string eval turns off readonlyness on lexicalsFather Chrysostomos2010-12-081-1/+7
* eval $overloaded can crashDavid Mitchell2010-07-031-1/+8
* make die reliably hand error to post-eval codeZefram2010-04-211-0/+2
* untodo the no-longer-failing todo test for rgs' patchJesse Vincent2010-04-021-3/+1
* Add a TODO test for block evals segfaulting on syntax errors.Florian Ragwitz2010-04-021-1/+11
* Add a test that "eval" does not create additional reference to ouside variables.Gerard Goossen2009-12-161-1/+10
* Handle $@ being assigned a read-only value (without error or busting the stack).Nicholas Clark2009-11-291-1/+14
* Fix RT #70862 by converting ERRSV to GvSVn() to ensure a non-NULL GvSV().Nicholas Clark2009-11-291-1/+16
* Fix regression test for RT 63110 when running with PERL_UNICODE setRafael Garcia-Suarez2009-06-091-1/+2
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* Correct test output for t/op/eval.t (missing newline)Jerry D. Hedden2009-06-011-1/+1
* Add regression test for [RT#63110]Rafael Garcia-Suarez2009-05-311-3/+13
* Use test.pl's tempfile().Nicholas Clark2008-08-071-13/+14
* [perl #51370] length($@)>0 for empty $@ if utf8 is in use Bram2008-06-171-1/+60
* Re: [perl #43545] 'no warnings' effects $@.Rick Delaney2007-07-111-2/+9
* Fix assertion failure on failed magic eval - eg FETCH {eval'('}Dave Mitchell2007-07-101-1/+22
* add test that eval undef clears $@Dave Mitchell2006-11-021-1/+10
* add test for [perl #34682] leaving eval via last in inner runopsDave Mitchell2005-05-041-1/+12
* Revert change #19126, a poor attempt at fixing bug #21742.Marcus Holland-Moritz2003-06-161-1/+17
* ... and add a test case for bug #20798Rafael Garcia-Suarez2003-03-091-1/+4
* Whoops, these are the changes supposed to be in #18318.Hugo van der Sanden2002-12-171-2/+46
* Re: [perl #19017] lexical "my" variables not visible in debugger "x" commandDave Mitchell2002-12-161-1/+27
* #18221 broke t/op/eval.tHugo van der Sanden2002-12-021-7/+7
* integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5Hugo van der Sanden2002-12-021-1/+7
* allow evals to see the full lexical scopeDave Mitchell2002-12-021-8/+110
* This is getting pretty fragmented (finish up #17441).Jarkko Hietaniemi2002-07-091-1/+8
* PATCH: Restore "Can't declare scalar dereference in my" errorMark-Jason Dominus2001-12-241-1/+14
* Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.Jarkko Hietaniemi2001-06-031-2/+2
* PATCH for [ID 20010305.003]Robin Houston2001-03-141-1/+16
* Adding in TestSetup.pm to replace BEGIN preamble on tests.Michael G. Schwern2001-02-181-1/+1
* another long-standing eval bug: return doesn't reset $@ correctlyGurusamy Sarathy2000-03-111-1/+25
* serious bug introduced by G_VOID changes in 5.003_96: scalarGurusamy Sarathy1999-10-171-1/+7
* New lightweight Carp has a require. If Carp is used in a __DIE__ handlerNick Ing-Simmons1999-08-141-1/+6