In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/517f05604a939e4374a42430d00ff136fa740beb?hp=c26b8729ead2f4443204c497f98dc3767fca205f>

- Log -----------------------------------------------------------------
commit 517f05604a939e4374a42430d00ff136fa740beb
Author: H.Merijn Brand <[email protected]>
Date:   Fri Nov 11 15:04:59 2016 +0100

    Re-gen after backport with serious fixes
-----------------------------------------------------------------------

Summary of changes:
 Configure   | 40 ++++++++++++++++++++--------------------
 config_h.SH | 28 ++++++++++++++--------------
 2 files changed, 34 insertions(+), 34 deletions(-)

diff --git a/Configure b/Configure
index 34dfc5f..4492020 100755
--- a/Configure
+++ b/Configure
@@ -438,14 +438,6 @@ d_dlerror=''
 d_dlopen=''
 d_dlsymun=''
 d_dosuid=''
-d_double_has_inf=''
-d_double_has_nan=''
-d_double_has_negative_zero=''
-d_double_has_subnormals=''
-d_double_style_cray=''
-d_double_style_ibm=''
-d_double_style_ieee=''
-d_double_style_vax=''
 d_suidsafe=''
 d_drand48_r=''
 drand48_r_proto=''
@@ -643,12 +635,12 @@ d_log1p=''
 d_log2=''
 d_logb=''
 d_ldexpl=''
-d_longdbl=''
 d_long_double_style_ieee=''
 d_long_double_style_ieee_doubledouble=''
 d_long_double_style_ieee_extended=''
 d_long_double_style_ieee_std=''
 d_long_double_style_vax=''
+d_longdbl=''
 longdblkind=''
 longdblsize=''
 d_longlong=''
@@ -1133,6 +1125,14 @@ d_PRIeldbl=''
 d_PRIfldbl=''
 d_PRIgldbl=''
 d_SCNfldbl=''
+d_double_has_inf=''
+d_double_has_nan=''
+d_double_has_negative_zero=''
+d_double_has_subnormals=''
+d_double_style_cray=''
+d_double_style_ibm=''
+d_double_style_ieee=''
+d_double_style_vax=''
 doublekind=''
 sPRIEUldbl=''
 sPRIFUldbl=''
@@ -10295,7 +10295,7 @@ case "$doublekind" in
 1|2|3|4|5|6|7|8) d_double_style_ieee=$define ;;
 9|10|11) d_double_style_vax=$define ;;
 12|13) d_double_style_ibm=$define ;;
-14) double_style_cray=$define ;;
+14) d_double_style_cray=$define ;;
 esac
 case "$d_double_style_ieee" in
 $define)
@@ -20810,17 +20810,17 @@ else
     esac
 fi
 # In case the program crashed the values are empty, turn them undef.
-case "$dblinfbytes" in
-'') dblinfbytes=$undef ;;
+case "$doubleinfbytes" in
+'') doubleinfbytes=$undef ;;
 esac
-case "$dblnanbytes" in
-'') dblnanbytes=$undef ;;
+case "$doublenanbytes" in
+'') doublenanbytes=$undef ;;
 esac
-case "$ldblinfbytes" in
-'') ldblinfbytes=$undef ;;
+case "$longdblinfbytes" in
+'') longdblinfbytes=$undef ;;
 esac
-case "$ldblnanbytes" in
-'') ldblnanbytes=$undef ;;
+case "$longdblnanbytes" in
+'') longdblnanbytes=$undef ;;
 esac
 $rm_try
 
@@ -24627,13 +24627,13 @@ d_lockf='$d_lockf'
 d_log1p='$d_log1p'
 d_log2='$d_log2'
 d_logb='$d_logb'
-d_longdbl='$d_longdbl'
-d_longlong='$d_longlong'
 d_long_double_style_ieee='$d_long_double_style_ieee'
 d_long_double_style_ieee_doubledouble='$d_long_double_style_ieee_doubledouble'
 d_long_double_style_ieee_extended='$d_long_double_style_ieee_extended'
 d_long_double_style_ieee_std='$d_long_double_style_ieee_std'
 d_long_double_style_vax='$d_long_double_style_vax'
+d_longdbl='$d_longdbl'
+d_longlong='$d_longlong'
 d_lrint='$d_lrint'
 d_lrintl='$d_lrintl'
 d_lround='$d_lround'
