In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/dd4f16e4ff71ea6d0422d277f00fe430e1d93938?hp=ee970fec4a4c7fa56e833aae4fb7ebc2cb81486f>

- Log -----------------------------------------------------------------
commit dd4f16e4ff71ea6d0422d277f00fe430e1d93938
Author: Dagfinn Ilmari MannsÃ¥ker <[email protected]>
Date:   Mon Nov 14 15:13:58 2016 +0100

    Document that symbols should be removed from metaconfig.h

M       metaconfig.h

commit f11a06125541e4385fd06d85693efc64e2ee64e3
Author: Dagfinn Ilmari MannsÃ¥ker <[email protected]>
Date:   Mon Nov 14 15:08:03 2016 +0100

    Remove all symbols from metaconfig.h
    
    Except BOOTSTRAP_CHARSET, which was removed from Configure in commit
    1d38f63fe5, they're all used in the code, so metaconfig pulls them in
    anyway.

M       metaconfig.h
-----------------------------------------------------------------------

Summary of changes:
 metaconfig.h | 37 ++-----------------------------------
 1 file changed, 2 insertions(+), 35 deletions(-)

diff --git a/metaconfig.h b/metaconfig.h
index 720c370..f19eee8 100644
--- a/metaconfig.h
+++ b/metaconfig.h
@@ -10,39 +10,6 @@
  * they won't be available unless used. When new symbols are probed
  * in Configure, this is the way to force them into availability.
  *
- * BOOTSTRAP_CHARSET
- * DEFAULT_INC_EXCLUDES_DOT
- * DOUBLEKIND
- * HAS_ACOSH
- * HAS_ASCTIME64
- * HAS_CTIME64
- * HAS_DIFFTIME64
- * HAS_DLADDR
- * HAS_FEGETROUND
- * HAS_FPCLASSIFY
- * HAS_FREELOCALE
- * HAS_GAI_STRERROR
- * HAS_GMTIME64
- * HAS_ISFINITEL
- * HAS_ISINFL
- * HAS_ISLESS
- * HAS_J0
- * HAS_LOCALTIME64
- * HAS_MEMMEM
- * HAS_MKTIME64
- * HAS_NEWLOCALE
- * HAS_PRCTL
- * HAS_PSEUDOFORK
- * HAS_QUERYLOCALE
- * HAS_STRERROR_L
- * HAS_TIMEGM
- * HAS_USELOCALE
- * I_XLOCALE
- * I16SIZE
- * I64SIZE
- * I8SIZE
- * LOCALTIME_R_NEEDS_TZSET
- * LONG_DOUBLEKIND
- * U8SIZE
- * USE_CBACKTRACE
+ * Symbols should only be here temporarily. Once they are actually used,
+ * they should be removed from here.
  */

--
Perl5 Master Repository

Reply via email to