Convert win32 to build DynaLoader with EU::MM in ext/DynaLoader
[p5sagit/p5-mst-13.2.git] / ext / DynaLoader / DynaLoader_pm.PL
2009-06-27 David Mitchell bump Dynaloader to 1.10 to distinguish it from the...
2008-10-18 Nicholas Clark Suggestion from Slaven - reverse the part of 23348...
2008-03-30 Nicholas Clark Give DynaLoader a non-dev version number.
2008-01-03 Jan Dubois RE: How to load a "loadable object" that has a non...
2007-06-01 Jan Dubois Fix DynaLoader::dl_findfile() to locate .so files again
2007-01-17 Marcus Holland-Moritz Fix a typo in Dynaloader_pm.PL.
2006-11-03 Rafael Garcia-Suarez The assignment to $VERSION must be on its own line...
2006-11-03 gml4410@ggr.co.uk Wrap the $VERSION initialization of DynaLoader in a...
2005-04-21 Jarkko Hietaniemi Symbian port of Perl
2005-03-18 Rafael Garcia-Suarez Don't use vars in DynaLoader
2004-10-04 Vadim Konovalov dynaloader improvements and cleanup
2004-05-12 Rafael Garcia-Suarez Make XSLoader update @DynaLoader::dl_shared_objects.
2004-04-04 Nicholas Clark Bump version numbers for modules that have changed...
2004-01-21 Edward S. Peschko PATCH for perl-5.8.4
2003-12-13 Rafael Garcia-Suarez More POD fixes ; regenerate perltoc and perlmodlib.
2003-11-02 Ilya Zakharevich OS/2 build
2003-09-12 Rafael Garcia-Suarez Stringify the $VERSION of DynaLoader so it's never...
2003-03-10 Stas Bekman Bunch of doc patches from Stas; plus regen.
2002-06-28 Jarkko Hietaniemi NetWare update from Ananth Kesari.
2002-06-27 Elizabeth Mattijsen Subject: [DOC PATCH] DynaLoader.pm
2002-06-05 Jarkko Hietaniemi Integrate macperl changes #16974 and #16975;
2002-05-31 Jarkko Hietaniemi Integrate macperl patches #16926 and #16938;
2002-05-31 Jarkko Hietaniemi NetWare update from Ananth Kesari.
2002-05-30 Doug MacEachern prevent attempts to load extension libraries more than...
2002-05-30 Jarkko Hietaniemi Integrate macperl patch #16868.
2001-10-22 Jarkko Hietaniemi Integrate changes #12580 and #12581 from macperl;
2001-06-19 Doug MacEachern [patch] preserve @DynaLoader::dl_{librefs,modules}
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-11-07 Jarkko Hietaniemi Be more robust in Dynaloader.pm.
2000-11-02 Andreas König Test::Harness revealed buglets in the new DynaLoader.
2000-11-01 Jarkko Hietaniemi More tweaking on the #7522 theme.
2000-11-01 Jarkko Hietaniemi Expand %Config variables and %ENV variables only if
2000-10-22 Nicholas Clark PATCH $Config::Config{ldlibpthname} in ext/DynaLoader...
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6242..6249 into mainline
2000-06-27 Nicholas Clark [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message...
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-04-25 Gurusamy Sarathy use ...
2000-03-06 Gurusamy Sarathy integrate cfgperl changes into mainline
2000-03-05 Doug MacEachern Avoid wiping out @dl_{librefs,modules} when XSLoader
2000-03-01 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-01 Gurusamy Sarathy avoid DProf entering dl_unload_file() (from Alan Burlison)
2000-03-01 Gurusamy Sarathy unload extension shared objects when exiting, implemented
2000-02-28 Charles Bailey Support case-sensitive symbols usage in linker
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-03 Ilya Zakharevich applied suggested patch; removed $VERSION = $VERSION...
1999-11-13 Paul Moore DynaLoader_pm.PL patch (backslashes in strings)
1999-11-02 Jarkko Hietaniemi Initial integration of the MacPerl changes form Matthias.
1999-09-18 Nick Ing-Simmons Re-integrate mainline
1999-08-23 Charles Bailey Allow for file versions in library when looking for...
1999-07-23 Jarkko Hietaniemi Introduce $Config{ldlibpthname} which contains
1999-07-14 Jarkko Hietaniemi Fixed AIX dynamic loading and AIX shared Perl library.
1998-10-25 Jan Dubois Make _really_ sure Dynaloader.xs code is initialized...
1998-06-10 Laszlo Molnar Added patch, tweaked other places affected by name...