| Commit message (Expand) | Author | Age | Files | Lines |
* | Used pad name lists for pad ids | Father Chrysostomos | 2012-10-16 | 1 | -1/+0 |
* | PATCH: [perl #89774] multi-char fold + its fold in char class | Karl Williamson | 2012-10-14 | 1 | -0/+1 |
* | Get rid of PL_formfeed. | Enache Adrian | 2012-09-20 | 1 | -1/+0 |
* | Use macro not swash for utf8 quotemeta | Karl Williamson | 2012-09-13 | 1 | -1/+0 |
* | regexec.c: Use new macros instead of swashes | Karl Williamson | 2012-09-13 | 1 | -7/+0 |
* | 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 |
* | Comment out unused function | Karl Williamson | 2012-08-25 | 1 | -1/+0 |
* | Fix format closure bug with redefined outer sub | Father Chrysostomos | 2012-08-21 | 1 | -0/+1 |
* | regcomp.c: Fix multi-char fold bug | Karl Williamson | 2012-08-02 | 1 | -0/+1 |
* | Eliminate PL_OP_SLAB_ALLOC | Father Chrysostomos | 2012-07-12 | 1 | -5/+0 |
* | handy.h: Fix isBLANK_uni and isBLANK_utf8 | Karl Williamson | 2012-06-29 | 1 | -0/+1 |
* | eliminate PL_reginterp_cnt | David Mitchell | 2012-06-13 | 1 | -1/+0 |
* | [perl #78742] Store CopSTASH in a pad under threads | Father Chrysostomos | 2012-06-04 | 1 | -0/+3 |
* | Excise PL_amagic_generation | Father Chrysostomos | 2012-05-23 | 1 | -1/+0 |
* | Remove gete?[ug]id caching | Ævar Arnfjörð Bjarmason | 2012-02-18 | 1 | -4/+4 |
* | perl #77654: quotemeta quotes non-ASCII consistently | Karl Williamson | 2012-02-15 | 1 | -0/+1 |
* | Further eliminate POSIX-emulation under LinuxThreads | Ævar Arnfjörð Bjarmason | 2012-02-15 | 1 | -1/+0 |
* | intrpvar.h: Rmv no longer used PL_ variable | Karl Williamson | 2012-02-11 | 1 | -1/+0 |
* | regcomp.c: /[[:lower:]]/i should match the same as /\p{Lower}/i | Karl Williamson | 2012-02-11 | 1 | -0/+1 |
* | add wrap_op_checker() API function | Zefram | 2012-02-11 | 1 | -0/+2 |
* | Add compile-time inversion lists for POSIX classes | Karl Williamson | 2012-02-09 | 1 | -0/+29 |
* | regcomp.c: Use compile-time invlists | Karl Williamson | 2012-02-09 | 1 | -0/+3 |
* | Fix CORE::glob | Father Chrysostomos | 2011-10-26 | 1 | -0/+1 |
* | utf8.c: Add function to retrieve new _Perl_IDStart prop | Karl Williamson | 2011-10-01 | 1 | -0/+1 |
* | Don't use swash to find cntrls | Karl Williamson | 2011-10-01 | 1 | -1/+0 |
* | No need for swashes for properties that are ASCII-only | Karl Williamson | 2011-10-01 | 1 | -3/+0 |
* | No need for swashes for computing if ASCII | Karl Williamson | 2011-10-01 | 1 | -1/+0 |
* | Simplify embedvar.h, removing a level of macro indirection for PL_* variables. | Nicholas Clark | 2011-08-11 | 1 | -369/+0 |
* | Store C<study>'s data in in mg_ptr instead of interpreter variables. | Nicholas Clark | 2011-07-01 | 1 | -6/+0 |
* | Merge PL_scream{first,next} into one allocated buffer. | Nicholas Clark | 2011-07-01 | 1 | -2/+0 |
* | Move PL_runops_{std,dbg} to perl.h, and make them const. | Nicholas Clark | 2011-06-12 | 1 | -6/+0 |
* | Move PL_global_struct_size, PL_interp_size{,_5_16_0} to perl.h | Nicholas Clark | 2011-06-12 | 1 | -9/+0 |
* | In perlvar.h, move the always-present globals above those conditionally compiled | Nicholas Clark | 2011-06-12 | 1 | -3/+3 |
* | Move PL_{revision,version,subversion} to perl.h, making them const U8. | Nicholas Clark | 2011-06-12 | 1 | -9/+0 |
* | Move PL_sh_path to perl.h (except for OS/2), as it's const char[] | Nicholas Clark | 2011-06-12 | 1 | -0/+4 |
* | Move PL_{No,Yes,hexdigit} from perlvars.h to perl.h, as all are const char[] | Nicholas Clark | 2011-06-12 | 1 | -9/+0 |
* | Eliminate PL_patleave, unused since perl 5.0 alpha 2. | Nicholas Clark | 2011-06-12 | 1 | -3/+0 |
* | Restore building with -DPERL_GLOBAL_STRUCT, broken since 4dc941f7cb795735. | Nicholas Clark | 2011-05-22 | 1 | -3/+0 |
* | handy.h: isIDFIRST_utf8() changed to use XIDStart | Karl Williamson | 2011-02-17 | 1 | -0/+4 |
* | Add PL_foldable - a list of chars that participate in folds | Karl Williamson | 2011-02-02 | 1 | -0/+2 |
* | Move all the generated file header printing into read_only_top() | Nicholas Clark | 2011-01-23 | 1 | -4/+4 |
* | Generate pp_* prototypes in pp_proto.h, and remove pp.sym | Nicholas Clark | 2011-01-09 | 1 | -1/+1 |
* | Improve custom OP support. | Ben Morrow | 2010-11-14 | 1 | -0/+2 |
* | Eliminate PL_dirty | Florian Ragwitz | 2010-11-14 | 1 | -2/+0 |
* | Add ${^GLOBAL_PHASE} | Florian Ragwitz | 2010-11-14 | 1 | -0/+2 |
* | regexec.c: Don't give up on fold matching early | Karl Williamson | 2010-11-07 | 1 | -0/+2 |
* | RT #76248: double-freed SV with nested sig-handler | David Mitchell | 2010-11-01 | 1 | -3/+0 |
* | replace PL_doextract with better kinds of variable | Zefram | 2010-10-21 | 1 | -2/+0 |
* | embed.pl -> regen/embed.pl | Father Chrysostomos | 2010-10-13 | 1 | -2/+2 |