In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/29ce4d71249be11f0777ec24bb50a2df7b5c9ed8?hp=1c34b59afb99c04db18c3a730f9f40d8333f4c78>
- Log ----------------------------------------------------------------- commit 29ce4d71249be11f0777ec24bb50a2df7b5c9ed8 Author: Craig A. Berry <[email protected]> Date: Fri May 19 21:52:51 2017 -0500 More perldelta tweaks. Streamline or omit some of the VMS changes. No need to mention minor test refactorings or other tiny bits of work product that don't represent notable user-visible changes from 5.24. And fix one comma splice in the OS X section. ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 25 +++++-------------------- 1 file changed, 5 insertions(+), 20 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 9eb3d977ef..3bfe459033 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -2152,7 +2152,7 @@ Finish removing POSIX deprecated functions. =item OS X -OS X El Capitan doesn't implement the clock_gettime() or clock_getres() APIs, +OS X El Capitan doesn't implement the clock_gettime() or clock_getres() APIs; emulate them as necessary. =item macOS @@ -2174,7 +2174,7 @@ GNU libc used (previously it was an empty string when reported). =item VAX -VAX floating point formats are now supported. +VAX floating point formats are now supported on NetBSD. =item VMS @@ -2188,19 +2188,9 @@ running under DCL (it's still C<|>). =item * -Remove some VMS-specific hacks from C<showlex.t>. These were added 15 years -ago, and are no longer necessary for any VMS version now supported. - -=item * - -Move C<_pDEPTH> and C<_aDEPTH> after F<config.h> otherwise DEBUGGING -may not be defined yet. - -=item * - -VAXC has not been a possibility for a good long while, and the versions of the -DEC/Compaq/HP/VSI C compiler that report themselves as "DEC" in a listing file -are 15 years or more out-of-date and can be safely desupported. +C<configure.com> now recognizes the VSI-branded C compiler and no longer +recognizes the "DEC"-branded C compiler (as there hasn't been such a thing for +15 or more years). =back @@ -2251,11 +2241,6 @@ fp definitions have been updated. =back -=item VMS And Win32 - -Fix some breakage, add 'undef' value for default_inc_excludes_dot in build -scripts. - =item Linux Drop support for Linux a.out Linux has used ELF for over twenty years. -- Perl5 Master Repository
