| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert some files from Latin-1 to UTF-8 | Keith Thompson | 2011-09-07 | 1 | -2/+2 |
* | utf8.c: Accept INVERT_IT in swash | Karl Williamson | 2011-07-03 | 1 | -1/+17 |
* | utf8.c: swash_to_invlist() handle EXTRAS | Karl Williamson | 2011-07-03 | 1 | -1/+78 |
* | Add flag to num groks to silence non-portable warnings | Karl Williamson | 2011-07-03 | 1 | -4/+9 |
* | Change inversion lists to SVs | Karl Williamson | 2011-07-03 | 1 | -2/+2 |
* | utf8.c: revise comment | Karl Williamson | 2011-05-20 | 1 | -2/+3 |
* | Fix some multi-char /i fold bugs | Karl Williamson | 2011-05-19 | 1 | -4/+147 |
* | utf8.c: Remove soon-to-be-obsoleted comment | Karl Williamson | 2011-05-19 | 1 | -16/+0 |
* | utf8.c: Remove unnecessary temporary | Karl Williamson | 2011-05-19 | 1 | -5/+2 |
* | utf8.c: "<" should be "<=" | Karl Williamson | 2011-05-19 | 1 | -1/+1 |
* | utf8.c: Add _flags version of to_utf8_fold() | Karl Williamson | 2011-05-03 | 1 | -7/+12 |
* | utf8.c: silence compiler warnings | David Mitchell | 2011-03-26 | 1 | -2/+2 |
* | 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 |