diff --git a/config_h.SH b/config_h.SH
index 83ba0df..c722657 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -1946,27 +1946,27 @@ sed <<!GROK!THIS! >$CONFIG_H -e 
's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
  *     LONG_DOUBLE_IS_UNKNOWN_FORMAT
  *     It is only defined if the system supports long doubles.
  */
-/* LONG_DOUBLE_STYLE_IEEE
+/* LONG_DOUBLE_STYLE_IEEE:
  *     This symbol, if defined, indicates that the long double
  *     is any of the IEEE 754 style long doubles:
  *     LONG_DOUBLE_STYLE_IEEE_STD, LONG_DOUBLE_STYLE_IEEE_EXTENDED,
  *     LONG_DOUBLE_STYLE_IEEE_DOUBLEDOUBLE.
  */
-/* LONG_DOUBLE_STYLE_IEEE_DOUBLEDOUBLE
+/* LONG_DOUBLE_STYLE_IEEE_DOUBLEDOUBLE:
  *     This symbol, if defined, indicates that the long double is
  *     the 128-bit double-double.
  */
-/* LONG_DOUBLE_STYLE_IEEE_EXTENDED
+/* LONG_DOUBLE_STYLE_IEEE_EXTENDED:
  *     This symbol, if defined, indicates that the long double is
  *     the 80-bit IEEE 754. Note that despite the 'extended' this
  *     is less than the 'std', since this is an extension of
  *     the double precision.
  */
-/* LONG_DOUBLE_STYLE_IEEE_STD
+/* LONG_DOUBLE_STYLE_IEEE_STD:
  *     This symbol, if defined, indicates that the long double is
  *     the 128-bit IEEE 754.
  */
-/* LONG_DOUBLE_STYLE_VAX
+/* LONG_DOUBLE_STYLE_VAX:
  *     This symbol, if defined, indicates that the long double is
  *     the 128-bit VAX format H.
  */
@@ -4016,35 +4016,35 @@ sed <<!GROK!THIS! >$CONFIG_H -e 
's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
  *     DOUBLE_IS_CRAY_SINGLE_64_BIT
  *     DOUBLE_IS_UNKNOWN_FORMAT
  */
-/* DOUBLE_HAS_INF
+/* DOUBLE_HAS_INF:
  *     This symbol, if defined, indicates that the double has
  *     the infinity.
  */
-/* DOUBLE_HAS_NAN
+/* DOUBLE_HAS_NAN:
  *     This symbol, if defined, indicates that the double has
  *     the not-a-number.
  */
-/* DOUBLE_HAS_NEGATIVE_ZERO
+/* DOUBLE_HAS_NEGATIVE_ZERO:
  *     This symbol, if defined, indicates that the double has
  *     the negative_zero.
  */
-/* DOUBLE_HAS_SUBNORMALS
+/* DOUBLE_HAS_SUBNORMALS:
  *     This symbol, if defined, indicates that the double has
  *     the subnormals (denormals).
  */
-/* DOUBLE_STYLE_CRAY
+/* DOUBLE_STYLE_CRAY:
  *     This symbol, if defined, indicates that the double is
  *     the 64-bit CRAY mainframe format.
  */
-/* DOUBLE_STYLE_IBM
+/* DOUBLE_STYLE_IBM:
  *     This symbol, if defined, indicates that the double is
  *     the 64-bit IBM mainframe format.
  */
-/* DOUBLE_STYLE_IEEE
+/* DOUBLE_STYLE_IEEE:
  *     This symbol, if defined, indicates that the double is
  *     the 64-bit IEEE 754.
  */
-/* DOUBLE_STYLE_VAX
+/* DOUBLE_STYLE_VAX:
  *     This symbol, if defined, indicates that the double is
  *     the 64-bit VAX format D or G.
  */
@@ -4069,7 +4069,7 @@ sed <<!GROK!THIS! >$CONFIG_H -e 
's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
 #$d_PRIeldbl PERL_PRIeldbl     $sPRIeldbl      /**/
 #$d_SCNfldbl PERL_SCNfldbl     $sSCNfldbl      /**/
 #$d_double_has_inf DOUBLE_HAS_INF
-#$d_double_has_nan DOUBLE_HAS_INF
+#$d_double_has_nan DOUBLE_HAS_NAN
 #$d_double_has_negative_zero DOUBLE_HAS_NEGATIVE_ZERO
 #$d_double_has_subnormals DOUBLE_HAS_SUBNORMALS
 #$d_double_style_cray DOUBLE_STYLE_CRAY

--
Perl5 Master Repository

Reply via email to