summaryrefslogtreecommitdiff
path: root/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* utf8.c: White-space onlyKarl Williamson2013-10-161-9/+9
* Change mktables output for some tables to use hexKarl Williamson2013-10-161-12/+1
* utf8.c: Silence Win32 compiler warningsKarl Williamson2013-09-301-8/+8
* Removed an ifdef for IS_UTF8_CHAR in utf8.cBrian Fraser2013-09-211-2/+0
* The choice of 7 or 13 byte extended UTF-8 should be based on UVSIZE.Nicholas Clark2013-09-171-2/+2
* perlapi: Typos; clarify commentKarl Williamson2013-09-161-4/+6
* Use separate macros for byte vs uv UnicodeKarl Williamson2013-09-101-3/+3
* 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