| Commit message (Expand) | Author | Age | Files | Lines |
* | regex: Remove old code that tried to handle multi-char folds | Karl Williamson | 2012-10-14 | 1 | -2/+1 |
* | Allow _swash_inversion_hash() to be called in regexec.c | Karl Williamson | 2012-10-09 | 1 | -1/+1 |
* | [perl #79824] Don’t cow for sv_mortalcopy call from XS | Father Chrysostomos | 2012-10-05 | 1 | -1/+1 |
* | Remove length magic on scalars | Father Chrysostomos | 2012-10-01 | 1 | -1/+0 |
* | Restore special blocks to working order | Father Chrysostomos | 2012-09-26 | 1 | -1/+1 |
* | [perl #97958] Make reset "" match its docs | Father Chrysostomos | 2012-09-24 | 1 | -0/+1 |
* | op.c: Disentangle apply_attrs_my from apply_attrs | Father Chrysostomos | 2012-09-19 | 1 | -1/+1 |
* | [perl #114942] Correct scoping for ‘for my $x(){} $x’ | Father Chrysostomos | 2012-09-19 | 1 | -0/+2 |
* | [perl #114924] Make method calls work with ::SUPER packages | Father Chrysostomos | 2012-09-17 | 1 | -1/+0 |
* | Clone my subs on scope entry | Father Chrysostomos | 2012-09-15 | 1 | -0/+1 |
* | Store state subs in the pad | Father Chrysostomos | 2012-09-15 | 1 | -2/+1 |
* | eliminate PL_reginput | David Mitchell | 2012-09-14 | 1 | -2/+2 |
* | Use macro not swash for utf8 quotemeta | Karl Williamson | 2012-09-13 | 1 | -3/+0 |
* | Move 2 functions from utf8.c to regexec.c | Karl Williamson | 2012-09-13 | 1 | -1/+1 |
* | regexec.c: Use new macros instead of swashes | Karl Williamson | 2012-09-13 | 1 | -7/+0 |
* | Perl_magic_setdbline() should clear and set read-only OP slabs. | Nicholas Clark | 2012-09-04 | 1 | -5/+1 |
* | Stop substr($utf8) from calling get-magic twice | Father Chrysostomos | 2012-08-30 | 1 | -0/+1 |
* | Refactor \X regex handling to avoid a typical case table lookup | Karl Williamson | 2012-08-28 | 1 | -1/+1 |
* | Prepare for Unicode 6.2 | Karl Williamson | 2012-08-26 | 1 | -1/+2 |
* | Banish boolkeys | Father Chrysostomos | 2012-08-25 | 1 | -1/+0 |
* | utf8.c: collapse a function parameter | Karl Williamson | 2012-08-25 | 1 | -1/+1 |
* | embed.fnc: Turn null wrapper function into macro | Karl Williamson | 2012-08-25 | 1 | -1/+1 |
* | utf8.c: Revise internal API of swash_init() | Karl Williamson | 2012-08-25 | 1 | -1/+0 |
* | Add caching to inversion list searches | Karl Williamson | 2012-08-25 | 1 | -0/+3 |
* | Comment out unused function | Karl Williamson | 2012-08-25 | 1 | -1/+0 |
* | regcomp.c: Move functions to inline_invlist.c | Karl Williamson | 2012-08-25 | 1 | -4/+4 |
* | regcomp.c: Rename 2 functions to indicate private nature | Karl Williamson | 2012-08-25 | 1 | -2/+2 |
* | Stop padlists from being AVs | Father Chrysostomos | 2012-08-21 | 1 | -0/+2 |
* | regcomp.c: Set flags when optimizing a [char class] | Karl Williamson | 2012-08-11 | 1 | -2/+2 |
* | Don’t let format arguments ‘leak out’ of formline | Father Chrysostomos | 2012-08-08 | 1 | -0/+1 |
* | regcomp.c: Revise API for static function | Karl Williamson | 2012-08-02 | 1 | -1/+1 |
* | regcomp.c: Make invlist_search() usable from re_comp.c | Karl Williamson | 2012-08-02 | 1 | -1/+1 |
* | regcomp.c: Rename static fcn to better reflect its purpose | Karl Williamson | 2012-08-02 | 1 | -1/+1 |
* | Oust sv_gmagical_2iv_please | Father Chrysostomos | 2012-07-28 | 1 | -1/+0 |
* | Flatten vstrings modified in place | Father Chrysostomos | 2012-07-27 | 1 | -1/+0 |
* | Merge ck_trunc and ck_chdir | Father Chrysostomos | 2012-07-25 | 1 | -1/+0 |
* | regcomp.c: Add _invlist_contains_cp | Karl Williamson | 2012-07-24 | 1 | -0/+1 |
* | utf8.c: Add a get_() method to hide internal details | Karl Williamson | 2012-07-24 | 1 | -0/+1 |
* | regcomp.c: Extract some code into an inline function | Karl Williamson | 2012-07-24 | 1 | -0/+1 |
* | regcomp.c: Extract code to inline function | Karl Williamson | 2012-07-24 | 1 | -0/+1 |
* | embed.fnc: Remove duplicate entry | Karl Williamson | 2012-07-24 | 1 | -1/+0 |
* | Unify code that initializes constants yes, no, and undef | Chip Salzenberg | 2012-07-23 | 1 | -0/+1 |
* | regcomp.c: Refactor code into a function | Karl Williamson | 2012-07-19 | 1 | -0/+1 |
* | utf8.c: Create API so internals can be hidden | Karl Williamson | 2012-07-19 | 1 | -0/+1 |
* | Magic flags harmonization. | Chip Salzenberg | 2012-07-15 | 1 | -1/+2 |
* | Eliminate PL_OP_SLAB_ALLOC | Father Chrysostomos | 2012-07-12 | 1 | -15/+9 |
* | PERL_DEBUG_READONLY_OPS with the new allocator | Father Chrysostomos | 2012-07-12 | 1 | -0/+7 |
* | regcomp.c: Remove obsolete code | Karl Williamson | 2012-06-29 | 1 | -2/+0 |
* | handy.h: Fix isBLANK_uni and isBLANK_utf8 | Karl Williamson | 2012-06-29 | 1 | -0/+2 |
* | Make formats close over the right closure | Father Chrysostomos | 2012-06-29 | 1 | -0/+1 |