| Commit message (Expand) | Author | Age | Files | Lines |
* | regcomp.c: Use compiled-in inversion lists | Karl Williamson | 2012-02-09 | 1 | -1/+14 |
* | utf8.c: white-space only | Karl Williamson | 2012-02-04 | 1 | -9/+9 |
* | utf8.c: Use the new compact case mapping tables | Karl Williamson | 2012-02-04 | 1 | -5/+17 |
* | mktables: Add duplicate tables | Karl Williamson | 2012-02-04 | 1 | -4/+4 |
* | Provide as much diagnostic information as possible in "panic: ..." messages. | Nicholas Clark | 2012-01-16 | 1 | -6/+16 |
* | utf8.c: fix typo in pod | Karl Williamson | 2012-01-13 | 1 | -1/+1 |
* | regcomp.c: Optimize a single Unicode property in a [character class] | Karl Williamson | 2012-01-13 | 1 | -5/+5 |
* | utf8.c: White-space only | Karl Williamson | 2012-01-13 | 1 | -67/+69 |
* | utf8.c: Add ability to pass inversion list to _core_swash_init() | Karl Williamson | 2012-01-13 | 1 | -7/+69 |
* | utf8.c: Add flag to swash_init() to not croak on error | Karl Williamson | 2012-01-13 | 1 | -2/+7 |
* | utf8.c: Prevent reading before buffer start | Karl Williamson | 2012-01-13 | 1 | -1/+3 |
* | Utf8.c: Generate and use inversion lists for binary swashes | Karl Williamson | 2012-01-13 | 1 | -3/+32 |
* | utf8.c: Refactor code slightly in prep | Karl Williamson | 2012-01-13 | 1 | -13/+21 |
* | utf8.c: New function to retrieve non-copy of swash | Karl Williamson | 2012-01-13 | 1 | -5/+38 |
* | utf8.c: Change name of static function | Karl Williamson | 2012-01-13 | 1 | -14/+14 |
* | utf8.c: Move test out of loops | Karl Williamson | 2012-01-13 | 1 | -20/+12 |
* | Comment additions, typos, white-space. | Karl Williamson | 2012-01-13 | 1 | -0/+1 |
* | diag_listed_as galore | Father Chrysostomos | 2011-12-28 | 1 | -0/+2 |
* | utf8.c: white-space, comment clarification only | Karl Williamson | 2011-12-18 | 1 | -8/+7 |
* | utf8.c: foldEQ_utf8_flags() use specific flag, not just any | Karl Williamson | 2011-12-18 | 1 | -1/+1 |
* | utf8.c: Change prototypes of two functions | Karl Williamson | 2011-12-15 | 1 | -3/+6 |
* | utf8.c: White-space changes only | Karl Williamson | 2011-12-15 | 1 | -10/+12 |
* | utf8.c: Allow Changed behavior of utf8 under locale | Karl Williamson | 2011-12-15 | 1 | -15/+224 |
* | utf8.c: Add comment | Karl Williamson | 2011-12-15 | 1 | -0/+4 |
* | utf8.c: typos in pod | Karl Williamson | 2011-11-21 | 1 | -2/+2 |
* | PATCH: [perl #32080] is_utf8_string() reads too far | Karl Williamson | 2011-11-21 | 1 | -28/+30 |
* | utf8.c: typo in comment | Karl Williamson | 2011-11-12 | 1 | -1/+1 |
* | utf8.c: Skip extra function calls | Karl Williamson | 2011-11-11 | 1 | -7/+3 |
* | utf8.c: Add compiler hint | Karl Williamson | 2011-11-11 | 1 | -1/+1 |
* | utf8.c: Add and revise comments | Karl Williamson | 2011-11-11 | 1 | -6/+34 |
* | utf8.c: Don't warn on \p{user-defined} for above-Unicode | Karl Williamson | 2011-11-10 | 1 | -13/+18 |
* | utf8.c: Handle swashes at UV_MAX | Karl Williamson | 2011-11-10 | 1 | -0/+13 |
* | utf8.c: Fix swash handling under USE_MORE_BITS | Karl Williamson | 2011-11-10 | 1 | -1/+1 |
* | utf8.c: Make swashes work close to UV_MAX | Karl Williamson | 2011-11-09 | 1 | -1/+7 |
* | utf8.c: Faster latin1 folding | Karl Williamson | 2011-11-08 | 1 | -1/+47 |
* | utf8.c: Faster latin1 upper/title casing | Karl Williamson | 2011-11-08 | 1 | -2/+81 |
* | utf8.c: Expand use of refactored to_uni_lower | Karl Williamson | 2011-11-08 | 1 | -1/+10 |
* | utf8.c: Refactor to_uni_lower() | Karl Williamson | 2011-11-08 | 1 | -16/+27 |
* | utf8.c: Refactor case-changing calls into macros | Karl Williamson | 2011-11-08 | 1 | -10/+20 |
* | utf8.c: Use proper Unicode property names | Karl Williamson | 2011-11-08 | 1 | -4/+4 |
* | utf8.c: Don't use swash for to_uni_lower() latin1 calls | Karl Williamson | 2011-10-17 | 1 | -2/+18 |
* | utf8.c: Add comment | Karl Williamson | 2011-10-17 | 1 | -36/+36 |
* | utf8.c: White space only | Karl Williamson | 2011-10-17 | 1 | -34/+37 |
* | utf8.c: Add 'input pre-folded' flags to foldEQ_utf8_flags | Karl Williamson | 2011-10-17 | 1 | -0/+24 |
* | utf8.c: Add comments | Karl Williamson | 2011-10-17 | 1 | -1/+12 |
* | mro.c: Correct utf8 and bytes concatenation | Father Chrysostomos | 2011-10-06 | 1 | -0/+3 |
* | utf8.c: Add function to retrieve new _Perl_IDStart prop | Karl Williamson | 2011-10-01 | 1 | -0/+10 |
* | Comment-only nits | Karl Williamson | 2011-10-01 | 1 | -3/+4 |
* | utf8.c: Remove (mostly) redundant test | Karl Williamson | 2011-10-01 | 1 | -4/+0 |
* | Don't use swash to find cntrls | Karl Williamson | 2011-10-01 | 1 | -4/+10 |