| Commit message (Expand) | Author | Age | Files | Lines |
* | regcomp.c: Fix compiler warning | Karl Williamson | 2010-10-10 | 1 | -1/+1 |
* | [perl #77952] regcomp.c compiler warnings | Karl Williamson | 2010-09-30 | 1 | -13/+22 |
* | [perl #78040] regcomp.c: malloc enough space | Karl Williamson | 2010-09-29 | 1 | -10/+23 |
* | regcomp.c [perl #78058] qr/\18/ loops | Karl Williamson | 2010-09-28 | 1 | -1/+1 |
* | regcomp.c: Convert some things to use cBOOL() | Karl Williamson | 2010-09-22 | 1 | -4/+4 |
* | Add /d, /l, /u (infixed) regex modifiers | Karl Williamson | 2010-09-22 | 1 | -1/+39 |
* | Change to use mnemonic instead of char constant | Karl Williamson | 2010-09-22 | 1 | -2/+3 |
* | Extract regcurly as a static inline function. | Andy Dougherty | 2010-09-22 | 1 | -25/+2 |
* | Add (?^...) regex construct | Karl Williamson | 2010-09-20 | 1 | -12/+17 |
* | regcomp.c: fix an improper indent | Karl Williamson | 2010-09-20 | 1 | -1/+1 |
* | Fix /[\8]/ to not match NULL; give correct warning | Karl Williamson | 2010-09-16 | 1 | -5/+9 |
* | PATCH: regex longjmp flaws | Karl Williamson | 2010-09-15 | 1 | -1/+3 |
* | regcomp.c: Use longjmp to abandon first pass quickly | Karl Williamson | 2010-09-13 | 1 | -20/+46 |
* | regcomp.c: Macroize changing regex to utf8 | Karl Williamson | 2010-09-13 | 1 | -5/+6 |
* | regcomp.c: Clarify and typos in comments | Karl Williamson | 2010-09-13 | 1 | -6/+9 |
* | Change function signature of grok_bslash_o | Karl Williamson | 2010-07-27 | 1 | -15/+20 |
* | RT#75762: In CURLYX->CURLYM optimization, check before removing parentheses. | George Greer | 2010-07-26 | 1 | -3/+1 |
* | Fix address of register error from 26a0cb8 | David Golden | 2010-07-17 | 1 | -1/+6 |
* | Add \o{} escape | Karl Williamson | 2010-07-17 | 1 | -0/+37 |
* | \400 -\777 now means the same thing in all d-quote | Karl Williamson | 2010-07-17 | 1 | -11/+2 |
* | Add Perl_croak_no_modify() to implement Perl_croak("%s", PL_no_modify). | Nicholas Clark | 2010-06-27 | 1 | -2/+2 |
* | Properly free paren_name_list with its regexp. | Nicholas Clark | 2010-05-29 | 1 | -2/+4 |
* | Add tested for corrupted regnode | Karl Williamson | 2010-05-29 | 1 | -0/+4 |
* | Encapsulate lookups in PL_{varies,simple} within macros REGNODE_{VARIES,SIMPLE} | Nicholas Clark | 2010-05-27 | 1 | -4/+4 |
* | Convert Perl_sv_dup_inc() from a macro to a real function. | Nicholas Clark | 2010-05-24 | 1 | -3/+2 |
* | PATCH [perl #74978] dot after } breaks \N{} | Karl Williamson | 2010-05-08 | 1 | -5/+3 |
* | tries: don't allocate memory at runtime | David Mitchell | 2010-05-03 | 1 | -20/+65 |
* | On the save stack, store the save type as the bottom 6 bits of a UV. | Nicholas Clark | 2010-05-01 | 1 | -1/+1 |
* | Deal with "\c{", and its kin | Karl Williamson | 2010-04-26 | 1 | -4/+2 |
* | Don't multiply define Perl_regcurly in core and the re extension. | Craig A. Berry | 2010-02-21 | 1 | -1/+2 |
* | Improve handling of qq(\N{...}); and /x | Karl Williamson | 2010-02-20 | 1 | -17/+53 |
* | PATCH: [perl #56444] delayed interpolation of \N{...} | Karl Williamson | 2010-02-19 | 1 | -255/+198 |
* | In Perl_reg_temp_copy(), ensure SvMAGIC() is NULL in the new REGEXP. | Nicholas Clark | 2010-02-18 | 1 | -0/+1 |
* | [perl #72590] Panic if 'use strict' and forget 'my' | Rafael Garcia-Suarez | 2010-02-11 | 1 | -0/+3 |
* | Fix for non-regexps being upgraded to SVt_REGEXP | Nicholas Clark | 2010-02-09 | 1 | -0/+1 |
* | fix SEGV in /\N{...}/ | David Mitchell | 2010-01-22 | 1 | -1/+1 |
* | Ensure that pp_qr returns a new regexp SV each time. Resolves RT #69852. | Nicholas Clark | 2009-12-02 | 1 | -1/+14 |
* | SvREFCNT_dec already checks if the SV is non-NULL (continued) | Vincent Pit | 2009-11-08 | 1 | -22/+10 |
* | disable non-unicode case insensitive trie matching | Yves Orton | 2009-10-25 | 1 | -6/+11 |
* | RT#69616: regexp SVs lose regexpness in assignment | Ben Morrow | 2009-10-22 | 1 | -3/+6 |
* | Enable deprecation warnings by default. | Nicholas Clark | 2009-10-16 | 1 | -1/+1 |
* | ckWARNreg() and ckWARNregdep() now use string concatenation, like their brethren | Nicholas Clark | 2009-10-12 | 1 | -4/+4 |
* | Replace "%s"/SvPVX(sv_name) with "%"SVf/SVfARG(sv_name), which is UTF-8 safe. | Nicholas Clark | 2009-10-12 | 1 | -10/+10 |
* | In regcomp.c, where possible replace vWARN* with ckWARN*, using Perl_ck_warner. | Nicholas Clark | 2009-10-12 | 1 | -50/+57 |
* | much better swap logic to support reentrancy and fix assert failure | George Greer | 2009-07-26 | 1 | -2/+0 |
* | Eliminate struct regexp_allocated and xpvio_allocated. | Nicholas Clark | 2009-07-17 | 1 | -1/+2 |
* | Some bugs in Perl regexp (core Perl issues) | hv@crypt.org | 2009-07-02 | 1 | -5/+16 |
* | Update RExC_npar and after_freeze correctly after the first branch of a (?| .... | Vincent Pit | 2009-06-26 | 1 | -0/+7 |
* | Implement new regex escape \N | Rafael Garcia-Suarez | 2009-06-16 | 1 | -9/+23 |
* | Add warning about octal > 377 in some regexes | Karl | 2009-01-16 | 1 | -0/+13 |