summaryrefslogtreecommitdiff
path: root/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* utf8.c: Don't dump malformation past first NULKarl Williamson2018-03-231-2/+14
* PATCH: [perl #131646] Assertion fail UTF-8 error msgKarl Williamson2017-08-291-1/+1
* 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
* utf8.c: Fix EBCDIC detection of above-31 bit code pointsKarl Williamson2016-11-241-2/+2
* Split diagnostics for two UTF-8 malformationsKarl Williamson2016-11-241-35/+40
* utf8.c: Clarify warning message.Karl Williamson2016-11-241-1/+1
* Change white space to avoid C++ deprecation warningKarl Williamson2016-11-181-32/+32
* PATCH: [perl #130010] a5540cf breaks texinfoKarl Williamson2016-11-121-0/+1
* utf8.c: Add commentKarl Williamson2016-11-121-0/+1
* utf8.c: No need to look at trailing NUL in comparing stringKarl Williamson2016-11-061-1/+1
* Fix wrong UTF-8 overflow error on 32-bit platformsKarl Williamson2016-11-021-18/+26
* utf8.c: Silence unused parameter compiler warningKarl Williamson2016-10-261-0/+4
* utf8n_to_uvchr(): Reduce chances of reading beyond bufferKarl Williamson2016-10-191-1/+14
* utf8.c: use new SvPVCLEAR and constant string friendly macrosYves Orton2016-10-191-1/+1
* utf8.c: Reflow 2 lines, so it is clear they are 2.Karl Williamson2016-10-171-2/+3
* perlapi: Grammar, typosKarl Williamson2016-10-171-1/+1
* utf8.c: Silence a compiler warningKarl Williamson2016-10-161-1/+2
* perlapi: Fix clause that should have been removed earlierKarl Williamson2016-10-131-1/+1