In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/688d9ed14d976fe7ce810427ec76afcdd23d4757?hp=d72cd2ebf566c9150ba4911766b066626c2f2e63>

- Log -----------------------------------------------------------------
commit 688d9ed14d976fe7ce810427ec76afcdd23d4757
Author: Jarkko Hietaniemi <[email protected]>
Date:   Fri Sep 19 08:37:11 2014 -0400

    Mention more C99 math interfaces.
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 9e9419b..315c338 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -276,8 +276,8 @@ L<Pod::Perldoc> has been upgraded from version 3.23 to 3.24.
 
 L<POSIX> has been upgraded from version 1.42 to 1.43.
 
-The C99 math functions and constants (for example acosh, round, M_E, M_PI) have
-been added.
+The C99 math functions and constants (for example acosh, isinf, isnan,
+round, trunc; M_E, M_SQRT2, M_PI) have been added.
 
 =item *
 

--
Perl5 Master Repository

Reply via email to