[prev in list] [next in list] [prev in thread] [next in thread] 

List:       perl5-changes
Subject:    [perl.git]  branch blead, updated. v5.21.6-202-g083750a
From:       Tony Cook <tony () develop-help ! com>
Date:       2014-11-30 23:23:50
Message-ID: E1XvDqI-0006aI-0i () camel-001 ! ams6 ! corp ! booking ! com
[Download RAW message or body]

In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/083750a56b7927292a4bf7b1bf64aa26dd2a6858?hp=d48603664228d505b0c33f97505c2766b85d74a2>


- Log -----------------------------------------------------------------
commit 083750a56b7927292a4bf7b1bf64aa26dd2a6858
Author: Daniel Dragan <bulk88@hotmail.com>
Date:   Sun Nov 30 16:31:13 2014 -0500

    fix incomplete mathoming of Perl_pad_compname_type
    
    commit 09d7a3ba91 moved Perl_pad_compname_type to mathoms but didn't
    update makedef.pl. This causes a link failure of perl521.dll on Win32.
-----------------------------------------------------------------------

Summary of changes:
 makedef.pl | 1 +
 mathoms.c  | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/makedef.pl b/makedef.pl
index cef976b..38a17f5 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -516,6 +516,7 @@ if ($define{'NO_MATHOMS'}) {
 		    Perl_newIO
 		    Perl_newSUB
 		    Perl_pack_cat
+		    Perl_pad_compname_type
 		    Perl_printf_nocontext
 		    Perl_ref
 		    Perl_save_freeop
diff --git a/mathoms.c b/mathoms.c
index 378c409..5ee91d5 100644
--- a/mathoms.c
+++ b/mathoms.c
@@ -24,6 +24,8 @@
  * versions of Perl.  For binary or source compatibility reasons, though,
  * we cannot completely remove them from the core code.  
  *
+ * REMEMBER to update makedef.pl when adding a function to mathoms.c!!!
+ *
  * SMP - Oct. 24, 2005
  *
  * The compilation of this file can be suppressed; see INSTALL

--
Perl5 Master Repository


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic