summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2017-05-28 22:12:53 +0200
committerSawyer X <xsawyerx@cpan.org>2017-05-28 22:12:53 +0200
commit5651e078090497bfe95725c003ac78d37a777889 (patch)
tree1c07183a2573b975e4d186565c2afb13a33eab43
parentfe4959914098f98cbc550943578ceff535f8b83d (diff)
downloadperl-5651e078090497bfe95725c003ac78d37a777889.tar.gz
perldelta: Merge similar OS sections:
* Merge OS X and macOS to Darwin. (Maybe under "macOS"?) * Merge Win32 into Windows.
-rw-r--r--pod/perldelta.pod16
1 files changed, 8 insertions, 8 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 318fa52d4c..79e950e328 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -2222,18 +2222,24 @@ Account for lack of C<inf>, C<nan>, and C<-0.0> support.
=item Darwin
+=over 4
+
+=item *
+
Don't treat C<-Dprefix=/usr> as special: instead require an extra option
C<-Ddarwin_distribution> to produce the same results.
-=item OS X
+=item *
OS X El Capitan doesn't implement the C<clock_gettime()> or
C<clock_getres()> APIs; emulate them as necessary.
-=item macOS
+=item *
Deprecated C<syscall(2)> on macOS 10.12.
+=back
+
=item EBCDIC
Several tests have been updated to work (or be skipped) on EBCDIC platforms.
@@ -2299,12 +2305,6 @@ for VS2015 builds of perl, but there may well be incompatibility anyway because
of the rewritten CRT in VS2015 (I<e.g.>, see discussion at
L<http://stackoverflow.com/questions/30412951>).
-=back
-
-=item Win32
-
-=over 4
-
=item *
It now automatically detects GCC versus Visual C, and sets the VC version