summaryrefslogtreecommitdiff
path: root/t/re/reg_eval_scope.t
Commit message (Expand)AuthorAgeFilesLines
* Fix typosSamanta Navarro2020-10-031-1/+1
* handle scope error in qr/\(?{/David Mitchell2019-03-191-1/+13
* If only miniperl, no use re for you.Jarkko Hietaniemi2016-07-011-0/+4
* test skip under miniperlJarkko Hietaniemi2015-02-081-1/+2
* t/re/reg_eval_scope.t: Don't stress memory limitKarl Williamson2014-12-111-4/+3
* Test preamble: unify chdir 't' if -d 't';Jarkko Hietaniemi2014-10-081-1/+1
* Put miniperl @INC logic in test.plFather Chrysostomos2014-09-021-2/+1
* Get reg_eval_scope.t working under minitestFather Chrysostomos2014-09-021-1/+2
* Don’t skip t/re/reg_eval_scope.t under miniperlFather Chrysostomos2013-11-141-1/+0
* make qr/(?{ __SUB__ })/ safeDavid Mitchell2013-04-241-1/+24
* fix caller with re_evals.David Mitchell2013-04-241-3/+66
* Properly restore PL_curcop after /(?{})/David Mitchell2012-06-151-1/+28
* add test for /(??{exit})/David Mitchell2012-06-131-1/+7
* make calling of /(?{}) code blocks correctDavid Mitchell2012-06-131-29/+126
* force recompiling of regex where closures matterDavid Mitchell2012-06-131-4/+0
* preserve code blocks in interpolated qr//sDavid Mitchell2012-06-131-3/+2
* Mostly complete fix for literal /(?{..})/ blocksDavid Mitchell2012-06-131-4/+0
* [perl #92254, #92256] Fix SAVE_DEFSV to do refcountingFather Chrysostomos2012-01-081-1/+7
* re_eval: clear lexicals in the right padDavid Mitchell2011-07-161-1/+6
* reg_eval_scope.t: skip coring tests on all archesDavid Mitchell2011-04-121-1/+3
* Don't run crashing TODO tests for release builds.Jan Dubois2011-03-111-6/+16
* Skip reg_eval_scope.t under minitest, as it needs charnames.Nicholas Clark2011-03-061-1/+6
* make reg_eval_scope.t TODOs consistently failDavid Mitchell2011-01-241-20/+26
* [perl #66104] Bugs in extended regexp featuresFather Chrysostomos2010-12-071-1/+2
* To-do tests for abnormal exiting from (?{})Father Chrysostomos2010-12-041-1/+17
* Hideous to-do tests for (?{}) scoping issuesFather Chrysostomos2010-12-041-0/+112