[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]

[rt.cpan.org #28912] B-Generate-0.10 Win32 5.0



<URL: https://rt.cpan.org/Ticket/Display.html?id=28912 >

Certain PERL_CORE functions are not exported into libperl on MSWin32
only, Activeperl and mingw. 
We need Perl_pad_alloc, Perl_cv_clone and Perl_fold_constants.

This is a core problem,
1. that those functions ARE exported, and
2. that those functions should be added to the public API

This needs to be added to core to be able to use certain critical
functions such as setting op->targ, using CV->NEW_with_start and
op->convert. 
They used to work in all previous releases before on all other platforms.

In the meantime I'll make a crippled MSWin32 version for B::Generate.
-- 
Reini Urban


Follow-Ups from:
Nicholas Clark <nick@ccl4.org>
"H.Merijn Brand" <h.m.brand@xs4all.nl>

[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]