summaryrefslogtreecommitdiff
path: root/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* utf8.c: White space only.Karl Williamson2013-05-201-4/+4
* Fix multi-char fold edge caseKarl Williamson2013-05-201-13/+48
* Expand flags parameter from boolean in _to_fold_latin1Karl Williamson2013-05-201-10/+9
* utf8.c: Replace two macro calls with equiv singleKarl Williamson2013-05-201-12/+6
* autodoc.pl: Add note for deprecated functionsKarl Williamson2013-05-201-6/+0
* Use new case changing macrosKarl Williamson2013-05-201-5/+4
* perlapi: Add docs for some case-changing macros; clarify othersKarl Williamson2013-05-201-37/+4
* utf8.c: Remove redundant assignment.Karl Williamson2013-05-201-1/+0
* utf8.c: Use mnemonics instead of hex numbersKarl Williamson2013-05-201-4/+9
* 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