summaryrefslogtreecommitdiff
path: root/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* utf8.c: White-space onlyKarl Williamson2017-06-141-7/+7
* Add new function utf8_from_bytes_loc()Karl Williamson2017-06-141-33/+96
* Clarify pod for bytes to/from utf8()Karl Williamson2017-06-141-6/+6
* bytes_from_utf8(): parameter must not be NULLKarl Williamson2017-06-141-7/+7
* utf8.c: Add missing 'const' to formal parameterKarl Williamson2017-06-101-1/+1
* utf8.c: Clarify pod for three functionsKarl Williamson2017-06-081-2/+14
* utf8.c: Change formal parameter nameKarl Williamson2017-06-081-23/+23
* utf8.c: White-space, comment onlyKarl Williamson2017-06-081-26/+28
* utf8_to_bytes(): Avoid work if possibleKarl Williamson2017-06-081-5/+16
* utf8.c: Change UTF8 to UVCHRKarl Williamson2017-06-081-1/+1
* bytes_to_utf8(): Remove obsolete commentKarl Williamson2017-06-081-3/+0
* utf8.c: White_space onlyKarl Williamson2017-06-081-13/+13
* bytes_from_utf8(): Use memcpy if all invariantKarl Williamson2017-06-081-0/+9
* utf8.c: A byte count should be Size_t, not I32Karl Williamson2017-06-081-1/+1
* Forbid out of range Unicode code points.Abigail2017-06-061-17/+10
* Remove deprecated function 'to_utf8_case()'Karl Williamson2017-06-011-56/+0
* Reword description of 'bytes_from_utf8()'Karl Williamson2017-06-011-7/+14
* utf8.c: Don't use Newx in decoding UTF-8Karl Williamson2017-03-071-4/+3
* Make _byte_dump_string() usable in all of coreKarl Williamson2017-02-131-16/+25
* utf8.c: Move comment a few lines up in the fileKarl Williamson2017-02-111-9/+9
* Change av_foo_nomg() nameKarl Williamson2017-02-111-4/+4
* Fix embed.fnc for utf8_to_uvchr_bufKarl Williamson2017-01-251-0/+2
* Use of Unicode code points exceeding IV_MAX will be fatal in Perl 5.28Abigail2017-01-161-1/+1
* Fix save-stack type errorAaron Crane2017-01-071-1/+1
* utf8.c: Add a const to a function parameterKarl Williamson2017-01-051-1/+1
* utf8.c: Avoid reinitializingKarl Williamson2016-12-241-5/+8
* PATCH: [perl #130397] Rmv useless codeKarl Williamson2016-12-241-1/+0
* Fix win32 test failuresKarl Williamson2016-12-241-6/+6
* Don't assume input UTF-8 is well-formed in to_utf8_case()Karl Williamson2016-12-231-1/+13
* Deprecate toFOO_utf8()Karl Williamson2016-12-231-8/+125
* Convert core to use toFOO_utf8_safe()Karl Williamson2016-12-231-3/+3
* Add toFOO_utf8_safe() macrosKarl Williamson2016-12-231-14/+15
* Convert some calls to test for malformationsKarl Williamson2016-12-231-1/+1
* Don't assume input to case change macros is validKarl Williamson2016-12-231-2/+9
* For character case changing, create macros and useKarl Williamson2016-12-231-4/+4
* utf8.c: Add flag to indicate unsure as to end of string to printKarl Williamson2016-12-231-15/+9
* Deprecate isFOO_utf8() macrosKarl Williamson2016-12-231-32/+114
* utf8.c: White space, comments onlyKarl Williamson2016-12-231-23/+31
* Allow allowing UTF-8 overflow malformationKarl Williamson2016-12-231-1/+22
* Return REPLACEMENT for UTF-8 overlong malformationKarl Williamson2016-12-231-4/+15
* Return REPLACEMENT for UTF-8 empty malformationKarl Williamson2016-12-231-6/+4
* utf8.c: Forbid zero-length malformation under DEBUGGINGKarl Williamson2016-12-231-0/+6
* Add isFOO_utf8_safe() macrosKarl Williamson2016-12-231-3/+80
* Die on malformed isFOO_utf8() inputKarl Williamson2016-12-231-9/+5
* Add fnc to force out UTF-8 malform warnings at deathKarl Williamson2016-12-231-0/+48
* utf8.c Extract common code into macrosKarl Williamson2016-12-231-181/+99
* perlapi: Expand on utf8n_to_uvchr_errorKarl Williamson2016-12-191-0/+3
* perlapi: Clarify entry for utf8n_to_uvchr()Karl Williamson2016-12-141-1/+1
* utf8.c: Silence compiler warningKarl Williamson2016-12-111-2/+8
* utf8.c: Remove unused variableKarl Williamson2016-12-061-4/+3