summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* re_op_compile(): rename pm_flags to rx_flagsDavid Mitchell2012-06-133-18/+18
* add PMf_IS_QR flagDavid Mitchell2012-06-135-5/+12
* fix scanning for code blocksDavid Mitchell2012-06-131-2/+5
* tidy up the description of re_op_compile()David Mitchell2012-06-131-11/+11
* preserve code blocks in interpolated qr//sDavid Mitchell2012-06-137-23/+127
* in re_op_compile(), keep code_blocks for qr//David Mitchell2012-06-133-11/+39
* pp_regcomp(): fix refcnt issue with qr_anoncvDavid Mitchell2012-06-131-1/+1