develooper Front page | perl.perl5.porters | Postings from May 2008

Re: Change 32241 to 5.8.x?

Thread Previous
From:
Nicholas Clark
Date:
May 21, 2008 08:59
Subject:
Re: Change 32241 to 5.8.x?
Message ID:
20080521155938.GH6780@plum.flirble.org
On Mon, Mar 03, 2008 at 11:29:45AM -0500, Jerry D. Hedden wrote:
> Nick,
> Any possibility of change 32241 (PL_destroyhook patch) being
> propagated to 5.8.x?
> Or does it break some sort of compatibility?

Gosh. I seem to have done this already.

Nicholas Clark

Change 33180 by nicholas@nicholas-saigo on 2008/02/01 22:57:38

	Integrate:
	[ 31697]
	SWIG uses XS() like this (in the perlrun.swg template):
	
	typedef XS(SwigPerlWrapper);
	typedef SwigPerlWrapper *SwigPerlWrapperPtr;
	
	This breaks if XS() includes the 'extern "C"' decoration under C++.
	The appended patch provides an XSPROTO() macro that could be used
	by SWIG instead.
	
	(Patch from Jan Dubois to fix breakage caused by #28734.)
	
	[ 32241]
	Subject: [PATCH] Bug fix for storing shared objects in shared structures
	From: "Jerry D. Hedden" <jdhedden@cpan.org>
	Date: Tue, 6 Nov 2007 14:36:40 -0500
	Message-ID: <1ff86f510711061136t52a1fe62waf384c4551612181@mail.gmail.com>
	
	(core patch only)

Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About