summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * remove some redundant code from CURLY rex opsDavid Mitchell2012-06-131-6/+0
| * $+ and $^N not always correct on backtrackingDavid Mitchell2012-06-133-8/+42
| * reduce size of struct regmatch_stateDavid Mitchell2012-06-132-6/+4
| * regcppush(): don't bother saving each paren numberDavid Mitchell2012-06-131-5/+6
| * set PL_reg_starttry correctlyDavid Mitchell2012-06-131-1/+3
| * pp_match(): clarify intuit parens behaviourDavid Mitchell2012-06-131-3/+3
| * S_regcppush/pop : don't save PL_reginputDavid Mitchell2012-06-133-8/+4
| * improve -Mre=Debug,BUFFERS debuggingDavid Mitchell2012-06-131-25/+77
| * make regexp_paren_pair.start_tmp an offsetDavid Mitchell2012-06-132-10/+12
| * eliminate PL_reg_start_tmp, PL_reg_start_tmplDavid Mitchell2012-06-136-47/+16
| * eliminate PL_reglast(close)?paren, PL_regoffsDavid Mitchell2012-06-136-127/+92
| * make Perl_... and my_re_op_compile sigs matchDavid Mitchell2012-06-131-1/+1
| * make perl build again on non-DEBUGGING buildsDavid Mitchell2012-06-132-3/+3
| * make calling of /(?{}) code blocks correctDavid Mitchell2012-06-135-76/+277
| * make is_bare_re bool. not int in re_op_compileDavid Mitchell2012-06-135-7/+7
| * make OP_REGCRESET only for taint handlingDavid Mitchell2012-06-133-6/+20
| * S_doeval(): saveop can never be null nowDavid Mitchell2012-06-131-3/+3
| * reindent S_doeval() following a code purge.David Mitchell2012-06-131-40/+40
| * eliminate sv_compile_2op, sv_compile_2op_is_brokenDavid Mitchell2012-06-135-202/+23
| * eliminate OP_4tree typeDavid Mitchell2012-06-132-7/+4
| * rename and simplify PL_reg_eval_setDavid Mitchell2012-06-132-14/+13
| * eliminate RExC_seen_evals and RExC_rx->seen_evalsDavid Mitchell2012-06-134-14/+1
| * eliminate PL_reginterp_cntDavid Mitchell2012-06-135-20/+1
| * eliminate REG_SEEN_EVALDavid Mitchell2012-06-132-5/+4
| * 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
| * bump re.pm version numberDavid Mitchell2012-06-131-1/+1
| * ensure regex evals report the right locationDavid Mitchell2012-06-133-3/+66
| * Fix up runtime regex codeblocks.David Mitchell2012-06-1316-182/+449
| * pmruntime: make more use of Perl_re_op_compileDavid Mitchell2012-06-131-33/+7
| * free PL_regex_padav laterDavid Mitchell2012-06-131-3/+16
| * improve skipping of regex [..] char class in tokerDavid Mitchell2012-06-132-6/+24
| * add PMf_USE_RE_EVAL flagDavid Mitchell2012-06-133-4/+7
| * skip re_eval leak test under -DmadDavid Mitchell2012-06-131-1/+5
| * mark a var as volatile to avoid longjmp warningDavid Mitchell2012-06-131-1/+1
| * re-enable some threaded regex TODO testsDavid Mitchell2012-06-131-4/+4
| * make _REGEXP_COMMON work under win32David Mitchell2012-06-131-1/+1
| * re/pat_re_eval.t: tidy some 'use re eval' testsDavid Mitchell2012-06-131-4/+14
| * [perl #108780] Make /foo$qr/ work under ‘no overloading’Father Chrysostomos2012-06-132-1/+16
| * regcomp.c: Silence valgrind warningKarl Williamson2012-06-131-1/+5
| * undo temporarily reverted lib/overload.t tests"David Mitchell2012-06-131-1/+48
| * add tests for regex recompilationDavid Mitchell2012-06-132-0/+187
| * force recompiling of regex where closures matterDavid Mitchell2012-06-133-40/+55
| * fix =/== typo in ext/re/t/regop.tDavid Mitchell2012-06-131-1/+1
| * add op_comp field to regexp_engine APIDavid Mitchell2012-06-1310-45/+59
| * re_op_compile(): merge the two 'eq old_re' checksDavid Mitchell2012-06-131-24/+14
| * 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
| * re_op_compile(): split flags into two argumentsDavid Mitchell2012-06-136-15/+24