summaryrefslogtreecommitdiff
path: root/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* utf8.c: Add _flags version of to_utf8_fold()Karl Williamson2011-05-031-7/+12
* utf8.c: silence compiler warningsDavid Mitchell2011-03-261-2/+2
* foldEQ_utf8(): Move rare tests out of main streamKarl Williamson2011-02-221-14/+12
* utf8.c: Fix setting wrong variableKarl Williamson2011-02-191-1/+1
* foldEQ_utf8(): Add locale handlingKarl Williamson2011-02-191-5/+66
* Subclass utf8 warnings so can turn off individuallyKarl Williamson2011-02-171-22/+31
* handy.h: isIDFIRST_utf8() changed to use XIDStartKarl Williamson2011-02-171-0/+25
* foldEQ_utf8_flags: Add no-mixing ASCII optionKarl Williamson2011-02-141-2/+25
* foldEQ_utf8: Add version with flags parameterKarl Williamson2011-02-141-2/+2
* Silence compile warnings before uni tables builtKarl Williamson2011-02-061-1/+11
* Move ANYOF folding from regexec to regcompKarl Williamson2011-02-021-10/+5
* _swash_inversion_hash Rmv X from embed, add constKarl Williamson2011-02-021-1/+1
* Add initial inversion list objectKarl Williamson2011-02-021-0/+65
* newSVpvf_nocontext only visible with threads, fix for non-threadedTony Cook2011-01-101-4/+4
* utf8.c: Renumber cases in switchKarl Williamson2011-01-091-3/+3
* utf8.c: Change to warn_d in two placesKarl Williamson2011-01-091-2/+3
* Add warnings for use of problematic code pointsKarl Williamson2011-01-091-0/+30
* utf8.c: Whitespace onlyKarl Williamson2011-01-091-35/+35
* utf8.c(): Default to allow problematic code pointsKarl Williamson2011-01-091-67/+163
* utf8.c: Nits in podKarl Williamson2011-01-091-6/+5
* Add check_utf8_print()Karl Williamson2011-01-091-0/+48
* In Perl_swash_init(), use call_sv() directly instead of call_method().Nicholas Clark2011-01-071-1/+1
* In Perl_swash_init(), reuse any non-NULL return value from Perl_gv_fetchmeth().Nicholas Clark2011-01-071-2/+7
* utf8.c: add to commentKarl Williamson2010-12-191-1/+2
* utf8.c, .h: Clarify pod and commentKarl Williamson2010-12-191-2/+3
* Document use of strlen() by is_ascii_string(), is_utf8_string() and friends.Marvin Humphrey2010-12-081-3/+6
* pp.c, utf8.c: Convert to use TWO_BYTE_UTF8_TO_UNIKarl Williamson2010-11-221-4/+2
* Add Perl_bytes_cmp_utf8() to compare character sequences in different encodingsNicholas Clark2010-11-111-0/+69
* utf8.c: Add function to create inversion of swashKarl Williamson2010-11-071-0/+132
* utf8.c: extract code into separate subroutineKarl Williamson2010-11-071-72/+102
* utf8.c: Add commentsKarl Williamson2010-11-071-7/+17
* Avoid compiler warnings in Perl_foldEQ_utf8, spotted by Jerry D. Hedden.Nicholas Clark2010-06-171-2/+6
* Change name of ibcmp to foldEQKarl Williamson2010-06-051-8/+8
* utf8.c: further doc tweaksKarl Williamson2010-06-051-6/+11
* utf8.c: Modify doc comment; change whitespaceKarl Williamson2010-06-051-75/+74
* Revamp ibcmp_utf8 for performance and clarityKarl Williamson2010-06-051-108/+152
* Clarify some documentationKarl Williamson2010-06-051-3/+5
* PATCH: user defined special casing for non utf8Karl Williamson2010-05-261-2/+1
* PATCH: [perl #72998] regex loopingKarl Williamson2010-04-151-1/+2
* [perl #73174] swash_init() wasn't saving %^HDavid Mitchell2010-03-021-2/+1
* change non-char warning message from malformedKarl Williamson2009-12-201-45/+49
* qr/\X/ expansionKarl Williamson2009-12-051-3/+120
* Perl_utf16_to_utf8() should treat "\0" like any every other odd-length input.Nicholas Clark2009-10-221-6/+0
* Perl_utf16_to_utf8() should return the correct length when being "understanding"Nicholas Clark2009-10-211-1/+1
* somewhat fix failing regex tests. but break lots of other stuff at the same timeYves Orton2009-10-191-1/+31
* In utf16_to_utf8(), fix off-by-one errors for the range of valid surrogates.Nicholas Clark2009-10-181-2/+2
* utf16_to_utf8() should croak on encountering a bare low surrogate.Nicholas Clark2009-10-181-0/+2
* utf16_to_utf8() should croak if the buffer ends without the second surrogate.Nicholas Clark2009-10-181-4/+8
* utf16_to_utf8_reversed() should croak early when passed an odd byte length.Nicholas Clark2009-10-181-0/+4
* Add Perl_ck_warner_d(), which combines Perl_ckwarn_d() and Perl_warner().Nicholas Clark2009-10-121-7/+5