In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/54ea08ea5e4fd909a39392aa53ffff43eaa4cb07?hp=e7e4fc7fa5294caecb0353b51f5bc576142780af>

- Log -----------------------------------------------------------------
commit 54ea08ea5e4fd909a39392aa53ffff43eaa4cb07
Author: Aaron Crane <a...@cpan.org>
Date:   Thu Apr 25 12:21:29 2019 +0100

    Regenerate Configure from latest metaconfig
    
    This corresponds to metaconfig commit 
70210eb08b2643bfce98cfa92a3ee52c613dfa56

-----------------------------------------------------------------------

Summary of changes:
 Configure   | 9 +++------
 config_h.SH | 4 ++--
 uconfig.h   | 6 +++---
 3 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/Configure b/Configure
index 0c525c22f2..684a9c0768 100755
--- a/Configure
+++ b/Configure
@@ -17807,10 +17807,7 @@ $cat <<EOM
 Checking to see if you have setlocale() and its behavior
 EOM
 $cat >try.c <<EOCP
-#$i_stdlib I_STDLIB
-#ifdef I_STDLIB
-#  include <stdlib.h>
-#endif
+#include <stdlib.h>
 #include <string.h>
 #$i_locale I_LOCALE
 #ifdef I_LOCALE
@@ -17869,7 +17866,7 @@ int main() {
 #if 0
 
     /* Currently unused code to determine if LC_ALL with disparate values uses
-     * category=value pairs or positional, and to determine the separator
+     * category = value pairs or positional, and to determine the separator
      * between the categories.  We could add code so that if the separator were
      * > '9', we subtract 10; similarly for 'Z' and 'z', and then just about
      * every possible ASCII separator would fit in the 5 bits available in the
@@ -17900,7 +17897,7 @@ int main() {
             exit(bad_setlocale);
         }
 
-        pos = strstr(name, "LC_CTYPE=C.UTF-8");
+        pos = strstr(name, "LC_CTYPE" "=C.UTF-8");
         if (pos != NULL) {
             uses_name_value_pair_names = 1;
             if (pos == name) {
diff --git a/config_h.SH b/config_h.SH
index f26ed2f3bb..a24daa6f1f 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -3501,13 +3501,13 @@ sed <<!GROK!THIS! >$CONFIG_H -e 
's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
 
 /* HAS_TOWLOWER:
  *     This symbol, if defined, indicates that the towlower () routine is
- *     available to do string concatenation.
+ *     available to do case conversion.
  */
 #$d_towlower HAS_TOWLOWER              /**/
 
 /* HAS_TOWUPPER:
  *     This symbol, if defined, indicates that the towupper () routine is
- *     available to do string concatenation.
+ *     available to do case conversion.
  */
 #$d_towupper HAS_TOWUPPER              /**/
 
diff --git a/uconfig.h b/uconfig.h
index 92dba8709c..4271ca9f4c 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -3466,13 +3466,13 @@
 
 /* HAS_TOWLOWER:
  *     This symbol, if defined, indicates that the towlower () routine is
- *     available to do string concatenation.
+ *     available to do case conversion.
  */
 /*#define HAS_TOWLOWER         / **/
 
 /* HAS_TOWUPPER:
  *     This symbol, if defined, indicates that the towupper () routine is
- *     available to do string concatenation.
+ *     available to do case conversion.
  */
 /*#define HAS_TOWUPPER         / **/
 
@@ -5241,6 +5241,6 @@
 #endif
 
 /* Generated from:
- * 2cc5c49f1266887de8224d2804aae6f80c43da0a62782d74866d5e828194698d config_h.SH
+ * c352c6c51f23ce3afd9b375b5b3b094794e75aed4ee05a072b9cc9a2039a8d75 config_h.SH
  * d6d2fc8bf209b3d6db681ac0994a29a281afe35c3a96bb62079cb15b0605d035 uconfig.sh
  * ex: set ro: */

-- 
Perl5 Master Repository

Reply via email to