summaryrefslogtreecommitdiff
path: root/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate utf8_to_uvchr() and utf8_to_uvuni()Karl Williamson2012-03-191-4/+8
* Use the new utf8 to code point functionsKarl Williamson2012-03-191-21/+25
* utf8.c: Add valid_utf8_to_uvuni() and valid_utf8_to_uvchr()Karl Williamson2012-03-191-0/+26
* utf8.c: Add utf8_to_uvchr_buf() and utf8_to_uvuni_buf()Karl Williamson2012-03-191-1/+54
* utf8.c: pod clarificationKarl Williamson2012-03-191-1/+2
* utf8.c: pod (mostly formatting) + comments changesKarl Williamson2012-03-191-78/+90
* perl #77654: quotemeta quotes non-ASCII consistentlyKarl Williamson2012-02-151-0/+12
* is_utf8_char_slow(): Make constistent, correct docs.Karl Williamson2012-02-131-3/+3
* Deprecate is_utf8_char()Karl Williamson2012-02-111-3/+7
* Add is_utf8_char_buf()Karl Williamson2012-02-111-8/+46
* Unicode::UCD::prop_invmap(): New improved APIKarl Williamson2012-02-101-1/+0
* regcomp.c: Use compiled-in inversion listsKarl Williamson2012-02-091-1/+14
* utf8.c: white-space onlyKarl Williamson2012-02-041-9/+9
* utf8.c: Use the new compact case mapping tablesKarl Williamson2012-02-041-5/+17
* mktables: Add duplicate tablesKarl Williamson2012-02-041-4/+4
* Provide as much diagnostic information as possible in "panic: ..." messages.Nicholas Clark2012-01-161-6/+16
* utf8.c: fix typo in podKarl Williamson2012-01-131-1/+1
* regcomp.c: Optimize a single Unicode property in a [character class]Karl Williamson2012-01-131-5/+5
* utf8.c: White-space onlyKarl Williamson2012-01-131-67/+69
* utf8.c: Add ability to pass inversion list to _core_swash_init()Karl Williamson2012-01-131-7/+69
* utf8.c: Add flag to swash_init() to not croak on errorKarl Williamson2012-01-131-2/+7
* utf8.c: Prevent reading before buffer startKarl Williamson2012-01-131-1/+3
* Utf8.c: Generate and use inversion lists for binary swashesKarl Williamson2012-01-131-3/+32
* utf8.c: Refactor code slightly in prepKarl Williamson2012-01-131-13/+21
* utf8.c: New function to retrieve non-copy of swashKarl Williamson2012-01-131-5/+38
* utf8.c: Change name of static functionKarl Williamson2012-01-131-14/+14
* utf8.c: Move test out of loopsKarl Williamson2012-01-131-20/+12
* Comment additions, typos, white-space.Karl Williamson2012-01-131-0/+1
* diag_listed_as galoreFather Chrysostomos2011-12-281-0/+2
* utf8.c: white-space, comment clarification onlyKarl Williamson2011-12-181-8/+7
* utf8.c: foldEQ_utf8_flags() use specific flag, not just anyKarl Williamson2011-12-181-1/+1
* utf8.c: Change prototypes of two functionsKarl Williamson2011-12-151-3/+6
* utf8.c: White-space changes onlyKarl Williamson2011-12-151-10/+12
* utf8.c: Allow Changed behavior of utf8 under localeKarl Williamson2011-12-151-15/+224
* utf8.c: Add commentKarl Williamson2011-12-151-0/+4
* utf8.c: typos in podKarl Williamson2011-11-211-2/+2
* PATCH: [perl #32080] is_utf8_string() reads too farKarl Williamson2011-11-211-28/+30
* utf8.c: typo in commentKarl Williamson2011-11-121-1/+1
* utf8.c: Skip extra function callsKarl Williamson2011-11-111-7/+3
* utf8.c: Add compiler hintKarl Williamson2011-11-111-1/+1
* utf8.c: Add and revise commentsKarl Williamson2011-11-111-6/+34
* utf8.c: Don't warn on \p{user-defined} for above-UnicodeKarl Williamson2011-11-101-13/+18
* utf8.c: Handle swashes at UV_MAXKarl Williamson2011-11-101-0/+13
* utf8.c: Fix swash handling under USE_MORE_BITSKarl Williamson2011-11-101-1/+1
* utf8.c: Make swashes work close to UV_MAXKarl Williamson2011-11-091-1/+7
* utf8.c: Faster latin1 foldingKarl Williamson2011-11-081-1/+47
* utf8.c: Faster latin1 upper/title casingKarl Williamson2011-11-081-2/+81
* utf8.c: Expand use of refactored to_uni_lowerKarl Williamson2011-11-081-1/+10
* utf8.c: Refactor to_uni_lower()Karl Williamson2011-11-081-16/+27
* utf8.c: Refactor case-changing calls into macrosKarl Williamson2011-11-081-10/+20