summaryrefslogtreecommitdiff
path: root/ext/DynaLoader/DynaLoader_pm.PL
Commit message (Expand)AuthorAgeFilesLines
* Silence ParseXS warning about abusing the CODE sectionSteffen Mueller2012-08-311-1/+1
* Update DynaLoader's VERSION after commit 7d08496d81c138d9.Nicholas Clark2012-06-181-1/+1
* Increase $DynaLoader'VERSION from 1.13 to 1.14,Father Chrysostomos2011-10-061-1/+1
* Remove the couple of references to AutoLoader that remained inDavid Leadbeater2011-03-131-6/+2
* Dispatch dl_expandspec at build time, not run time.Craig A. Berry2011-02-181-7/+5
* Increase DynaLoader’s versionFather Chrysostomos2011-02-171-1/+1
* [perl #84358] Removing AutoLoader from DynaLoaderLeon Timmermans2011-02-171-16/+2
* Don't install Cygwin code into other platformsJan Dubois2011-01-031-1/+3
* CYG14 Dynaloader without USEIMPORTLIB, and search cyg prefixReini Urban2011-01-041-0/+1
* bump version of many modulesZefram2010-12-191-1/+1
* Increase DynaLoader’s versionFather Chrysostomos2010-11-011-1/+1
* Improve DynaLoader::bootstrap documentation.Nicholas Clark2010-10-071-1/+8
* Remove MacOS classic support from DynaLoader.Nicholas Clark2010-06-231-48/+3
* bump Dynaloader to 1.10 to distinguish it from the 5.8.9 releaseDavid Mitchell2009-06-271-1/+1
* Suggestion from Slaven - reverse the part of 23348 that removed theNicholas Clark2008-10-181-3/+1
* Give DynaLoader a non-dev version number.Nicholas Clark2008-03-301-1/+1
* RE: How to load a "loadable object" that has a non-default file extension ?Jan Dubois2008-01-031-14/+19
* Fix DynaLoader::dl_findfile() to locate .so files againJan Dubois2007-06-011-1/+1
* Fix a typo in Dynaloader_pm.PL.Marcus Holland-Moritz2007-01-171-1/+1
* The assignment to $VERSION must be on its own line, forRafael Garcia-Suarez2006-11-031-1/+3
* Wrap the $VERSION initialization of DynaLoader in a BEGIN blockgml4410@ggr.co.uk2006-11-031-1/+1
* Symbian port of PerlJarkko Hietaniemi2005-04-211-3/+16
* Don't use vars in DynaLoaderRafael Garcia-Suarez2005-03-181-10/+1
* dynaloader improvements and cleanupVadim Konovalov2004-10-041-62/+123
* Make XSLoader update @DynaLoader::dl_shared_objects.Rafael Garcia-Suarez2004-05-121-1/+1
* Bump version numbers for modules that have changed since 5.8.3Nicholas Clark2004-04-041-1/+1
* PATCH for perl-5.8.4Edward S. Peschko2004-01-211-0/+9
* More POD fixes ; regenerate perltoc and perlmodlib.Rafael Garcia-Suarez2003-12-131-2/+0
* OS/2 buildIlya Zakharevich2003-11-021-0/+9
* Stringify the $VERSION of DynaLoader so it's never dependentRafael Garcia-Suarez2003-09-121-1/+1
* Bunch of doc patches from Stas; plus regen.Stas Bekman2003-03-101-2/+2
* NetWare update from Ananth Kesari.Jarkko Hietaniemi2002-06-281-14/+6
* Subject: [DOC PATCH] DynaLoader.pmElizabeth Mattijsen2002-06-271-1/+3
* Integrate macperl changes #16974 and #16975;Jarkko Hietaniemi2002-06-051-1/+1
* Integrate macperl patches #16926 and #16938;Jarkko Hietaniemi2002-05-311-0/+6
* NetWare update from Ananth Kesari.Jarkko Hietaniemi2002-05-311-2/+16
* prevent attempts to load extension libraries more than once on darwin.Doug MacEachern2002-05-301-3/+12
* Integrate macperl patch #16868.Jarkko Hietaniemi2002-05-301-2/+3
* Integrate changes #12580 and #12581 from macperl;Jarkko Hietaniemi2001-10-221-2/+2
* [patch] preserve @DynaLoader::dl_{librefs,modules}Doug MacEachern2001-06-191-2/+4
* Be more robust in Dynaloader.pm.Jarkko Hietaniemi2000-11-071-26/+25
* Test::Harness revealed buglets in the new DynaLoader.Andreas König2000-11-021-6/+18
* More tweaking on the #7522 theme.Jarkko Hietaniemi2000-11-011-12/+28
* Expand %Config variables and %ENV variables only ifJarkko Hietaniemi2000-11-011-37/+58
* PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PLNicholas Clark2000-10-221-10/+28
* integrate cfgperl changes#6242..6249 into mainlineGurusamy Sarathy2000-07-111-3/+3
* use &dl_error rather than &dl_load_file as the guard for callingGurusamy Sarathy2000-04-251-2/+2
* integrate cfgperl changes into mainlineGurusamy Sarathy2000-03-061-2/+2
* avoid DProf entering dl_unload_file() (from Alan Burlison)Gurusamy Sarathy2000-03-011-2/+1
* unload extension shared objects when exiting, implementedGurusamy Sarathy2000-03-011-2/+40