In perl.git, the branch tonyc/reini-dyna has been created
<http://perl5.git.perl.org/perl.git/commitdiff/b9f74f95c1f1553b42259312478d318c351a3980?hp=0000000000000000000000000000000000000000>
at b9f74f95c1f1553b42259312478d318c351a3980 (commit)
- Log -----------------------------------------------------------------
commit b9f74f95c1f1553b42259312478d318c351a3980
Author: Reini Urban <[email protected]>
Date: Wed Mar 11 18:11:53 2015 +0100
DynaLoader: extend t/DynaLoader.t to be run from basedir also
This simplifies testing from core.
M ext/DynaLoader/t/DynaLoader.t
commit 02abc959d23d01d66c041d5f6b2d80fb73c559b6
Author: Reini Urban <[email protected]>
Date: Sat Mar 14 10:04:53 2015 +0100
DynaLoader/dl_*.xs: Define all PERL_IN_DL_*_XS markers
On Symbian harmonize with the rest.
M ext/DynaLoader/dl_aix.xs
M ext/DynaLoader/dl_dllload.xs
M ext/DynaLoader/dl_dyld.xs
M ext/DynaLoader/dl_freemint.xs
M ext/DynaLoader/dl_none.xs
M ext/DynaLoader/dl_symbian.xs
M ext/DynaLoader/dl_vms.xs
M ext/DynaLoader/dl_win32.xs
M symbian/symbian_proto.h
commit e5133c614229a0542cb60041d4a767b408fbdaad
Author: Reini Urban <[email protected]>
Date: Thu Mar 12 23:45:51 2015 +0100
DynaLoader 1.33 dl_find_symbol add 3rd optional argument
On Darwin DynaLoader::bootstrap tries dl_find_symbol first with libhandle 0,
to see if the shlib with the symbol is already loaded, e.g. with libc.
We do not want to store the dl_last_error information for this mostly
failing probe, so add an optional ign_err=0 argument.
Similar for dl_find_symbol_anywhere, which is expected to fail for all
librefs.
Also support dl_last_error on symbian, as on all other platforms.
M ext/DynaLoader/DynaLoader_pm.PL
M ext/DynaLoader/dl_aix.xs
M ext/DynaLoader/dl_dllload.xs
M ext/DynaLoader/dl_dlopen.xs
M ext/DynaLoader/dl_dyld.xs
M ext/DynaLoader/dl_freemint.xs
M ext/DynaLoader/dl_hpux.xs
M ext/DynaLoader/dl_symbian.xs
M ext/DynaLoader/dl_vms.xs
M ext/DynaLoader/dl_win32.xs
-----------------------------------------------------------------------
--
Perl5 Master Repository