summaryrefslogtreecommitdiff
path: root/regexp.h
Commit message (Expand)AuthorAgeFilesLines
* regexp.h: work around -Werror compile failure of XS in linux perf toolJim Cromie2011-06-051-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
* Eliminate struct regexp_allocated and xpvio_allocated.Nicholas Clark2009-07-171-6/+0
* Revert SvPVX() to allow lvalue usage, but also add aMarcus Holland-Moritz2008-11-071-0/+2
* SvPV() does not take a const SV*, which means that the pattern argumentNicholas Clark2008-10-301-1/+1
* Update copyright years.Nicholas Clark2008-10-251-1/+1
* Re: [PATCH] readable assertion names, now the restReini Urban2008-06-081-27/+27
* Fix bit-fields for VC [was RE: [perl #50386] GIMME_V broken with 5.10.0/GCC a...Jan Dubois2008-02-121-2/+2
* Standardise the conditional compilation protection of ({}) fromNicholas Clark2008-01-261-2/+2
* constingRobin Barker2008-01-141-6/+7
* Well, I know *something* passed make test from a clean build beforeNicholas Clark2008-01-111-2/+2
* assert that these are the regexps you were looking for.Nicholas Clark2008-01-111-6/+39
* Fix prototype in regexp code following #32851, and regenSteve Hay2008-01-091-1/+1
* ReREFCNT_inc() should return a pointer to REGEXP.Nicholas Clark2008-01-071-2/+2
* Don't allocate the NV slot for SVt_REGEXP.Nicholas Clark2008-01-051-33/+42
* In struct regexp move the member paren_names to the IV union.Nicholas Clark2008-01-051-2/+4
* Convert all accesses of the member paren_names of struct regexp toNicholas Clark2008-01-051-0/+2
* Abolish RXf_UTF8. Store the UTF-8-ness of the pattern with SvUTF8().Nicholas Clark2008-01-051-2/+1
* Abolish wraplen from struct regexp. We're already storing it in SvCUR.Nicholas Clark2008-01-051-2/+1
* Abolish RXp_PRELEN(rx) and RXp_WRAPLEN()Nicholas Clark2008-01-051-7/+5
* Abolish wrapped in struct regexp - store the wrapped pattern pointerNicholas Clark2008-01-051-4/+2
* Add RX_UTF8(), which is effectively SvUTF8() but for regexps.Nicholas Clark2008-01-051-4/+5
* Fix the compile for -DPERL_OLD_COPY_ON_WRITE (apart from the tenaciousNicholas Clark2008-01-051-2/+3