summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* pm_runtime(): tidy some local varsDavid Mitchell2012-06-131-8/+2
* handle /$not_utf8(?{...})$utf8/David Mitchell2012-06-132-1/+26
* inline S_get_pat_and_code_indices()David Mitchell2012-06-131-29/+26
* fix dumping of PMf_CODELIST_PRIVATE flagDavid Mitchell2012-06-131-1/+1
* "don't recompile pattern" check: account for UTF8David Mitchell2012-06-134-6/+35
* re_op_compile: recalc code indexes on utf8 upgradeDavid Mitchell2012-06-132-21/+63
* in re_op_compile, change code_blocks[].end offsetDavid Mitchell2012-06-131-3/+3
* pp_regcomp(): fix casting issue from prev commitDavid Mitchell2012-06-131-1/+2
* Handle literal code blocks in runtime regexesDavid Mitchell2012-06-134-12/+54
* re_op_compile(): rejig code-block handling codeDavid Mitchell2012-06-131-35/+36
* re_op_compile(): refactor some codeDavid Mitchell2012-06-131-18/+21
* remove target from REGCOMP opDavid Mitchell2012-06-131-2/+0
* Move bulk of pp_regcomp() into re_op_compile()David Mitchell2012-06-137-158/+174
* add PMf_CODELIST_PRIVATE flagDavid Mitchell2012-06-133-4/+21
* remove private flag 1 from OP_REGCOMPDavid Mitchell2012-06-131-1/+1
* Fix =~ $str_overloaded (5.10 regression)Father Chrysostomos2012-06-131-1/+3
* add volatile decl to fix previous commitDavid Mitchell2012-06-131-1/+1
* PATCH: [perl #101940]: BBC TkKarl Williamson2012-06-131-6/+8
* regcomp.c: Use no_mg for 2nd fetch of patternKarl Williamson2012-06-131-1/+3
* pp_regcomp: dopn't special-case n->1 arg foldingDavid Mitchell2012-06-131-30/+34
* pp_regcomp: split overloading and concat tasksDavid Mitchell2012-06-131-35/+39
* change re_op_compile() to take a list of SVsDavid Mitchell2012-06-135-10/+15
* fix for overload/stringfy and pp_regcompDavid Mitchell2012-06-132-23/+47
* unlink re_eval code blocks from op listDavid Mitchell2012-06-131-77/+61
* In Perl_re_op_compile, make a var volatileDavid Mitchell2012-06-131-1/+1
* make qr/(?{})/ behave with closuresDavid Mitchell2012-06-1321-630/+805
* Ignore code blocks within /[...]/David Mitchell2012-06-132-1/+16
* make recent re_eval changes compile under -DmadDavid Mitchell2012-06-131-1/+5
* Mostly complete fix for literal /(?{..})/ blocksDavid Mitchell2012-06-1314-129/+293
* add Perl_re_op_compile functionDavid Mitchell2012-06-137-53/+145
* add Perl_current_re_engine() functionDavid Mitchell2012-06-135-18/+47
* re_eval and closures: add lots of TODO testsDavid Mitchell2012-06-131-1/+127
* fix the descriptions for pregcomp/re_compileDavid Mitchell2012-06-131-14/+20