summaryrefslogtreecommitdiff
path: root/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* Omnibus removal of register declarationsKarl Williamson2012-08-181-8/+8
* utf8.c: Add a get_() method to hide internal detailsKarl Williamson2012-07-241-0/+14
* utf8.c: Add info to commented-out -DU linesKarl Williamson2012-07-241-3/+3
* Only generate above-Uni warning for \p{}, \P{}Karl Williamson2012-07-191-18/+0
* utf8.c: Create API so internals can be hiddenKarl Williamson2012-07-191-0/+13
* handy.h: Fix isBLANK_uni and isBLANK_utf8Karl Williamson2012-06-291-0/+24
* Use assertions for /* NOT REACHED */Father Chrysostomos2012-06-151-1/+1
* utf8.c: White-space onlyKarl Williamson2012-06-071-2/+2
* utf8.c: Refactor a portion of to_utf8_case()Karl Williamson2012-06-071-4/+11
* utf8.c: Avoid some extra workKarl Williamson2012-06-071-3/+5
* utf8.c: Add, revise commentsKarl Williamson2012-06-071-2/+2
* utf8.c: Use new internal properties for \XKarl Williamson2012-06-021-7/+7
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* 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