summaryrefslogtreecommitdiff
path: root/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* Remove or downgrade unnecessary dVAR.Jarkko Hietaniemi2014-06-251-35/+0
* PERL_UNUSED_CONTEXT -> remove interp context where possibleDaniel Dragan2014-06-241-3/+1
* Silence -Wunused-parameter my_perl under threads.Jarkko Hietaniemi2014-06-191-3/+4
* Revert "/* NOTREACHED */ belongs *before* the unreachable."Jarkko Hietaniemi2014-06-191-4/+2
* /* NOTREACHED */ belongs *before* the unreachable.Jarkko Hietaniemi2014-06-191-2/+4
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-151-1/+1
* rmv duplicate SvUV call in Perl__swash_inversion_hashDarin McBride2014-06-141-3/+5
* Revert "Some low-hanging -Wunreachable-code fruits."Jarkko Hietaniemi2014-06-131-1/+1
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-131-1/+1
* perlapi: Include general informationKarl Williamson2014-06-051-2/+1
* Move some deprecated utf8-handling functions to mathomsKarl Williamson2014-05-311-136/+17
* Make is_utf8_char_buf() a macroKarl Williamson2014-05-311-1/+1
* Create isUTF8_CHAR() macro and use itKarl Williamson2014-05-311-68/+15
* utf8.c: Move a static function to inline.hKarl Williamson2014-05-311-35/+3
* utf8.c: Move documentation next to its functionKarl Williamson2014-05-301-16/+16
* utf8.c: Silence compiler warningKarl Williamson2014-05-291-1/+1
* utf8.c: Move static function to embed.fncKarl Williamson2014-05-291-6/+8
* UV casting to avoid intermediate sign extension.Jarkko Hietaniemi2014-05-291-7/+10
* slen may be uninitialized.Jarkko Hietaniemi2014-05-281-1/+1
* perlapi: Give more accurate value for needed free spaceKarl Williamson2014-05-121-6/+6
* perlapi: Clarify NUL handling for 2 fcns; nitsKarl Williamson2014-04-231-8/+10
* 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