From b5be10025cfcf52f2af0173896010fa7dc18cdd4 Mon Sep 17 00:00:00 2001 From: SHIRAKATA Kentaro Date: Wed, 12 May 2021 00:37:59 +0900 Subject: [PATCH] perldelta: unify styles of links for github issues --- pod/perldelta.pod | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 2823aba2ca1d..a7cbe30ee3d4 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -69,7 +69,7 @@ See L and L. =item * Fix a memory leak in RegEx -(L) +[L] =back @@ -313,7 +313,7 @@ C now clears the error state for both streams. A spurious error reported for regular file handles has been fixed in L. -L +[L] =item * @@ -643,7 +643,7 @@ improvements. L and L now explicitly warn the reader that lexical variables should typically not be redeclared within the same scope or statement. -L<[GH #18389]|https://github.com/Perl/perl5/issues/18389> +[L] =item * @@ -665,7 +665,7 @@ negative value. Simplify the C documentation by removing the Cs from the examples -L<[GH #18676]|https://github.com/Perl/perl5/issues/18676> +[L] =back @@ -1025,7 +1025,7 @@ Improve support for Plan9 on i386 platforms. =item MacOS (Darwin) The hints file for darwin has been updated to handle future MacOS versions -beyond 10. L +beyond 10. [L] =back @@ -1086,7 +1086,7 @@ cause failures in parallel builds. Windows now supports L and L, and L is no longer an alias for L. -L<[GH #18005]|https://github.com/Perl/perl5/issues/18005>. +[L]. Unlike POSIX systems, creating a symbolic link on Windows requires either elevated privileges or Windows 10 1703 or later with Developer @@ -1105,18 +1105,18 @@ information required for stat() is now retrieved in a single API call. The C<-r> and C<-w> operators now return true for the C, C and C handles. Unfortunately it still won't return true for duplicates of those handles. -L<[GH #8502]|https://github.com/Perl/perl5/issues/8502>. +[L]. The times returned by stat() and lstat() are no longer incorrect across Daylight Savings Time adjustments. -L<[GH #6080]|https://github.com/Perl/perl5/issues/6080>. +[L]. C<-x> on a filehandle should now match C<-x> on the corresponding filename on Vista or later. -L<[GH #4145]|https://github.com/Perl/perl5/issues/4145>. +[L]. C<-e '"'> no longer incorrectly returns true. -L<[GH #12431]|https://github.com/Perl/perl5/issues/12431>. +[L]. The same manifest is now used for Visual C++ and gcc builds. @@ -1246,7 +1246,7 @@ if that fails then warn and use the utf8 form. =item * Fix a memory leak in regcomp.c -(L) +[L] =item * pack/unpack format 'D' now works on all systems that could support it @@ -1354,7 +1354,7 @@ incorrectly. =item * On Win32, C could sometimes have a very large -timeout. L +timeout. [L] =item * @@ -1364,7 +1364,8 @@ C and hence C are now correctly initialized in BOOT XSUBs. Some list assignments involving C on the left-hand side were over-optimized and produced incorrect results. -L, L +[L], +[L] =back