summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* fix #131649 - extended charclass can trigger assertYves Orton2018-11-051-10/+18
* regcomp.c: Convert some strchr to memchrKarl Williamson2018-11-051-4/+7
* PATCH: [perl #133423] for 5.26 maintKarl Williamson2018-11-051-1/+0
* PATCH: [perl #132055] Assertion failureKarl Williamson2018-03-241-0/+10
* (perl #132227) restart a node if we change to uni rules within the node and e...Karl Williamson2018-03-231-0/+12
* fix #132017 - OPFAIL insert needs to set flags to 0Yves Orton2018-03-191-1/+5
* prevent integer overflow when compiling a regexpTony Cook2018-03-121-2/+6
* if an SV IsCOW_shared_hash then we can assume it has a null at the endYves Orton2018-03-021-1/+1
* perl #132892: avoid leak by mortalizing temporary copy of patternYves Orton2018-03-021-2/+2
* PATCH: [perl #131598]Karl Williamson2017-09-101-2/+4
* regcomp [perl #131582]Karl Williamson2017-09-101-0/+1
* Resolve Perl #131522: Spurious "Assuming NOT a POSIX class" warningYves Orton2017-09-071-12/+18
* Workaround for GNU Autoconf unescaped left braceKarl Williamson2017-04-171-2/+22
* update size after RenewHugo van der Sanden2017-03-151-4/+6
* (perl #130822) fix an AV leak in Perl_reg_named_buff_fetchTony Cook2017-02-211-4/+1
* Revert "Deprecating the use of C<< \cI<X> >> to specify a printable character."Sawyer X2017-02-121-15/+6
* Change av_foo_nomg() nameKarl Williamson2017-02-111-17/+17
* Coverity #155950: pRExC->code_blocks is blindly derefedJarkko Hietaniemi2017-02-101-0/+2
* regcomp.c: Fix so will compile on C++11Karl Williamson2017-02-091-1/+1
* [perl #129061] CURLYX nodes can be studied more than onceHugo van der Sanden2017-02-061-3/+9
* avoid double-freeing regex code blocksDavid Mitchell2017-02-011-10/+10
* (perl #130684) allocate enough space for the extra 'x'Tony Cook2017-02-011-1/+1
* mention PASS2 in reginsert() exampleHugo van der Sanden2017-01-291-1/+2
* assert that the RExC_recurse data structure points at a valid GOSUBYves Orton2017-01-281-0/+12
* only mess with NEXT_OFF() when we are in PASS2Yves Orton2017-01-271-2/+2
* add some details to the docs for S_reginsert()Yves Orton2017-01-271-0/+7
* fix RT #130561 - recursion and optimising away impossible quantifiers are not...Yves Orton2017-01-271-11/+3
* rename opnd to operand to save my sanityYves Orton2017-01-271-5/+5
* better handle freeing of code blocks in /(?{...})/David Mitchell2017-01-241-107/+121
* Fix bug with a digit range under re 'strict'Karl Williamson2017-01-191-39/+71
* Deprecating the use of C<< \cI<X> >> to specify a printable character.Abigail2017-01-161-6/+15
* Unescaped left braces in regular expressions will be fatal in 5.30.Abigail2017-01-161-1/+1
* Warn on unescaped /[]}]/ under re strictKarl Williamson2017-01-131-0/+6
* regcomp.c: Clarify comment.Karl Williamson2017-01-131-1/+1
* Add /xx regex pattern modifierKarl Williamson2017-01-131-8/+19
* regcomp.c: Remove obsolete data structure elementKarl Williamson2017-01-131-6/+0
* Rmv unused regex implementation structure elementKarl Williamson2017-01-121-9/+0
* PATCH: [perl #130530]: HP-UX assertion failureKarl Williamson2017-01-111-3/+2
* Eliminate two unused variables detected by clang.James E Keenan2017-01-061-3/+0
* Removed unused CHR_DIST macro from a second file (RT 130519).James E Keenan2017-01-061-1/+0
* regcomp.c: Use memEQ instead of looping an element at a timeKarl Williamson2017-01-051-13/+2
* Convert core to use toFOO_utf8_safe()Karl Williamson2016-12-231-3/+5
* For character case changing, create macros and useKarl Williamson2016-12-231-1/+1
* regcomp.c, mathoms.c: Convert to use preferred macroKarl Williamson2016-12-231-2/+2
* Convert core (except toke.c) to use isFOO_utf8_safe()Karl Williamson2016-12-231-3/+4
* add sv_set_undef() API functionDavid Mitchell2016-11-241-1/+1
* Change white space to avoid C++ deprecation warningKarl Williamson2016-11-181-116/+117
* Fix error message for unclosed \N{ in regcompDagfinn Ilmari Mannsåker2016-11-141-3/+5
* S_setup_longest(): SvTAIL() used where always 0David Mitchell2016-11-121-1/+5
* regcomp.c: document the trie common prefix logicYves Orton2016-10-271-0/+15