| Commit message (Expand) | Author | Age | Files | Lines |
* | SvREFCNT_dec already checks if the SV is non-NULL (continued) | Vincent Pit | 2009-11-08 | 1 | -2/+2 |
* | disable non-unicode case insensitive trie matching | Yves Orton | 2009-10-25 | 1 | -7/+2 |
* | RT#69616: regexp SVs lose regexpness in assignment | Ben Morrow | 2009-10-22 | 1 | -1/+1 |
* | somewhat fix failing regex tests. but break lots of other stuff at the same time | Yves Orton | 2009-10-19 | 1 | -18/+51 |
* | refactor the special CC code in reg_try() | Yves Orton | 2009-10-16 | 1 | -140/+75 |
* | in regexec.c move the BOUND logic out of the way of the special CC logic | Yves Orton | 2009-10-05 | 1 | -41/+41 |
* | refactor some common logic in regexec.c | Yves Orton | 2009-10-04 | 1 | -10/+4 |
* | fix format warnings from regexec.c | Robin Barker | 2009-09-22 | 1 | -3/+3 |
* | add more positive gofs GPOS tests and fix some bugs too | Yves Orton | 2009-09-10 | 1 | -4/+16 |
* | Fix RT69056 - postive GPOS leads to segv on first match | Yves Orton | 2009-09-09 | 1 | -1/+4 |
* | much better swap logic to support reentrancy and fix assert failure | George Greer | 2009-07-26 | 1 | -29/+17 |
* | Save and restore PL_regeol for op inside of regex (RT ##66110) | Craig A. Berry | 2009-07-25 | 1 | -0/+2 |
* | Regex fails when string is too long | hv@crypt.org | 2009-07-06 | 1 | -2/+3 |
* | fix [RT #60034]. An equivalent fix was already in 5.8.9 as change 34580. | David Mitchell | 2009-03-22 | 1 | -2/+5 |
* | Fix #56194 Regex: (((??{1 + $^N}))) behaves differently in 5.10.0 than in blead | Bram | 2009-03-12 | 1 | -1/+15 |
* | Fix memory leak | Karl | 2009-01-26 | 1 | -0/+3 |
* | Another regexp failure with utf8-flagged string and byte-flagged pattern (rem... | Slaven Rezic | 2009-01-04 | 1 | -2/+6 |
* | Fix malformed utf8 in regexec.c | Karl | 2008-12-28 | 1 | -6/+12 |
* | fix bug #57042 - preserve $^R across TRIE matches | Yves Orton | 2008-12-27 | 1 | -1/+4 |
* | Assigning to DEFSV leaks if PL_defgv's gp_sv isn't set. | Marcus Holland-Moritz | 2008-11-08 | 1 | -1/+1 |
* | Revert SvPVX() to allow lvalue usage, but also add a | Marcus Holland-Moritz | 2008-11-07 | 1 | -1/+1 |
* | Various changes to regex diagnostics and testing | Yves Orton | 2008-11-06 | 1 | -1/+2 |
* | Resolve perl #60344: Regex lookbehind failure after an (if)then|else in perl ... | Yves Orton | 2008-11-06 | 1 | -0/+1 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 1 | -1/+5 |
* | Eliminate (SV *) casts from the rest of *.c, picking up one (further) | Nicholas Clark | 2008-10-30 | 1 | -8/+8 |
* | Eliminate (AV *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -3/+3 |
* | Every remaining (HV *) cast in *.c | Nicholas Clark | 2008-10-28 | 1 | -2/+2 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -1/+2 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 1 | -15/+49 |
* | REGEXPs are now stored directly in PL_regex_padav, rather than | Nicholas Clark | 2008-01-11 | 1 | -1/+1 |
* | It seems that you don't need to reference count PL_reg_curpm without | Nicholas Clark | 2008-01-10 | 1 | -0/+5 |
* | The correct solution is to reference count the regexp in PL_reg_curpm, | Nicholas Clark | 2008-01-10 | 1 | -3/+6 |
* | Change 32899 missed the other double-reference count. | Nicholas Clark | 2008-01-09 | 1 | -1/+1 |
* | Correct a long-standing ithreads reference counting anonamly - the | Nicholas Clark | 2008-01-08 | 1 | -1/+1 |
* | Clarify the use of SVf_BREAK on PL_reg_curpm. | Nicholas Clark | 2008-01-07 | 1 | -1/+2 |
* | Make REGEXP a type distinct from SV. (Much like AV, CV, GV, HV). | Nicholas Clark | 2008-01-05 | 1 | -5/+5 |
* | Fix regexec.c so $^N and $+ are correctly updated so that they work properly ... | Moritz Lenz | 2008-01-05 | 1 | -2/+13 |
* | Convert all accesses of the member paren_names of struct regexp to | Nicholas Clark | 2008-01-05 | 1 | -2/+2 |
* | Abolish RXf_UTF8. Store the UTF-8-ness of the pattern with SvUTF8(). | Nicholas Clark | 2008-01-05 | 1 | -1/+0 |
* | Make Perl_pregcomp() use SvUTF8() of the pattern, rather than the flag | Nicholas Clark | 2008-01-05 | 1 | -1/+13 |
* | s/re/rx/ in an assert overlooked during recent renovations | Yves Orton | 2008-01-05 | 1 | -1/+1 |
* | Replace all reads of RXf_UTF8 with RX_UTF8(). | Nicholas Clark | 2008-01-05 | 1 | -3/+3 |
* | Add RX_UTF8(), which is effectively SvUTF8() but for regexps. | Nicholas Clark | 2008-01-05 | 1 | -6/+6 |
* | Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs, | Nicholas Clark | 2008-01-02 | 1 | -34/+46 |
* | Wrap all deferences of struct regexp* in macros RX_*() [and for | Nicholas Clark | 2008-01-02 | 1 | -8/+8 |
* | Wrap all accesses to the members precomp and prelen of struct regexp in | Nicholas Clark | 2007-12-28 | 1 | -2/+2 |
* | First class regexps. | Nicholas Clark | 2007-12-28 | 1 | -6/+18 |
* | scalars used in postponed subexpressions aren't first class regexps, | Nicholas Clark | 2007-12-27 | 1 | -1/+3 |
* | assert() that the sv_unmagic() in S_regmatch() is unneeded. | Nicholas Clark | 2007-12-27 | 1 | -2/+12 |
* | Regexps are now orange. | Nicholas Clark | 2007-12-27 | 1 | -1/+3 |