summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* force recompiling of regex where closures matterDavid Mitchell2011-12-191-6/+34
* add op_comp field to regexp_engine APIDavid Mitchell2011-12-191-32/+23
* re_op_compile(): merge the two 'eq old_re' checksDavid Mitchell2011-12-191-24/+14
* re_op_compile(): split flags into two argumentsDavid Mitchell2011-12-191-5/+14
* re_op_compile(): rename pm_flags to rx_flagsDavid Mitchell2011-12-191-14/+14
* add PMf_IS_QR flagDavid Mitchell2011-12-191-1/+1
* tidy up the description of re_op_compile()David Mitchell2011-12-191-11/+11
* preserve code blocks in interpolated qr//sDavid Mitchell2011-12-191-11/+66
* in re_op_compile(), keep code_blocks for qr//David Mitchell2011-12-191-10/+27
* handle /$not_utf8(?{...})$utf8/David Mitchell2011-12-191-0/+15
* inline S_get_pat_and_code_indices()David Mitchell2011-12-191-29/+26
* "don't recompile pattern" check: account for UTF8David Mitchell2011-12-191-3/+20
* re_op_compile: recalc code indexes on utf8 upgradeDavid Mitchell2011-12-191-15/+39
* in re_op_compile, change code_blocks[].end offsetDavid Mitchell2011-12-191-3/+3
* Handle literal code blocks in runtime regexesDavid Mitchell2011-12-191-3/+35
* re_op_compile(): rejig code-block handling codeDavid Mitchell2011-12-191-35/+36
* re_op_compile(): refactor some codeDavid Mitchell2011-12-191-18/+21
* Move bulk of pp_regcomp() into re_op_compile()David Mitchell2011-12-191-16/+105
* add volatile decl to fix previous commitDavid Mitchell2011-12-191-2/+2
* PATCH: [perl #101940]: BBC TkKarl Williamson2011-12-191-6/+8
* regcomp.c: Use no_mg for 2nd fetch of patternKarl Williamson2011-12-191-1/+3
* change re_op_compile() to take a list of SVsDavid Mitchell2011-12-191-5/+10
* In Perl_re_op_compile, make a var volatileDavid Mitchell2011-12-191-1/+1
* make qr/(?{})/ behave with closuresDavid Mitchell2011-12-191-1/+7
* Mostly complete fix for literal /(?{..})/ blocksDavid Mitchell2011-12-191-72/+155
* add Perl_re_op_compile functionDavid Mitchell2011-12-191-9/+51
* add Perl_current_re_engine() functionDavid Mitchell2011-12-191-13/+39
* fix the descriptions for pregcomp/re_compileDavid Mitchell2011-12-191-14/+20
* Revert 4 regex commits to ease rebasingDavid Mitchell2011-12-191-11/+7
* Revert two commits that fix a VOL declaration.David Mitchell2011-12-191-1/+1
* [RT #78266] Don't leak memory when accessing named captures that didn't matchÆvar Arnfjörð Bjarmason2011-12-131-5/+2
* Fix #78266: Memory leak with named regexp captures.Johannes Plunien2011-12-131-0/+4
* Another confusing comment; this time in regcomp.cFather Chrysostomos2011-11-301-1/+2
* regcomp.c: Bypass unneeded stepKarl Williamson2011-11-111-2/+2
* Fix volatile declarationKarl Williamson2011-11-091-1/+1
* regcomp.c: Change char used to force reading in fold swashesKarl Williamson2011-11-081-1/+4
* regcomp.c: Add assertionKarl Williamson2011-11-081-0/+1
* regcomp.c: Silence compiler warning about longjumpKarl Williamson2011-11-081-1/+1
* PATCH: [perl #101940]: BBC TkKarl Williamson2011-10-291-6/+8
* regcomp.c: Use no_mg for 2nd fetch of patternKarl Williamson2011-10-291-1/+3
* PATCH: [perl #101970] /[[:lower:]]/i matches upper caseKarl Williamson2011-10-271-18/+31
* regcomp.c: Don't prefix posix props with IsKarl Williamson2011-10-271-1/+1
* regcomp.c: White space onlyKarl Williamson2011-10-171-9/+9
* regcomp.c: generate folded for EXACTF and EXACTFUKarl Williamson2011-10-171-2/+9
* Comment-only nitsKarl Williamson2011-10-011-3/+3
* regcomp.c: Add invlist_invert_prop()Karl Williamson2011-10-011-0/+38
* regcomp.c: Add assertionKarl Williamson2011-10-011-0/+2
* avoid defining the same global functions in multiple objectsTony Cook2011-07-241-1/+6
* fix segv in regcomp.c:S_join_exact()David Mitchell2011-07-051-5/+5
* Change 4 inversion list functions from S_ to Perl_Karl Williamson2011-07-031-8/+8