summaryrefslogtreecommitdiff
path: root/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* White-space only; properly indent newly formed blocksKarl Williamson2014-03-141-13/+13
* mktables: Inline short tablesKarl Williamson2014-03-141-0/+5
* Change av_len calls to av_tindex for clarityKarl Williamson2014-02-201-4/+4
* White-space, comments onlyKarl Williamson2014-01-271-0/+1
* Work properly under UTF-8 LC_CTYPE localesKarl Williamson2014-01-271-24/+51
* Rename an internal flagKarl Williamson2014-01-271-4/+4
* Taint more operands with case changesKarl Williamson2014-01-271-28/+9
* Comments, white-spaceKarl Williamson2014-01-221-4/+7
* Turn on read-only flag for some unchangeable inversion listsKarl Williamson2014-01-161-0/+3
* IDStart and IDCont no longer go out to diskKarl Williamson2014-01-091-2/+11
* isWORDCHAR_uni(), isDIGIT_utf8() etc no longer go out to diskKarl Williamson2014-01-091-11/+22
* utf8.c: Add commentKarl Williamson2014-01-091-1/+3
* utf8.c: Move a bunch of deprecated fcns to mathoms.cKarl Williamson2014-01-051-400/+0
* utf8.c: Use existing macros instead of duplicate codeKarl Williamson2014-01-051-101/+38
* Change some warnings in utf8n_to_uvchr()Karl Williamson2014-01-011-26/+26
* utf8.c: Fix warning category and subcategory conflictsKarl Williamson2014-01-011-6/+6
* utf8.c: Don't do redundant testKarl Williamson2014-01-011-1/+1
* utf8.c: Typo in comment, and clarificationKarl Williamson2014-01-011-1/+1
* Remove no-longer used inversion list functionKarl Williamson2013-12-311-1/+1
* White-space onlyKarl Williamson2013-12-311-28/+28
* Change format of mktables output binary property tablesKarl Williamson2013-12-311-0/+28
* perlapi: Consistent spaces after dotsFather Chrysostomos2013-12-291-9/+12
* utf8.c: White-space onlyKarl Williamson2013-12-061-3/+4
* perlapi: Grammar nitsKarl Williamson2013-12-061-6/+6
* utf8.c: Remove hard-coded names.Karl Williamson2013-12-061-8/+21
* perlapi: NitsKarl Williamson2013-12-041-2/+2
* utf8.c: Use U8 instead of UV in several placesKarl Williamson2013-12-031-4/+4
* fix -Wsign-compare in coreDavid Mitchell2013-11-291-4/+8
* 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