| Commit message (Expand) | Author | Age | Files | Lines |
* | foldEQ_utf8(): Move rare tests out of main stream | Karl Williamson | 2011-02-22 | 1 | -14/+12 |
* | utf8.c: Fix setting wrong variable | Karl Williamson | 2011-02-19 | 1 | -1/+1 |
* | foldEQ_utf8(): Add locale handling | Karl Williamson | 2011-02-19 | 1 | -5/+66 |
* | Subclass utf8 warnings so can turn off individually | Karl Williamson | 2011-02-17 | 1 | -22/+31 |
* | handy.h: isIDFIRST_utf8() changed to use XIDStart | Karl Williamson | 2011-02-17 | 1 | -0/+25 |
* | foldEQ_utf8_flags: Add no-mixing ASCII option | Karl Williamson | 2011-02-14 | 1 | -2/+25 |
* | foldEQ_utf8: Add version with flags parameter | Karl Williamson | 2011-02-14 | 1 | -2/+2 |
* | Silence compile warnings before uni tables built | Karl Williamson | 2011-02-06 | 1 | -1/+11 |
* | Move ANYOF folding from regexec to regcomp | Karl Williamson | 2011-02-02 | 1 | -10/+5 |
* | _swash_inversion_hash Rmv X from embed, add const | Karl Williamson | 2011-02-02 | 1 | -1/+1 |
* | Add initial inversion list object | Karl Williamson | 2011-02-02 | 1 | -0/+65 |
* | newSVpvf_nocontext only visible with threads, fix for non-threaded | Tony Cook | 2011-01-10 | 1 | -4/+4 |
* | utf8.c: Renumber cases in switch | Karl Williamson | 2011-01-09 | 1 | -3/+3 |
* | utf8.c: Change to warn_d in two places | Karl Williamson | 2011-01-09 | 1 | -2/+3 |
* | Add warnings for use of problematic code points | Karl Williamson | 2011-01-09 | 1 | -0/+30 |
* | utf8.c: Whitespace only | Karl Williamson | 2011-01-09 | 1 | -35/+35 |
* | utf8.c(): Default to allow problematic code points | Karl Williamson | 2011-01-09 | 1 | -67/+163 |
* | utf8.c: Nits in pod | Karl Williamson | 2011-01-09 | 1 | -6/+5 |
* | Add check_utf8_print() | Karl Williamson | 2011-01-09 | 1 | -0/+48 |
* | In Perl_swash_init(), use call_sv() directly instead of call_method(). | Nicholas Clark | 2011-01-07 | 1 | -1/+1 |
* | In Perl_swash_init(), reuse any non-NULL return value from Perl_gv_fetchmeth(). | Nicholas Clark | 2011-01-07 | 1 | -2/+7 |
* | utf8.c: add to comment | Karl Williamson | 2010-12-19 | 1 | -1/+2 |
* | utf8.c, .h: Clarify pod and comment | Karl Williamson | 2010-12-19 | 1 | -2/+3 |
* | Document use of strlen() by is_ascii_string(), is_utf8_string() and friends. | Marvin Humphrey | 2010-12-08 | 1 | -3/+6 |
* | pp.c, utf8.c: Convert to use TWO_BYTE_UTF8_TO_UNI | Karl Williamson | 2010-11-22 | 1 | -4/+2 |
* | Add Perl_bytes_cmp_utf8() to compare character sequences in different encodings | Nicholas Clark | 2010-11-11 | 1 | -0/+69 |
* | utf8.c: Add function to create inversion of swash | Karl Williamson | 2010-11-07 | 1 | -0/+132 |
* | utf8.c: extract code into separate subroutine | Karl Williamson | 2010-11-07 | 1 | -72/+102 |
* | utf8.c: Add comments | Karl Williamson | 2010-11-07 | 1 | -7/+17 |
* | Avoid compiler warnings in Perl_foldEQ_utf8, spotted by Jerry D. Hedden. | Nicholas Clark | 2010-06-17 | 1 | -2/+6 |
* | Change name of ibcmp to foldEQ | Karl Williamson | 2010-06-05 | 1 | -8/+8 |
* | utf8.c: further doc tweaks | Karl Williamson | 2010-06-05 | 1 | -6/+11 |
* | utf8.c: Modify doc comment; change whitespace | Karl Williamson | 2010-06-05 | 1 | -75/+74 |
* | Revamp ibcmp_utf8 for performance and clarity | Karl Williamson | 2010-06-05 | 1 | -108/+152 |
* | Clarify some documentation | Karl Williamson | 2010-06-05 | 1 | -3/+5 |
* | PATCH: user defined special casing for non utf8 | Karl Williamson | 2010-05-26 | 1 | -2/+1 |
* | PATCH: [perl #72998] regex looping | Karl Williamson | 2010-04-15 | 1 | -1/+2 |
* | [perl #73174] swash_init() wasn't saving %^H | David Mitchell | 2010-03-02 | 1 | -2/+1 |
* | change non-char warning message from malformed | Karl Williamson | 2009-12-20 | 1 | -45/+49 |
* | qr/\X/ expansion | Karl Williamson | 2009-12-05 | 1 | -3/+120 |
* | Perl_utf16_to_utf8() should treat "\0" like any every other odd-length input. | Nicholas Clark | 2009-10-22 | 1 | -6/+0 |
* | Perl_utf16_to_utf8() should return the correct length when being "understanding" | Nicholas Clark | 2009-10-21 | 1 | -1/+1 |
* | somewhat fix failing regex tests. but break lots of other stuff at the same time | Yves Orton | 2009-10-19 | 1 | -1/+31 |
* | In utf16_to_utf8(), fix off-by-one errors for the range of valid surrogates. | Nicholas Clark | 2009-10-18 | 1 | -2/+2 |
* | utf16_to_utf8() should croak on encountering a bare low surrogate. | Nicholas Clark | 2009-10-18 | 1 | -0/+2 |
* | utf16_to_utf8() should croak if the buffer ends without the second surrogate. | Nicholas Clark | 2009-10-18 | 1 | -4/+8 |
* | utf16_to_utf8_reversed() should croak early when passed an odd byte length. | Nicholas Clark | 2009-10-18 | 1 | -0/+4 |
* | Add Perl_ck_warner_d(), which combines Perl_ckwarn_d() and Perl_warner(). | Nicholas Clark | 2009-10-12 | 1 | -7/+5 |
* | Change warning "Unicode character is illegal" to more accurate description | Rafael Garcia-Suarez | 2009-10-03 | 1 | -1/+1 |
* | Remove obsolete functions is_uni_alnumc, is_uni_alnumc_lc, is_utf8_alnumc | Rafael Garcia-Suarez | 2009-09-13 | 1 | -24/+0 |