You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pod/perldelta.pod
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,7 @@ L<B::Deparse> has been upgraded from version 1.78 to 1.80.
146
146
147
147
It now retains parens around logical negations on the left-hand side of
148
148
comparisons (such as C<(!$x) == $y>) because omitting them would trigger a
149
-
C<Possible precedence problem> warning since perl v5.41.4. [GH #22661]
149
+
C<Possible precedence problem> warning since perl v5.41.4. [L<GH #22661|https://github.com/Perl/perl5/issues/22661>]
150
150
151
151
=item *
152
152
@@ -442,17 +442,17 @@ L</Modules and Pragmata> section.
442
442
443
443
=item arm64 DARWIN
444
444
445
-
Fix arm64 darwin hints when using use64bitall with Configure [GH #22672]
445
+
Fix arm64 darwin hints when using use64bitall with Configure [L<GH #22672|https://github.com/Perl/perl5/issues/22672>]
446
446
447
447
=item Android
448
448
449
-
Changes to perl_langinfo.h for Android [GH #22650] related to [GH #22627]
449
+
Changes to perl_langinfo.h for Android [L<GH #22650|https://github.com/Perl/perl5/issues/22650>] related to [L<GH #22627|https://github.com/Perl/perl5/issues/22627>]
450
450
451
451
=item Cygwin
452
452
453
-
cygwin.c: fix several silly/terrible C errors [GH #22724]
453
+
cygwin.c: fix several silly/terrible C errors [L<GH #22724|https://github.com/Perl/perl5/issues/22724>]
Enable removing most of mathoms.c and stub functions [GH #22691] and [GH #22714]
471
+
Enable removing most of mathoms.c and stub functions [L<GH #22691|https://github.com/Perl/perl5/issues/22691>] and [L<GH #22714|https://github.com/Perl/perl5/issues/22714>]
472
472
473
473
=item *
474
474
@@ -477,7 +477,7 @@ which is disabled from feature bundle 5.41.
477
477
478
478
=item *
479
479
480
-
pp_reverse: don't COW buffer just to then un-COW it [GH #22729]
480
+
pp_reverse: don't COW buffer just to then un-COW it [L<GH #22729|https://github.com/Perl/perl5/issues/22729>]
481
481
482
482
=back
483
483
@@ -486,7 +486,7 @@ pp_reverse: don't COW buffer just to then un-COW it [GH #22729]
486
486
XXX Important bug fixes in the core language are summarized here. Bug fixes in
487
487
files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>.
488
488
489
-
XXX Include references to GitHub issues and PRs as: [GH #12345] and the release
489
+
XXX Include references to GitHub issues and PRs as: [L<GH #12345|https://github.com/Perl/perl5/issues/12345>] and the release
490
490
manager will later use a regex to expand these into links.
491
491
492
492
[ List each fix as an =item entry ]
@@ -500,12 +500,12 @@ whose names start with I<cut>, prematurely terminating an embedded POD section.
500
500
The following cases were affected: I<cut> followed by a digit (e.g.
501
501
C<=cut2studio>), I<cut> followed by an underscore (e.g. C<=cut_grass>), and in
502
502
string C<eval>, any identifier starting with I<cut> (e.g. C<=cute>).
0 commit comments