summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* add some more tests for PL_cv_has_evalDavid Mitchell2012-06-131-0/+19
* pat_re_eval.t; test "use re 'eval'"David Mitchell2012-06-131-56/+100
* ensure regex evals report the right locationDavid Mitchell2012-06-131-1/+32
* Fix up runtime regex codeblocks.David Mitchell2012-06-134-8/+122
* improve skipping of regex [..] char class in tokerDavid Mitchell2012-06-131-1/+7
* skip re_eval leak test under -DmadDavid Mitchell2012-06-131-1/+5
* re-enable some threaded regex TODO testsDavid Mitchell2012-06-131-4/+4
* re/pat_re_eval.t: tidy some 'use re eval' testsDavid Mitchell2012-06-131-4/+14
* add tests for regex recompilationDavid Mitchell2012-06-131-0/+186
* force recompiling of regex where closures matterDavid Mitchell2012-06-132-34/+21
* pat_re_eval.t: reduce scope of 'use re eval'.David Mitchell2012-06-131-1/+10
* pat_re_eval.t: remove 'no warnings'David Mitchell2012-06-131-9/+6
* add more tests for embedded qr// and code blocksDavid Mitchell2012-06-131-1/+40
* preserve code blocks in interpolated qr//sDavid Mitchell2012-06-133-11/+48
* handle /$not_utf8(?{...})$utf8/David Mitchell2012-06-131-1/+11
* "don't recompile pattern" check: account for UTF8David Mitchell2012-06-131-1/+12
* re_op_compile: recalc code indexes on utf8 upgradeDavid Mitchell2012-06-131-6/+24
* Handle literal code blocks in runtime regexesDavid Mitchell2012-06-131-6/+6
* make qr/(?{})/ behave with closuresDavid Mitchell2012-06-134-13/+35
* Ignore code blocks within /[...]/David Mitchell2012-06-131-0/+8
* Mostly complete fix for literal /(?{..})/ blocksDavid Mitchell2012-06-137-20/+40
* re_eval and closures: add lots of TODO testsDavid Mitchell2012-06-131-1/+127
* disable lexing of (?{}) within \Q, \U etcDavid Mitchell2012-06-131-1/+12
* make re_evals be seen by the toker/parserDavid Mitchell2012-06-135-7/+11
* Require space between regex and following alnum operatorKarl Williamson2012-06-112-53/+13
* op/eval.t: Change testKarl Williamson2012-06-111-1/+1
* PATCH: [perl #113584] tr/// multiple transliterationsKarl Williamson2012-06-111-1/+11
* Constant folding for xFather Chrysostomos2012-06-081-1/+4
* Make __SUB__ work in special blocksFather Chrysostomos2012-06-081-2/+10
* Experimentally Use Unicode 6.2 betaKarl Williamson2012-06-081-1/+1
* Remove droppings from t/Father Chrysostomos2012-06-072-1/+0
* Make warn treat $@=3 and $@="3" the sameFather Chrysostomos2012-06-071-1/+7
* pp_negate: Support magic big ints as stringsFather Chrysostomos2012-06-071-1/+13
* pp_negate and the Unicode BugFather Chrysostomos2012-06-071-1/+6
* Fix perl #57706 for magical vars: -"-10"Father Chrysostomos2012-06-071-1/+5
* pp_negate: Don’t treat nummified str as numFather Chrysostomos2012-06-071-2/+9
* [perl #109542] Make num ops treat $1 as "$1"Father Chrysostomos2012-06-071-1/+52
* Make warn handle magic vars (fixes [perl #97480])Father Chrysostomos2012-06-072-2/+52
* Make prototype call FETCH before checking CORE:: prefixFather Chrysostomos2012-06-073-2/+9
* Make strict refs report $1 the same way as "$1"Father Chrysostomos2012-06-071-0/+23
* Make open(... "<&", $fileno) respect magicFather Chrysostomos2012-06-071-1/+5
* util.c:report_evil_fh: Report name w/initial nullFather Chrysostomos2012-06-071-0/+9
* util.c:report_wrongway_fh: Report name w/initial nullFather Chrysostomos2012-06-071-0/+18
* Make UNIVERSAL::can treats str and num the same wayFather Chrysostomos2012-06-071-1/+4
* Use the same top format error for ""Father Chrysostomos2012-06-072-3/+39
* Get rid of ‘Not a format reference’Father Chrysostomos2012-06-071-1/+1
* Assertion failure with $/=*foo; warn;Father Chrysostomos2012-06-071-1/+6
* pending-author.t: Skip for lack of configFather Chrysostomos2012-06-051-3/+1
* stash.t: 2 TODO tests I missedFather Chrysostomos2012-06-052-8/+2
* Check for linuxthreads with POSIX semanticsDominic Hargreaves2012-06-051-3/+8