This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta d3f0c815eccb54ae88550259c06aa395b2274580
[perl5.git] / utf8.c
2017-11-27 Karl WilliamsonFix and clarify the pod for utf8_length()
2017-11-23 Karl Williamsonutf8.c: White-space only
2017-11-16 David Mitchellclarify the pod for Perl_utf8_length()
2017-11-09 Karl WilliamsonDest buffer needs to be bigger for utf16_to_utf8()
2017-11-09 Karl Williamson_byte_dump_string(): Don't output leading space
2017-11-06 Karl Williamsonutf8.c: Use memchr instead of strchr
2017-11-06 Karl WilliamsonUse memEQs, memNEs in core files
2017-11-01 Karl Williamsonutf8.c: Rmv obsolete comment
2017-10-29 Karl Williamsonbytes_to_utf8(): Trim unused malloc'd space
2017-09-10 Karl Williamsonutf8.c: Use mnemonic for repeatedly used number
2017-08-09 Karl Williamsonutf8.c: EBCDIC fix
2017-08-06 Karl Williamsonutf8_to_uvchr() EBCDIC fix
2017-07-13 Karl WilliamsonForbid above IV_MAX code points
2017-07-13 Karl Williamsonutf8.c: Change 2 static fcns to handle overlongs
2017-07-13 Karl Williamsonutf8.c: Move and slightly change comment block
2017-07-13 Karl Williamsonutf8.c: Generalize static fcn return for indeterminate...
2017-07-13 Karl Williamsonutf8.c: Move a fcn within the file
2017-07-13 Karl Williamsonutf8.c: Generalize static fcn return for indeterminate...
2017-07-13 Karl Williamsonutf8.c: Generalize static fcn return for indeterminate...
2017-07-13 Karl Williamsonutf8.c: Reorder two 'if' clauses
2017-07-13 Karl Williamsonutf8.c: Slightly simplify some code
2017-07-13 Karl Williamsonutf8n_to_uvchr(): Properly handle extremely high code...
2017-07-13 Karl Williamsonutf8n_to_uvchr() Properly test for extended UTF-8
2017-07-13 Karl Williamsonutf8.h: Add synonyms for flag names
2017-07-13 Karl Williamsonutf8.c: Fix bugs with overlongs combined with other...
2017-07-13 Karl Williamsonutf8n_to_uvchr: U+ should be for only Unicode code...
2017-07-13 Karl Williamsonutf8n_to_uvchr() Use correct warnings category
2017-07-13 Karl Williamsonutf8n_to_uvchr(): Avoid some work
2017-07-13 Karl Williamsonutf8.c: Comments, white-space only
2017-07-13 Karl Williamsonutf8.c: Consolidate duplicated string constants
2017-07-13 Karl Williamsonutf8.c: Don't calc code point from overflowing UTF8
2017-07-13 Karl WilliamsonRevert: Restrict code points to <= IV_MAX
2017-07-02 Karl Williamsonutf8n_to_uvchr(): Don't display too many bytes in msg
2017-07-01 Karl Williamsonutf8.c: Move some #defines here, the only file that...
2017-07-01 Karl Williamsonperlapi: Add note about utf8n_to_uvchr_error() return
2017-06-24 Karl WilliamsonPATCH: [perl #131646] Assertion fail UTF-8 error msg
2017-06-21 Karl Williamsonutf8.c: Fix comment
2017-06-14 Karl Williamsonutf8.c: White-space only
2017-06-14 Karl WilliamsonAdd new function utf8_from_bytes_loc()
2017-06-14 Karl WilliamsonClarify pod for bytes to/from utf8()
2017-06-14 Karl Williamsonbytes_from_utf8(): parameter must not be NULL
2017-06-10 Karl Williamsonutf8.c: Add missing 'const' to formal parameter
2017-06-08 Karl Williamsonutf8.c: Clarify pod for three functions
2017-06-08 Karl Williamsonutf8.c: Change formal parameter name
2017-06-08 Karl Williamsonutf8.c: White-space, comment only
2017-06-08 Karl Williamsonutf8_to_bytes(): Avoid work if possible
2017-06-08 Karl Williamsonutf8.c: Change UTF8 to UVCHR
2017-06-08 Karl Williamsonbytes_to_utf8(): Remove obsolete comment
2017-06-08 Karl Williamsonutf8.c: White_space only
2017-06-08 Karl Williamsonbytes_from_utf8(): Use memcpy if all invariant
2017-06-08 Karl Williamsonutf8.c: A byte count should be Size_t, not I32
2017-06-06 AbigailForbid out of range Unicode code points.
2017-06-01 Karl WilliamsonRemove deprecated function 'to_utf8_case()'
2017-06-01 Karl WilliamsonReword description of 'bytes_from_utf8()'
2017-03-07 Karl Williamsonutf8.c: Don't use Newx in decoding UTF-8
2017-02-14 Karl WilliamsonMake _byte_dump_string() usable in all of core
2017-02-12 Karl Williamsonutf8.c: Move comment a few lines up in the file
2017-02-11 Karl WilliamsonChange av_foo_nomg() name
2017-01-26 Karl WilliamsonFix embed.fnc for utf8_to_uvchr_buf
2017-01-16 AbigailUse of Unicode code points exceeding IV_MAX will be...
2017-01-07 Aaron CraneFix save-stack type error
2017-01-05 Karl Williamsonutf8.c: Add a const to a function parameter
2016-12-25 Karl Williamsonutf8.c: Avoid reinitializing
2016-12-25 Karl WilliamsonPATCH: [perl #130397] Rmv useless code
2016-12-24 Karl WilliamsonFix win32 test failures
2016-12-24 Karl WilliamsonDon't assume input UTF-8 is well-formed in to_utf8_case()
2016-12-24 Karl WilliamsonDeprecate toFOO_utf8()
2016-12-24 Karl WilliamsonConvert core to use toFOO_utf8_safe()
2016-12-24 Karl WilliamsonAdd toFOO_utf8_safe() macros
2016-12-24 Karl WilliamsonConvert some calls to test for malformations
2016-12-24 Karl WilliamsonDon't assume input to case change macros is valid
2016-12-24 Karl WilliamsonFor character case changing, create macros and use
2016-12-23 Karl Williamsonutf8.c: Add flag to indicate unsure as to end of string...
2016-12-23 Karl WilliamsonDeprecate isFOO_utf8() macros
2016-12-23 Karl Williamsonutf8.c: White space, comments only
2016-12-23 Karl WilliamsonAllow allowing UTF-8 overflow malformation
2016-12-23 Karl WilliamsonReturn REPLACEMENT for UTF-8 overlong malformation
2016-12-23 Karl WilliamsonReturn REPLACEMENT for UTF-8 empty malformation
2016-12-23 Karl Williamsonutf8.c: Forbid zero-length malformation under DEBUGGING
2016-12-23 Karl WilliamsonAdd isFOO_utf8_safe() macros
2016-12-23 Karl WilliamsonDie on malformed isFOO_utf8() input
2016-12-23 Karl WilliamsonAdd fnc to force out UTF-8 malform warnings at death
2016-12-23 Karl Williamsonutf8.c Extract common code into macros
2016-12-19 Karl Williamsonperlapi: Expand on utf8n_to_uvchr_error
2016-12-14 Karl Williamsonperlapi: Clarify entry for utf8n_to_uvchr()
2016-12-11 Karl Williamsonutf8.c: Silence compiler warning
2016-12-07 Karl Williamsonutf8.c: Remove unused variable
2016-11-24 Karl Williamsonutf8.c: Fix EBCDIC detection of above-31 bit code points
2016-11-24 Karl WilliamsonSplit diagnostics for two UTF-8 malformations
2016-11-24 Karl Williamsonutf8.c: Clarify warning message.
2016-11-18 Karl WilliamsonChange white space to avoid C++ deprecation warning
2016-11-12 Karl WilliamsonPATCH: [perl #130010] a5540cf breaks texinfo
2016-11-12 Karl Williamsonutf8.c: Add comment
2016-11-06 Karl Williamsonutf8.c: No need to look at trailing NUL in comparing...
2016-11-02 Karl WilliamsonFix wrong UTF-8 overflow error on 32-bit platforms
2016-10-26 Karl Williamsonutf8.c: Silence unused parameter compiler warning
2016-10-20 Karl Williamsonutf8n_to_uvchr(): Reduce chances of reading beyond...
2016-10-19 Yves Ortonutf8.c: use new SvPVCLEAR and constant string friendly...
2016-10-18 Karl Williamsonutf8.c: Reflow 2 lines, so it is clear they are 2.
2016-10-18 Karl Williamsonperlapi: Grammar, typos
next