This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Revert "$XS::APItest::VERSION = '0.34'"
[perl5.git] / ext / DynaLoader / DynaLoader_pm.PL
2011-10-07 Father ChrysostomosIncrease $DynaLoader'VERSION from 1.13 to 1.14,
2011-03-13 David LeadbeaterRemove the couple of references to AutoLoader that...
2011-02-19 Craig A. BerryDispatch dl_expandspec at build time, not run time.
2011-02-18 Father ChrysostomosIncrease DynaLoader’s version
2011-02-18 Leon Timmermans[perl #84358] Removing AutoLoader from DynaLoader
2011-01-04 Jan DuboisDon't install Cygwin code into other platforms
2011-01-03 Reini UrbanCYG14 Dynaloader without USEIMPORTLIB, and search cyg...
2010-12-19 Zeframbump version of many modules
2010-11-02 Father ChrysostomosIncrease DynaLoader’s version
2010-10-07 Nicholas ClarkImprove DynaLoader::bootstrap documentation.
2010-06-23 Nicholas ClarkRemove MacOS classic support from DynaLoader.
2009-06-27 David Mitchellbump Dynaloader to 1.10 to distinguish it from the...
2008-10-18 Nicholas ClarkSuggestion from Slaven - reverse the part of 23348...
2008-03-30 Nicholas ClarkGive DynaLoader a non-dev version number.
2008-01-03 Jan DuboisRE: How to load a "loadable object" that has a non...
2007-06-01 Jan DuboisFix DynaLoader::dl_findfile() to locate .so files again
2007-01-17 Marcus Holland-MoritzFix a typo in Dynaloader_pm.PL.
2006-11-03 Rafael Garcia-SuarezThe assignment to $VERSION must be on its own line...
2006-11-03 gml4410@ggr.co.ukWrap the $VERSION initialization of DynaLoader in a...
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-03-18 Rafael Garcia-SuarezDon't use vars in DynaLoader
2004-10-04 Vadim Konovalovdynaloader improvements and cleanup
2004-05-12 Rafael Garcia-SuarezMake XSLoader update @DynaLoader::dl_shared_objects.
2004-04-04 Nicholas ClarkBump version numbers for modules that have changed...
2004-01-21 Edward S. PeschkoPATCH for perl-5.8.4
2003-12-13 Rafael Garcia-SuarezMore POD fixes ; regenerate perltoc and perlmodlib.
2003-11-02 Ilya ZakharevichOS/2 build
2003-09-12 Rafael Garcia-SuarezStringify the $VERSION of DynaLoader so it's never...
2003-03-10 Stas BekmanBunch of doc patches from Stas; plus regen.
2002-06-28 Jarkko HietaniemiNetWare update from Ananth Kesari.
2002-06-27 Elizabeth Mattijsen Subject: [DOC PATCH] DynaLoader.pm
2002-06-05 Jarkko HietaniemiIntegrate macperl changes #16974 and #16975;
2002-05-31 Jarkko HietaniemiIntegrate macperl patches #16926 and #16938;
2002-05-31 Jarkko HietaniemiNetWare update from Ananth Kesari.
2002-05-30 Doug MacEachernprevent attempts to load extension libraries more than...
2002-05-30 Jarkko HietaniemiIntegrate macperl patch #16868.
2001-10-22 Jarkko HietaniemiIntegrate changes #12580 and #12581 from macperl;
2001-06-19 Doug MacEachern[patch] preserve @DynaLoader::dl_{librefs,modules}
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-11-07 Jarkko HietaniemiBe more robust in Dynaloader.pm.
2000-11-02 Andreas KönigTest::Harness revealed buglets in the new DynaLoader.
2000-11-01 Jarkko HietaniemiMore tweaking on the #7522 theme.
2000-11-01 Jarkko HietaniemiExpand %Config variables and %ENV variables only if
2000-10-22 Nicholas ClarkPATCH $Config::Config{ldlibpthname} in ext/DynaLoader...
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6242..6249 into mainline
2000-06-27 Nicholas Clark[ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message...
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-04-25 Gurusamy Sarathyuse &dl_error rather than &dl_load_file as the guard...
2000-03-06 Gurusamy Sarathyintegrate cfgperl changes into mainline
2000-03-05 Doug MacEachernAvoid wiping out @dl_{librefs,modules} when XSLoader
2000-03-01 Jarkko HietaniemiIntegrate with Sarathy.
2000-03-01 Gurusamy Sarathyavoid DProf entering dl_unload_file() (from Alan Burlison)
2000-03-01 Gurusamy Sarathyunload extension shared objects when exiting, implemented
2000-02-28 Charles BaileySupport case-sensitive symbols usage in linker
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-03 Ilya Zakharevichapplied suggested patch; removed $VERSION = $VERSION...
1999-11-13 Paul MooreDynaLoader_pm.PL patch (backslashes in strings)
1999-11-02 Jarkko HietaniemiInitial integration of the MacPerl changes form Matthias.
1999-09-18 Nick Ing-SimmonsRe-integrate mainline
1999-08-23 Charles BaileyAllow for file versions in library when looking for...
1999-07-23 Jarkko HietaniemiIntroduce $Config{ldlibpthname} which contains
1999-07-14 Jarkko HietaniemiFixed AIX dynamic loading and AIX shared Perl library.
1998-10-25 Jan DuboisMake _really_ sure Dynaloader.xs code is initialized...
1998-06-10 Laszlo MolnarAdded patch, tweaked other places affected by name...