| Commit message (Expand) | Author | Age | Files | Lines |
* | API spelling patch, by Jerry D. Hedden | Rafael Garcia-Suarez | 2007-09-26 | 1 | -2/+2 |
* | Re: [perl #45605] Regexp failure with utf8-flagged string and byte-flagged pa... | Tels | 2007-09-25 | 1 | -1/+14 |
* | silence a spurious compiler warning in regcomp.c | Dave Mitchell | 2007-09-24 | 1 | -0/+1 |
* | [perl #45337] utf8 + "[a]a{2}" + /$.../ = panic: sv_len_utf8 cache | Dave Mitchell | 2007-09-14 | 1 | -1/+1 |
* | regcomp.c fix 64int warning | Reini Urban | 2007-08-12 | 1 | -1/+1 |
* | Optimize split // | Ævar Arnfjörð Bjarmason | 2007-08-09 | 1 | -1/+5 |
* | Forbid \g0. (tests coming later) | Rafael Garcia-Suarez | 2007-07-03 | 1 | -0/+2 |
* | char is not a good type to use for array indexes; | Jerry D. Hedden | 2007-07-01 | 1 | -2/+2 |
* | regclass on EBCDIC platforms | Benjamin Carter | 2007-06-30 | 1 | -2/+6 |
* | /p vs (?p) | Abigail | 2007-06-30 | 1 | -11/+38 |
* | Rename various regex defined so that they have distinct prefixes based on the... | Yves Orton | 2007-06-28 | 1 | -21/+21 |
* | Replace pattern parsing logic with optree "parsing" logic. | Yves Orton | 2007-06-28 | 1 | -0/+15 |
* | Move the RXf_WHITE logic for split " " into the regex engine | Ævar Arnfjörð Bjarmason | 2007-06-28 | 1 | -2/+6 |
* | Free memory in case of error/failure to compile. | Yves Orton | 2007-06-28 | 1 | -2/+3 |
* | s/\bunicode\b/Unicode/; # For everything not dual life | Nicholas Clark | 2007-06-24 | 1 | -4/+4 |
* | Plug a memory leak (noticed by Yves) | Rafael Garcia-Suarez | 2007-06-07 | 1 | -1/+3 |
* | Re: [PATCH] Callbacks for named captures (%+ and %-) | Ævar Arnfjörð Bjarmason | 2007-06-06 | 1 | -10/+168 |
* | Re: BBC(Bleadperl Breaks CPAN) Today: String::Multibyte | Yves Orton | 2007-06-03 | 1 | -5/+4 |
* | Re: [perl #43015] regex /.*\z/ doesn't matches strings ending with \n | Yves Orton | 2007-05-29 | 1 | -5/+7 |
* | Silence some VC6 compiler warnings in the regex code | Steve Hay | 2007-05-03 | 1 | -1/+1 |
* | FETCH/STORE/LENGTH callbacks for numbered capture variables | Ævar Arnfjörð Bjarmason | 2007-05-03 | 1 | -3/+70 |
* | The revenge of the consts | Andy Lester | 2007-05-03 | 1 | -4/+2 |
* | Get PERL_OLD_COPY_ON_WRITE passing all tests, apart from | Nicholas Clark | 2007-05-02 | 1 | -4/+1 |
* | Re: [PATCH] Change meaning of \v, \V, and add \h, \H to match Perl6, add \R t... | Yves Orton | 2007-05-01 | 1 | -3/+3 |
* | Re: [PATCH] Cleanup of the regexp API | Ævar Arnfjörð Bjarmason | 2007-04-30 | 1 | -11/+11 |
* | Re: Analysis of problems with mixed encoding case insensitive matches in rege... | Yves Orton | 2007-04-27 | 1 | -13/+15 |
* | Avoid a SIGBUS caused by passing a U32 pointer to utf8_to_uvchr(), | Nicholas Clark | 2007-04-26 | 1 | -1/+1 |
* | Forgot to submit regcomp.c in change #31081 | Rafael Garcia-Suarez | 2007-04-26 | 1 | -5/+38 |
* | Re: [PATCH (incomplete)] Make regcomp use SV* sv, instead of char* exp, char*... | Ævar Arnfjörð Bjarmason | 2007-04-23 | 1 | -13/+13 |
* | Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE... | Yves Orton | 2007-04-23 | 1 | -8/+101 |
* | Silence the g++ warnings "right-hand operand of comma has no effect" | Nicholas Clark | 2007-04-10 | 1 | -4/+4 |
* | RXf_WHITE never used due to small bug in regcomp.c | Ævar Arnfjörð Bjarmason | 2007-04-08 | 1 | -1/+1 |
* | Re: Proposed changes and to regular expression interfaces in core | Ævar Arnfjörð Bjarmason | 2007-04-06 | 1 | -0/+6 |
* | Re: pmdynflags and thread safety | Yves Orton | 2007-04-04 | 1 | -10/+11 |
* | In struct regexp replace the two arrays of I32s accessed via startp | Nicholas Clark | 2007-03-26 | 1 | -25/+17 |
* | Simplify the logic in Perl_re_dup() - copy the structure as 1 block, | Nicholas Clark | 2007-03-26 | 1 | -31/+15 |
* | Change 30753 forgot to remove 2 now unused variables. | Nicholas Clark | 2007-03-25 | 1 | -2/+0 |
* | Looks like re_dup has been leaking references on 2 SVs for most regexps | Nicholas Clark | 2007-03-25 | 1 | -15/+27 |
* | A more efficient copy in Perl_reg_temp_copy() | Nicholas Clark | 2007-03-25 | 1 | -25/+9 |
* | Re: The performance problem of 30678 | Marcus Holland-Moritz | 2007-03-25 | 1 | -3/+21 |
* | startp and endp can allocate their array of I32s from the same block of | Nicholas Clark | 2007-03-24 | 1 | -14/+10 |
* | It's possible to write the dup of struct reg_substr_datum with a | Nicholas Clark | 2007-03-23 | 1 | -9/+14 |
* | Move CHECK_WORD in regcomp.c to a more generic memEQs() in handy.h | Nicholas Clark | 2007-03-23 | 1 | -11/+7 |
* | Can use memEQ instead of strnEQ in CHECK_WORD() | Nicholas Clark | 2007-03-22 | 1 | -1/+1 |
* | Resolve PL_curpm issues with (??{}) and fix corruption of match results when ... | Yves Orton | 2007-03-22 | 1 | -35/+95 |
* | feel the the baà (encoding problems in the regex engine) | Yves Orton | 2007-03-20 | 1 | -10/+43 |
* | Define and initialise reg_name only once. | Nicholas Clark | 2007-03-03 | 1 | -9/+9 |
* | (?p{}) has been deprecated for a long time. | Rafael Garcia-Suarez | 2007-02-28 | 1 | -4/+0 |
* | Re: [perl #41565] qr// memory corruption | Yves Orton | 2007-02-26 | 1 | -26/+20 |
* | Fix Win32 compilation error following #30372 | Steve Hay | 2007-02-21 | 1 | -1/+1 |