This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlapi: Remove per-thread section; move to real scns
[perl5.git] / dist / XSLoader /
2020-11-22 Graham Knopadd gitignore exclusions for files in git
2020-03-13 Nicolas RAdd strict and warnings to some .PL files
2017-12-31 Craig A. BerryXSLoader shouldn't use mod2fname when finding .bs files.
2017-12-16 Zeframshow modern usage for {XS,Dyna}Loader
2017-11-19 Karen Etheridgefix other pod versions that had become out of date...
2017-11-11 Nicolas RReplace multiple 'use vars' by 'our' in dist
2017-10-23 Dagfinn Ilmari Man... Further simplify XSLoader .bs file handling
2017-10-23 Dagfinn Ilmari Man... Avoid loading .bs files twice when using XSLoader
2017-04-07 David Mitchellfix and test execution of non-empty .bs files
2017-01-20 AbigailFix typo in the name the .pm file is generated from.
2016-12-23 John LightseySwitch most open() calls to three-argument form.
2016-09-07 Steve HayUpgrade XSLoader from version 0.22 to 0.24
2016-08-05 Father ChrysostomosXSLoader Makefile.PL: Note a possible pitfall
2016-08-05 Karen Etheridgeadd "provides" metadata for XSLoader (RT#138836)
2016-07-06 Sébastien Aperghis... Synchronize blead with CPAN XSLoader 0.22
2016-07-04 Father ChrysostomosFix XSLoader to recognize drive letters
2016-07-03 Father ChrysostomosIncrease $XSLoader::VERSION to 0.22
2016-07-03 Father ChrysostomosDon’t let XSLoader load relative paths
2015-11-10 Reini UrbanXSLoader 0.21: use dl_find_symbol 3rd optional argument
2015-11-02 Daniel Draganremove XSLoader and DynaLoader OS specific code on...
2015-08-03 Tony Cookuse a more sensible homepage value for XSLoader
2014-12-06 Daniel Dragandont test for bootstrap file twice in XSLoader
2014-10-31 Craig A. BerryBump XSLoader version after 4821216b2814.
2014-10-31 Brian FraserXSLoader: Amend the mod2fname generation to detect...
2014-10-04 Craig A. BerryXSLoader.t fix-up following 8e6aa27cd01.
2014-10-03 Tony Cookbump $XSLoader::VERSION
2014-10-03 Graham KnopAllow XSLoader to load modules from a different namespace
2014-10-03 Tony Cook[perl #122455] TODO test for XSLoader mishandling of...
2014-01-03 Brian FraserDynaLoader: Introduce d_libname_unique
2012-09-03 Sebastien Aperghis... Upgrade to XSLoader 0.16
2011-11-24 Father ChrysostomosUse correct err msg in XS version check
2011-11-24 Father ChrysostomosRemove $SIG{__WARN__} from XSLoader.t
2011-10-27 Father ChrysostomosFile::Glob: Eliminate the doglob alias to bsd_glob
2011-09-11 Nicholas ClarkEliminate warnings from XSLoader on 5.005 and 5.004.
2011-06-09 Chris 'BinGOs' Wil... Updated XSLoader to CPAN version 0.15
2010-10-14 Nicholas ClarkXSLoader::load() with no arguments can use caller to...
2010-10-07 Nicholas ClarkImprove XSLoader::load documentation.
2010-10-06 Nicholas ClarkAvoid defining a full XSLoader::bootstrap_inherit post...
2010-09-02 Nicholas ClarkFor the generated XSLoader.pm, avoid a runtime lexical...
2010-01-14 David GoldenOmnibus strict and lax version parsing
2009-10-03 Jesse Vincent'make distclean now results in an actually-clean tree.
2009-09-29 Nicholas ClarkMove XSLoader from ext/ to dist/