summaryrefslogtreecommitdiff
path: root/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* S_* functions should be STATICJan Dubois2013-04-041-2/+4
* Perl_sv_uni_display() needs to be aware of RX_WRAPPED()Nicholas Clark2013-03-191-1/+4
* Add, fix commentsKarl Williamson2013-02-251-5/+10
* utf8.c: Reword a warning messageKarl Williamson2013-01-161-1/+1
* handy.h: Add full complement of isIDCONT() macrosKarl Williamson2012-12-231-0/+19
* Deprecate calling isFOO_utf8() with malformedKarl Williamson2012-12-231-3/+13
* Create internal _is_utf8_mark()Karl Williamson2012-12-221-1/+12
* Remove temporary back-compat PL_ variable namesKarl Williamson2012-12-221-9/+9
* utf8.c: Remove two internal now unused functions.Karl Williamson2012-12-221-20/+0
* Add generic _is_(uni|utf8)_FOO() functionKarl Williamson2012-12-221-18/+38
* handy.h: Create isALPHANUMERIC() and kinKarl Williamson2012-12-221-1/+1
* perlapi: Grammar nitKarl Williamson2012-12-221-5/+6
* utf8.c: Fix reference count in swash_to_invlist()Karl Williamson2012-12-221-2/+3
* Deprecate some functions in utf8.cKarl Williamson2012-12-091-9/+18
* utf8.c: Add locale support to functionsKarl Williamson2012-12-091-18/+56
* utf8.c: Change is_uni_idfirst_lc() to use Perl's defnKarl Williamson2012-12-091-1/+1
* Add functions for getting ctype ALNUMCKarl Williamson2012-12-091-0/+27
* utf8.c: Combine 2 function calls into oneKarl Williamson2012-12-091-2/+1
* utf8.c: Move ARGS_ASSERT to earlier in functionKarl Williamson2012-12-091-2/+2
* Make isIDFIRST_uni() return identically as isIDFIRST_utf8()Karl Williamson2012-11-291-0/+8
* Remove double underscore in internal function nameKarl Williamson2012-11-291-2/+2
* New COW mechanismFather Chrysostomos2012-11-271-10/+17
* Remove "register" declarationsKarl Williamson2012-11-241-2/+2
* Request is_utf8_char_slow() be inlinedKarl Williamson2012-11-241-1/+1
* prevent multiple evaluations of ERRSVDaniel Dragan2012-11-231-4/+10
* 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