This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38af28c
)
bytes_to_utf8(): Remove obsolete comment
author
Karl Williamson
<khw@cpan.org>
Mon, 5 Jun 2017 18:56:28 +0000
(12:56 -0600)
committer
Karl Williamson
<khw@cpan.org>
Thu, 8 Jun 2017 17:04:43 +0000
(11:04 -0600)
It said the logic was duplicated elsewhere, but now the essence of the
logic is in an inlined function used in both places.
utf8.c
patch
|
blob
|
blame
|
history
diff --git
a/utf8.c
b/utf8.c
index
6e6f1d5
..
6c73921
100644
(file)
--- a/
utf8.c
+++ b/
utf8.c
@@
-2044,9
+2044,6
@@
see L</sv_recode_to_utf8>().
=cut
*/
-/* This logic is duplicated in sv_catpvn_flags, so any bug fixes will
- likewise need duplication. */
-
U8*
Perl_bytes_to_utf8(pTHX_ const U8 *s, STRLEN *len)
{