summaryrefslogtreecommitdiff
path: root/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor is(SPACE|PSXSP)_(uni|utf8) macros and utf8.cKarl Williamson2012-11-191-4/+2
* Refactor is_XDIGIT_uni(), is_XDIGIT_utf8() and macrosKarl Williamson2012-11-191-4/+2
* Refactor is_BLANK_uni() and is_BLANK_utf8() macrosKarl Williamson2012-11-191-4/+2
* Refactor is_CNTRL_utf8(), is_utf8_cntrl()Karl Williamson2012-11-191-9/+1
* utf8.c: Request function to be inlineKarl Williamson2012-11-191-1/+1
* utf8.c: White-space, comments onlyKarl Williamson2012-11-191-2/+3
* utf8.c: Fix potential bugKarl Williamson2012-11-191-13/+28
* Stop \P{Assigned} from leakingFather Chrysostomos2012-11-181-1/+1
* utf8.c: Fix a minor refcounting bug caused by 02c8547Father Chrysostomos2012-11-181-0/+3
* Stop $unicode =~ /[[:posix:]]/ from leakingFather Chrysostomos2012-11-181-1/+6
* utf8.c: Don't copy a buffer to itselfKarl Williamson2012-11-141-1/+3
* utf8.c: Remove redundant unlikely branchesKarl Williamson2012-11-111-4/+0
* utf8n_to_uvuni() pod: Add clarificationsKarl Williamson2012-11-111-1/+7
* Add C define to remove taint support from perlSteffen Mueller2012-11-051-2/+4
* utf8.c: Stop _core_swash_init from leakingFather Chrysostomos2012-10-301-2/+2
* perlapi.pod: Clarify what a parameter meansKarl Williamson2012-10-201-3/+5
* regexec: Do less work on quantified UTF-8Karl Williamson2012-10-161-1/+1
* utf8.c: Remove an unnecessary conditionalKarl Williamson2012-10-091-4/+1
* 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