summaryrefslogtreecommitdiff
path: root/regexp.h
Commit message (Expand)AuthorAgeFilesLines
* $+ and $^N not always correct on backtrackingDavid Mitchell2012-06-131-0/+7
* reduce size of struct regmatch_stateDavid Mitchell2012-06-131-2/+1
* make regexp_paren_pair.start_tmp an offsetDavid Mitchell2012-06-131-1/+1
* eliminate PL_reg_start_tmp, PL_reg_start_tmplDavid Mitchell2012-06-131-4/+9
* eliminate PL_reglast(close)?paren, PL_regoffsDavid Mitchell2012-06-131-6/+0
* make is_bare_re bool. not int in re_op_compileDavid Mitchell2012-06-131-1/+1
* rename and simplify PL_reg_eval_setDavid Mitchell2012-06-131-2/+1
* eliminate RExC_seen_evals and RExC_rx->seen_evalsDavid Mitchell2012-06-131-3/+0
* Fix up runtime regex codeblocks.David Mitchell2012-06-131-0/+1
* make _REGEXP_COMMON work under win32David Mitchell2012-06-131-1/+1
* add op_comp field to regexp_engine APIDavid Mitchell2012-06-131-0/+4
* preserve code blocks in interpolated qr//sDavid Mitchell2012-06-131-0/+1
* in re_op_compile(), keep code_blocks for qr//David Mitchell2012-06-131-1/+10
* make qr/(?{})/ behave with closuresDavid Mitchell2012-06-131-1/+2
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* regcomp.c: Add ability to take union of a complementKarl Williamson2012-02-091-0/+1
* regcomp.c: _invlist_subtract() becomes a macroKarl Williamson2012-02-091-0/+4
* regcomp.c: Add ability to take intersection of complementKarl Williamson2012-02-091-0/+4
* regexp.h: Update commentKarl Williamson2012-01-211-3/+4
* avoid overflowing a 32-bit signed intTony Cook2012-01-171-1/+1
* regexp.h: remove completely redundant return statementÆvar Arnfjörð Bjarmason2011-12-231-1/+0
* regexp.h: work around -Werror compile failure of XS in linux perf toolJim Cromie2011-06-021-1/+2
* Allow suffix form for /a /d /l /uKarl Williamson2011-02-191-2/+4
* regexp.h: The length of 'aa' is 2Karl Williamson2011-02-191-1/+2
* document how tainting works with pattern matchingDavid Mitchell2011-02-161-1/+5
* Initial setup to accommodate /aa regex modifierKarl Williamson2011-02-141-2/+5
* Add /a regex modifierKarl Williamson2011-01-171-0/+3
* Change name of /d to DEPENDSKarl Williamson2011-01-161-3/+3
* Use multi-bit field for regex character setKarl Williamson2011-01-161-1/+27
* Fix typos (spelling errors) in Perl sources.Peter J. Acklam) (via RT2011-01-071-2/+2
* The docs for SvRX and SvRXOK still refered to magic and the code snippetDavid Leadbeater2010-12-071-9/+6
* regcomp.pl -> regen/regcomp.plFather Chrysostomos2010-10-131-6/+6
* Add /d, /l, /u (infixed) regex modifiersKarl Williamson2010-09-221-3/+9
* Change to use mnemonic instead of char constantKarl Williamson2010-09-221-0/+1
* Add (?^...) regex constructKarl Williamson2010-09-201-0/+4
* regexp.h: Move bits aroundKarl Williamson2010-08-111-14/+16
* op.h, regexp.h: renumber shifts.Karl Williamson2010-08-111-25/+25
* op_reg_common.h: Continue refactoringKarl Williamson2010-08-111-14/+4
* regexp.h: Nit in commentsKarl Williamson2010-08-111-4/+4
* op_reg_common.h: Refactor variable for safetyKarl Williamson2010-08-111-1/+1
* regexp.h, op.h: decouple mostly from op_reg_common.hKarl Williamson2010-08-111-24/+26
* regexp.h: Fix error check to use correct offsetKarl Williamson2010-08-111-1/+1
* Refactor common parts of op.h, regexp.h into new .hKarl Williamson2010-07-291-31/+29
* regexp.h: Add some commentsKarl Williamson2010-07-291-1/+11
* reduce size of regmatch_state.u.curlyx by 2 wordsDavid Mitchell2010-06-061-3/+2
* Add s///r (non-destructive substitution).David Caldwell2010-05-221-1/+3
* Remove union _xivu from struct regexp - replace it with a non-union paren_names.Nicholas Clark2010-05-211-5/+2
* In the SV body, exchange the positions of the NV and stash/magic.Nicholas Clark2010-05-211-1/+1
* tries: don't allocate memory at runtimeDavid Mitchell2010-05-031-9/+6
* much better swap logic to support reentrancy and fix assert failureGeorge Greer2009-07-261-1/+1