summaryrefslogtreecommitdiff
path: root/ext/DynaLoader
Commit message (Expand)AuthorAgeFilesLines
* DynaLoader: On Android, define DLOPEN_WONT_DO_RELATIVE_PATHSBrian Fraser2014-02-051-0/+11
* DynaLoader: On android, dl_load_flags should always be 0x00Brian Fraser2014-02-031-2/+8
* ext/DynaLoader/t/DynaLoader.t: Skip the dl_findfile test when cross-compilingBrian Fraser2014-01-222-1/+3
* DynaLoader: Pure-perl mod2fname shouldn't use %Config at runtimeBrian Fraser2014-01-181-3/+3
* fix some linuxisms and RETVAL warnings from xsubppAlan Hourihane2014-01-161-16/+15
* [perl #89502] support for dld on Atari FreeMINTTony Cook2014-01-161-0/+221
* DynaLoader: Introduce d_libname_uniqueBrian Fraser2014-01-032-3/+58
* bump DynaLoader version after previous commitsDavid Mitchell2013-11-261-1/+1
* dl_hpux.xs: fix PREINIT boundaryDavid Mitchell2013-11-261-1/+1
* Dynaloader: use PREINIT to avoid compiler errorsDavid Mitchell2013-11-262-2/+4
* Dynaloader: fix build issueDavid Mitchell2013-11-149-9/+18
* DynaLoader: silence some compiler warningsDavid Mitchell2013-11-1310-1/+10
* Remove support for GNU DLD in DynaLoader.Nicholas Clark2013-09-052-212/+3
* Skip dynaloader test on Bitrig like we do for OpenBSDChris 'BinGOs' Williams2013-08-221-1/+1
* Skip tests for dl_unload_file() when built with -DPERL_GLOBAL_STRUCT_PRIVATENicholas Clark2013-08-211-0/+4
* Whitespace changes to DynaLoader.t, as part of adding a TODO: block.Nicholas Clark2013-08-211-9/+9
* Document that DynaLoader::dl_unload_file() is not called at exit by default.Nicholas Clark2013-08-211-3/+4
* Add $dl_dlext to DynaLoader's interface summary now that it's documentedSteve Hay2013-08-171-0/+1
* Document $DynaLoader::dl_dlext, per sisyphus++.James E Keenan2013-07-291-1/+14
* change DynaLoader.t to know VOS has no libc libraryPaul Green2013-06-031-1/+1
* Remove the BeOS port.Nicholas Clark2012-12-141-133/+0
* Stop DynaLoader.t from unload File::GlobFather Chrysostomos2012-12-101-2/+8
* Remove "register" declarationsKarl Williamson2012-11-242-10/+10
* Use correct type to avoid a cast added by fe1c5936a5Steve Hay2012-10-311-2/+2
* Bump DynaLoader's $VERSION after commit fe1c5936a5Steve Hay2012-10-311-1/+1
* consting in perl.c:S_Internals_V and Win32 DynaLoaderDaniel Dragan2012-10-311-3/+3
* Remove the MPE/iX port.Nicholas Clark2012-09-211-146/+0
* Remove the VM/ESA port.Nicholas Clark2012-08-311-196/+0
* Silence ParseXS warning about abusing the CODE sectionSteffen Mueller2012-08-318-71/+90
* Update DynaLoader's VERSION after commit 7d08496d81c138d9.Nicholas Clark2012-06-181-1/+1
* Cast exception handler in dl_vms.xs.Craig A. Berry2012-05-281-1/+1
* Increase $DynaLoader'VERSION from 1.13 to 1.14,Father Chrysostomos2011-10-061-1/+1
* Export DynaLoader symbols from libperl againReini Urban2011-09-301-0/+1
* Add PERL_NO_GET_CONTEXT to dl_dlopen.xsNicholas Clark2011-03-191-0/+2
* 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
* DynaLoader.t: AUTOLOAD TODO tests passingDavid Mitchell2011-02-181-6/+3
* Increase DynaLoader’s versionFather Chrysostomos2011-02-171-1/+1
* [perl #84358] Removing AutoLoader from DynaLoaderLeon Timmermans2011-02-171-16/+2
* Fix typos (spelling errors) in ext/*.Peter J. Acklam) (via RT2011-01-073-3/+3
* Update K&R-style function declarations in dl_vms.xs.Craig A. Berry2011-01-061-6/+2
* Don't install Cygwin code into other platformsJan Dubois2011-01-031-1/+3
* CYG14 Dynaloader without USEIMPORTLIB, and search cyg prefixReini Urban2011-01-042-0/+10
* bump version of many modulesZefram2010-12-191-1/+1
* Remove "dead" RCS $Id$ tags from files that we own.Nicholas Clark2010-12-161-1/+0
* Increase DynaLoader’s versionFather Chrysostomos2010-11-011-1/+1
* Avoid buffer overflow in dl_win32.cJan Dubois2010-11-011-0/+4
* Improve DynaLoader::bootstrap documentation.Nicholas Clark2010-10-071-1/+8
* Remove MacOS classic support from DynaLoader.Nicholas Clark2010-06-232-210/+3
* With Win32 now building DynaLoader in ext, it is now built withSteve Hay2009-09-281-1/+1