summaryrefslogtreecommitdiff
path: root/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* Move functions prematurely placed into mathoms back to utf8.cKarl Williamson2013-09-041-0/+58
* perlapi: Remove newly obsolete statementKarl Williamson2013-09-041-2/+1
* utf8.c: Add commentKarl Williamson2013-08-291-3/+11
* utf8.c: Add omitted fold casesKarl Williamson2013-08-291-5/+24
* utf8.c: Move some code around for speedKarl Williamson2013-08-291-5/+7
* utf8.c: Remove wrapper functions.Karl Williamson2013-08-291-103/+80
* perlapi vis utf8.c: NitsKarl Williamson2013-08-291-5/+4
* utf8.c: Move 2 functions to earlier in fileKarl Williamson2013-08-291-36/+36
* utf8.c: Don't use slower general-purpose functionKarl Williamson2013-08-291-3/+7
* utf8.c: Don't do ++ in macro parameterKarl Williamson2013-08-291-2/+3
* utf8.c: Use macro instead of duplicating codeKarl Williamson2013-08-291-13/+13
* utf8.c: Avoid unnecessary UTF-8 conversionsKarl Williamson2013-08-291-27/+62
* utf8.c: No need to check for UTF-8 malformationsKarl Williamson2013-08-291-5/+3
* utf8.c: Fix so UTF-16 to UTF-8 conversion works under EBCDICKarl Williamson2013-08-291-5/+9
* Fix valid_utf8_to_uvchr() for EBCDICKarl Williamson2013-08-291-2/+6
* Fix EBCDIC bugs in UTF8_ACUMULATE and utf8.cKarl Williamson2013-08-291-1/+1
* utf8.c: Use more clearly named macroKarl Williamson2013-08-291-1/+1
* Add macro OFFUNISKIPKarl Williamson2013-08-291-3/+3
* utf8.c: Stop using two functionsKarl Williamson2013-08-291-18/+21
* Convert uvuni_to_utf8() to functionKarl Williamson2013-08-291-6/+4
* Deprecate utf8_to_uni_buf()Karl Williamson2013-08-291-8/+8
* Deprecate valid_utf8_to_uvuni()Karl Williamson2013-08-291-2/+3
* utf8.c: Swap which fcn wraps the otherKarl Williamson2013-08-291-27/+25
* utf8.c: Skip a no-opKarl Williamson2013-08-291-1/+1
* utf8.c: Move comment to where makes more senseKarl Williamson2013-08-291-3/+3
* Convert some uvuni() to uvchr()Karl Williamson2013-08-291-6/+3
* Remove EBCDIC remappingsKarl Williamson2013-08-291-70/+29
* Add and use macro to return EBCDICKarl Williamson2013-08-291-12/+12
* Extract common code to an inline functionKarl Williamson2013-08-291-7/+2
* Use byte domain EBCDIC/LATIN1 macro where appropriateKarl Williamson2013-08-291-3/+3
* Use new clearer named #definesKarl Williamson2013-08-291-8/+8
* utf8.c: is_utf8_char_slow() should use native lengthKarl Williamson2013-08-291-1/+1
* Use SSize_t for arraysFather Chrysostomos2013-08-251-2/+2
* regcomp.h, sv.c, utf8.c: Comment nitsKarl Williamson2013-08-101-1/+1
* 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