summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* regcomp.c: avoid some unnecessary work when it wont be usedYves Orton2016-10-271-2/+5
* regcomp.c: in trie common prefix logic rename idx to first_ofsYves Orton2016-10-271-7/+8
* regcomp.c: whitespace only change, break up dense code/long lineYves Orton2016-10-271-1/+10
* regcomp.c: add a comment about the trie logicYves Orton2016-10-271-0/+3
* regcomp.c: refactor TRIE bitmap logic to a macroYves Orton2016-10-271-32/+19
* regcomp.c: fix perl #129950 - fix firstchar bitmap under utf8 with prefix opt...Yves Orton2016-10-271-0/+14
* PATCH: [perl #129322] S_invlist_clear(SV *): Assertion `invlist' failedKarl Williamson2016-10-191-128/+63
* regcomp.c: Fix erroneous comment; clarify othersKarl Williamson2016-10-191-22/+24
* Add a regex_sets debugging functionKarl Williamson2016-10-191-0/+61
* regcomp.c: remove extra aTHX_ added in c2867e745caLukas Mai2016-10-191-1/+1
* regexec.c: in debug show whether TRIE nodes have a jump tableYves Orton2016-10-191-3/+4
* regcomp.c: use new SvPVCLEAR and constant string friendly macrosYves Orton2016-10-191-2/+2