summaryrefslogtreecommitdiff
path: root/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* utf8.c: Add nomix-ASCII option to to_fold functionsKarl Williamson2012-05-221-11/+72
* utf8.c: Add assertionKarl Williamson2012-05-221-0/+2
* utf8.c: Re-order if branches for speedKarl Williamson2012-05-221-11/+11
* utf8.c: Add commentKarl Williamson2012-05-221-0/+4
* utf8n_to_uvuni(): Add a few compiler hintsKarl Williamson2012-05-221-6/+6
* utf8.c: Skip extraneous function callKarl Williamson2012-05-221-1/+1
* utf8.c: Remove unnecessary validationKarl Williamson2012-05-221-8/+31
* utf8.c: Extra branch to avoid others in the typical caseKarl Williamson2012-05-221-1/+4
* utf8n_to_uvuni(): Fix broken malformation interactionsKarl Williamson2012-05-011-3/+12
* is_utf8_char_slow(): Avoid accepting overlongsKarl Williamson2012-04-261-33/+5
* perlapi: Update for changes in utf8 decodingKarl Williamson2012-04-261-14/+36
* utf8.c: White-space onlyKarl Williamson2012-04-261-5/+5
* utf8.c: refactor utf8n_to_uvuni()Karl Williamson2012-04-261-141/+255
* utf8n_to_uvuni: Avoid reading outside of bufferKarl Williamson2012-04-261-4/+4
* utf8.c: Clarify and correct podKarl Williamson2012-04-261-6/+6
* utf8.c: Use macros instead of if..else.. sequenceKarl Williamson2012-04-261-12/+2
* PATCH: [perl #112530] Panic with inversion listsKarl Williamson2012-04-231-1/+1
* PATCH: [perl #111338] Warnings in utf8 subcategories do nothing in isolationKarl Williamson2012-04-171-1/+1
* utf8.c: Add back inadvertently deleted pod textKarl Williamson2012-03-301-0/+3
* Use remove more uses of utf8_to_uvchr()Karl Williamson2012-03-301-2/+2
* 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