From a499d60d83e37081a126c2f50125996858883d12 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand - Tux" Date: Wed, 19 Feb 2014 17:08:13 +0100 Subject: [PATCH] Sync with blead --- Changelog | 1 + V.pm | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 264815f..d5ddf87 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,7 @@ 0.20 - 19 Feb 2014, H.Merijn Brand * Update copyright to 2014 * Typo fix in comment (RT#92469) + * Sync up with blead 0.19 - 30 Jul 2013, H.Merijn Brand * TEST_REQUIRES was added in 6.63_03 (RT#85811) diff --git a/V.pm b/V.pm index 6ef30fb..066acac 100644 --- a/V.pm +++ b/V.pm @@ -22,14 +22,17 @@ $VERSION = "0.20"; # The list are as the perl binary has stored it in PL_bincompat_options # search for it in -# perl.c line 1669 S_Internals_V () -# perl.h line 4505 PL_bincompat_options +# perl.c line 1643 S_Internals_V () +# perl -ne'(/^S_Internals_V/../^}/)&&s/^\s+"( .*)"/$1/ and print' perl.c +# perl.h line 4566 PL_bincompat_options +# perl -ne'(/^\w.*PL_bincompat/../^\w}/)&&s/^\s+"( .*)"/$1/ and print' perl.h my %BTD = map { $_ => 0 } qw( DEBUGGING NO_MATHOMS NO_HASH_SEED NO_TAINT_SUPPORT + PERL_BOOL_AS_CHAR PERL_DISABLE_PMC PERL_DONT_CREATE_GVSV PERL_EXTERNAL_GLOB @@ -76,6 +79,7 @@ my %BTD = map { $_ => 0 } qw( MULTIPLICITY MYMALLOC PERLIO_LAYERS + PERL_DEBUG_READONLY_COW PERL_DEBUG_READONLY_OPS PERL_GLOBAL_STRUCT PERL_IMPLICIT_CONTEXT -- 2.11.4.GIT