summaryrefslogtreecommitdiff
path: root/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* Use macro not swash for utf8 quotemetaKarl Williamson2012-09-131-11/+0
* Move 2 functions from utf8.c to regexec.cKarl Williamson2012-09-131-69/+0
* regexec.c: Use new macros instead of swashesKarl Williamson2012-09-131-100/+0
* whoops, move this back where it wasJesse Luehrs2012-09-121-4/+4
* Add PL_subname to the save stackPeter Martini2012-09-121-0/+4
* Refactor \X regex handling to avoid a typical case table lookupKarl Williamson2012-08-281-3/+3
* Prepare for Unicode 6.2Karl Williamson2012-08-261-3/+13
* regex: Speed up \X processingKarl Williamson2012-08-251-1/+31
* utf8.c: indent in new block: White space-onlyKarl Williamson2012-08-251-2/+2
* utf8.c: Prefer binsearch over swash hash for small swashesKarl Williamson2012-08-251-7/+46
* utf8.c: Bypass a subroutine wrapperKarl Williamson2012-08-251-1/+1
* utf8.c: Add comment about speed-up attemptKarl Williamson2012-08-251-1/+2
* utf8.c: Shorten hash key for speedKarl Williamson2012-08-251-4/+4
* utf8.c: collapse a function parameterKarl Williamson2012-08-251-5/+5
* regexec.c: Use get method instead of internalsKarl Williamson2012-08-251-1/+7
* embed.fnc: Turn null wrapper function into macroKarl Williamson2012-08-251-1/+3
* utf8.c: Revise internal API of swash_init()Karl Williamson2012-08-251-28/+31
* Comment out unused functionKarl Williamson2012-08-251-0/+2
* utf8.c: Speed up \X processing of KoreanKarl Williamson2012-08-251-2/+48
* Add empty inline_invlist.cKarl Williamson2012-08-251-0/+1
* 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