From f6521f7c7e463d8cca86407d73f417faf66564d1 Mon Sep 17 00:00:00 2001 From: Max Maischein Date: Fri, 11 Oct 2019 12:08:06 +0200 Subject: Move http:// URLs to https:// URLs in source code This commit moves more URLs from http to https. This time it affects some source code, that's why it is not bunched up with the commits affecting pod/* --- inline.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'inline.h') diff --git a/inline.h b/inline.h index f52d4e5620..9ecdb80988 100644 --- a/inline.h +++ b/inline.h @@ -6,7 +6,7 @@ * License or the Artistic License, as specified in the README file. * * This file contains tables and code adapted from - * http://bjoern.hoehrmann.de/utf-8/decoder/dfa/, which requires this + * https://bjoern.hoehrmann.de/utf-8/decoder/dfa/, which requires this * copyright notice: Copyright (c) 2008-2009 Bjoern Hoehrmann @@ -1060,7 +1060,7 @@ machines) is a valid UTF-8 character. =cut This uses an adaptation of the table and algorithm given in -http://bjoern.hoehrmann.de/utf-8/decoder/dfa/, which provides comprehensive +https://bjoern.hoehrmann.de/utf-8/decoder/dfa/, which provides comprehensive documentation of the original version. A copyright notice for the original version is given at the beginning of this file. The Perl adapation is documented at the definition of PL_extended_utf8_dfa_tab[]. @@ -1134,7 +1134,7 @@ C> to check entire strings. =cut This uses an adaptation of the tables and algorithm given in -http://bjoern.hoehrmann.de/utf-8/decoder/dfa/, which provides comprehensive +https://bjoern.hoehrmann.de/utf-8/decoder/dfa/, which provides comprehensive documentation of the original version. A copyright notice for the original version is given at the beginning of this file. The Perl adapation is documented at the definition of strict_extended_utf8_dfa_tab[]. @@ -1200,7 +1200,7 @@ C> to check entire strings. =cut This uses an adaptation of the tables and algorithm given in -http://bjoern.hoehrmann.de/utf-8/decoder/dfa/, which provides comprehensive +https://bjoern.hoehrmann.de/utf-8/decoder/dfa/, which provides comprehensive documentation of the original version. A copyright notice for the original version is given at the beginning of this file. The Perl adapation is documented at the definition of PL_c9_utf8_dfa_tab[]. @@ -1619,7 +1619,7 @@ Perl_utf8_hop_back(const U8 *s, SSize_t off, const U8 *start) s--; } while (UTF8_IS_CONTINUATION(*s) && s > start); } - + GCC_DIAG_IGNORE(-Wcast-qual) return (U8 *)s; GCC_DIAG_RESTORE @@ -1812,7 +1812,7 @@ Perl_utf8n_to_uvchr_msgs(const U8 *s, * will need to be called. * * This is an adaptation of the tables and algorithm given in - * http://bjoern.hoehrmann.de/utf-8/decoder/dfa/, which provides + * https://bjoern.hoehrmann.de/utf-8/decoder/dfa/, which provides * comprehensive documentation of the original version. A copyright notice * for the original version is given at the beginning of this file. The * Perl adapation is documented at the definition of PL_strict_utf8_dfa_tab[]. -- cgit v1.2.1