| Commit message (Expand) | Author | Age | Files | Lines |
* | regex: Add pseudo-Posix class: 'cased' | Karl Williamson | 2012-12-31 | 1 | -1/+0 |
* | handy.h: Add full complement of isIDCONT() macros | Karl Williamson | 2012-12-23 | 1 | -0/+1 |
* | Use an array for some inversion lists | Karl Williamson | 2012-12-22 | 1 | -6/+1 |
* | Use an array for some inversion lists | Karl Williamson | 2012-12-22 | 1 | -14/+1 |
* | Use array for some inversion lists | Karl Williamson | 2012-12-22 | 1 | -8/+1 |
* | intrpvar.h: Place some swash pointers in an array | Karl Williamson | 2012-12-22 | 1 | -9/+1 |
* | regexec.c: More efficient Korean \X processing | Karl Williamson | 2012-12-16 | 1 | -1/+0 |
* | Zap PL_glob_index | Father Chrysostomos | 2012-12-09 | 1 | -1/+0 |
* | Add functions for getting ctype ALNUMC | Karl Williamson | 2012-12-09 | 1 | -0/+1 |
* | Disable PL_sawampersand | Father Chrysostomos | 2012-11-27 | 1 | -0/+2 |
* | Remove 3 unused interpreter variables | Karl Williamson | 2012-11-26 | 1 | -3/+0 |
* | Hash Function Change - Murmur hash and true per process hash seed | Yves Orton | 2012-11-17 | 1 | -3/+4 |
* | Validate above-Latin1 characters in \N{} aliases | Karl Williamson | 2012-11-11 | 1 | -0/+2 |
* | 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 |