summaryrefslogtreecommitdiff
path: root/dist/XSLoader/XSLoader_pm.PL
Commit message (Expand)AuthorAgeFilesLines
* bump XSLoader version: see commit a635e7229bKaren Etheridge2022-09-201-2/+2
* Drop support for XSLoader below 5.6Todd Rinaldo2021-06-201-48/+0
* Add strict to XSLoader_pm.PLLeon Timmermans2021-06-201-4/+7
* XSLoader shouldn't use mod2fname when finding .bs files.Craig A. Berry2017-12-311-4/+7
* show modern usage for {XS,Dyna}LoaderZefram2017-12-161-12/+11
* fix other pod versions that had become out of date, and add reminder commentsKaren Etheridge2017-11-181-2/+2
* Replace multiple 'use vars' by 'our' in distNicolas R2017-11-111-5/+4
* Further simplify XSLoader .bs file handlingDagfinn Ilmari Mannsåker2017-10-231-7/+2
* Avoid loading .bs files twice when using XSLoaderDagfinn Ilmari Mannsåker2017-10-231-3/+2
* fix and test execution of non-empty .bs filesDavid Mitchell2017-04-071-2/+2
* Fix typo in the name the .pm file is generated from.Abigail2017-01-201-1/+1
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-2/+2
* Upgrade XSLoader from version 0.22 to 0.24Steve Hay2016-09-071-2/+2
* Synchronize blead with CPAN XSLoader 0.22Sébastien Aperghis-Tramoni2016-07-051-1/+1
* Fix XSLoader to recognize drive lettersFather Chrysostomos2016-07-041-1/+13
* Increase $XSLoader::VERSION to 0.22Father Chrysostomos2016-07-031-1/+1
* Don’t let XSLoader load relative pathsFather Chrysostomos2016-07-031-0/+25
* XSLoader 0.21: use dl_find_symbol 3rd optional argumentReini Urban2015-11-111-4/+5
* remove XSLoader and DynaLoader OS specific code on NA OSesDaniel Dragan2015-11-031-1/+10
* dont test for bootstrap file twice in XSLoaderDaniel Dragan2014-12-051-2/+3
* Bump XSLoader version after 4821216b2814.Craig A. Berry2014-10-311-1/+1
* XSLoader: Amend the mod2fname generation to detect more casesBrian Fraser2014-10-311-2/+5
* bump $XSLoader::VERSIONTony Cook2014-10-031-1/+1
* Allow XSLoader to load modules from a different namespaceGraham Knop2014-10-031-2/+3
* DynaLoader: Introduce d_libname_uniqueBrian Fraser2014-01-031-2/+4
* Upgrade to XSLoader 0.16Sebastien Aperghis-Tramoni2012-09-031-3/+3
* Eliminate warnings from XSLoader on 5.005 and 5.004.Nicholas Clark2011-09-111-3/+23
* Updated XSLoader to CPAN version 0.15Chris 'BinGOs' Williams2011-06-091-7/+13
* XSLoader::load() with no arguments can use caller to find a default package.Nicholas Clark2010-10-141-13/+17
* Improve XSLoader::load documentation.Nicholas Clark2010-10-071-4/+8
* Avoid defining a full XSLoader::bootstrap_inherit post 5.6, as it's not needed.Nicholas Clark2010-10-061-8/+23
* For the generated XSLoader.pm, avoid a runtime lexical which is constant.Nicholas Clark2010-09-021-15/+10
* Move XSLoader from ext/ to dist/Nicholas Clark2009-09-291-0/+407