summaryrefslogtreecommitdiff
path: root/pod/perl5203delta.pod
diff options
context:
space:
mode:
authorМихаил Козачков <mchlkzch@gmail.com>2021-04-12 09:55:31 +0300
committerxenu <me@xenu.pl>2021-04-13 00:44:48 +0200
commit29c6c80448b2dc10ab0f1f572bbc554b399f178c (patch)
treeac57ae6f9ee9ad0376c06922ecef490a0229fdc9 /pod/perl5203delta.pod
parent97f7d7eb693413f6d78f324deabb66a311f72b66 (diff)
downloadperl-29c6c80448b2dc10ab0f1f572bbc554b399f178c.tar.gz
Replaced pod/ rt.perl.org links to github.com
Diffstat (limited to 'pod/perl5203delta.pod')
-rw-r--r--pod/perl5203delta.pod32
1 files changed, 16 insertions, 16 deletions
diff --git a/pod/perl5203delta.pod b/pod/perl5203delta.pod
index 7c22b7b6f0..10af1c1123 100644
--- a/pod/perl5203delta.pod
+++ b/pod/perl5203delta.pod
@@ -30,7 +30,7 @@ L<Errno> has been upgraded from version 1.20_05 to 1.20_06.
Add B<-P> to the pre-processor command-line on GCC 5. GCC added extra line
directives, breaking parsing of error code definitions.
-L<[perl #123784]|https://rt.perl.org/Ticket/Display.html?id=123784>
+L<[GH #14491]|https://github.com/Perl/perl5/issues/14491>
=item *
@@ -43,7 +43,7 @@ Updated to cover the latest releases of Perl.
L<perl5db.pl> has been upgraded from 1.44 to 1.44_01.
The debugger would cause an assertion failure.
-L<[perl #124127]|https://rt.perl.org/Ticket/Display.html?id=124127>
+L<[GH #14605]|https://github.com/Perl/perl5/issues/14605>
=back
@@ -106,7 +106,7 @@ ISO-8859-1 (Latin1).
B<h2ph> now handles hexadecimal constants in the compiler's predefined macro
definitions, as visible in C<$Config{cppsymbols}>.
-L<[perl #123784]|https://rt.perl.org/Ticket/Display.html?id=123784>
+L<[GH #14491]|https://github.com/Perl/perl5/issues/14491>
=back
@@ -149,7 +149,7 @@ bitness) and 32-bit Visual C++ were not affected.
B<miniperl.exe> is now built with B<-fno-strict-aliasing>, allowing 64-bit
builds to complete with GCC 4.8.
-L<[perl #123976]|https://rt.perl.org/Ticket/Display.html?id=123976>
+L<[GH #14556]|https://github.com/Perl/perl5/issues/14556>
=back
@@ -163,7 +163,7 @@ L<[perl #123976]|https://rt.perl.org/Ticket/Display.html?id=123976>
Repeated global pattern matches in scalar context on large tainted strings were
exponentially slow depending on the current match position in the string.
-L<[perl #123202]|https://rt.perl.org/Ticket/Display.html?id=123202>
+L<[GH #14238]|https://github.com/Perl/perl5/issues/14238>
=item *
@@ -171,51 +171,51 @@ The original visible value of L<C<$E<sol>>|perlvar/$E<sol>> is now preserved
when it is set to an invalid value. Previously if you set C<$/> to a reference
to an array, for example, perl would produce a runtime error and not set PL_rs,
but Perl code that checked C<$/> would see the array reference.
-L<[perl #123218]|https://rt.perl.org/Ticket/Display.html?id=123218>
+L<[GH #14245]|https://github.com/Perl/perl5/issues/14245>
=item *
Perl 5.14.0 introduced a bug whereby C<eval { LABEL: }> would crash. This has
been fixed.
-L<[perl #123652]|https://rt.perl.org/Ticket/Display.html?id=123652>
+L<[GH #14438]|https://github.com/Perl/perl5/issues/14438>
=item *
Extending an array cloned from a parent thread could result in "Modification of
a read-only value attempted" errors when attempting to modify the new elements.
-L<[perl #124127]|https://rt.perl.org/Ticket/Display.html?id=124127>
+L<[GH #14605]|https://github.com/Perl/perl5/issues/14605>
=item *
Several cases of data used to store environment variable contents in core C
code being potentially overwritten before being used have been fixed.
-L<[perl #123748]|https://rt.perl.org/Ticket/Display.html?id=123748>
+L<[GH #14476]|https://github.com/Perl/perl5/issues/14476>
=item *
UTF-8 variable names used in array indexes, unquoted UTF-8 HERE-document
terminators and UTF-8 function names all now work correctly.
-L<[perl #124113]|https://rt.perl.org/Ticket/Display.html?id=124113>
+L<[GH #14601]|https://github.com/Perl/perl5/issues/14601>
=item *
A subtle bug introduced in Perl 5.20.2 involving UTF-8 in regular expressions
and sometimes causing a crash has been fixed. A new test script has been added
to test this fix; see under L</Testing>.
-L<[perl #124109]|https://rt.perl.org/Ticket/Display.html?id=124109>
+L<[GH #14600]|https://github.com/Perl/perl5/issues/14600>
=item *
Some patterns starting with C</.*..../> matched against long strings have been
slow since Perl 5.8, and some of the form C</.*..../i> have been slow since
Perl 5.18. They are now all fast again.
-L<[perl #123743]|https://rt.perl.org/Ticket/Display.html?id=123743>
+L<[GH #14475]|https://github.com/Perl/perl5/issues/14475>
=item *
Warning fatality is now ignored when rewinding the stack. This prevents
infinite recursion when the now fatal error also causes rewinding of the stack.
-L<[perl #123398]|https://rt.perl.org/Ticket/Display.html?id=123398>
+L<[GH #14319]|https://github.com/Perl/perl5/issues/14319>
=item *
@@ -225,7 +225,7 @@ to mean C<setpgrp(0)>. This has been fixed.
=item *
A crash with C<< %::=(); J->${\"::"} >> has been fixed.
-L<[perl #125541]|https://rt.perl.org/Ticket/Display.html?id=125541>
+L<[GH #14790]|https://github.com/Perl/perl5/issues/14790>
=item *
@@ -233,14 +233,14 @@ Regular expression possessive quantifier Perl 5.20 regression now fixed.
C<qr/>I<PAT>C<{>I<min>,I<max>C<}+>C</> is supposed to behave identically to
C<qr/(?E<gt>>I<PAT>C<{>I<min>,I<max>C<})/>. Since Perl 5.20, this didn't work
if I<min> and I<max> were equal.
-L<[perl #125825]|https://rt.perl.org/Ticket/Display.html?id=125825>
+L<[GH #14857]|https://github.com/Perl/perl5/issues/14857>
=item *
Code like C</$a[/> used to read the next line of input and treat it as though
it came immediately after the opening bracket. Some invalid code consequently
would parse and run, but some code caused crashes, so this is now disallowed.
-L<[perl #123712]|https://rt.perl.org/Ticket/Display.html?id=123712>
+L<[GH #14462]|https://github.com/Perl/perl5/issues/14462>
=back