summaryrefslogtreecommitdiff
path: root/ext/DynaLoader
Commit message (Expand)AuthorAgeFilesLines
...
* misc optimizing in DynaLoaderDaniel Dragan2014-11-1511-31/+40
* add filename handling to xs handshakeDaniel Dragan2014-11-131-1/+1
* add xs_handshake APIDaniel Dragan2014-11-071-0/+4
* fix Win32 nmake cant rebuild DynaLoader.obj on Makefile regen bugDaniel Dragan2014-11-041-1/+2
* Replace Test::More with t/test.pl in DynaLoader.t.Craig A. Berry2014-10-311-25/+19
* Import Test-More 1.301001 alpha 63Chad Granum2014-10-261-10/+17
* move dMY_CXT in dlutils.c closer to first useDaniel Dragan2014-10-101-3/+5
* remove dl_nonlazy global if unused in DynaloaderDaniel Dragan2014-10-104-2/+14
* Revert Test::Builder changes in prep for 5.21.3Peter Martini2014-08-191-12/+4
* Update to include latest Test::Builder alphaChad Granum2014-08-161-4/+12
* Use grok_atou instead of atoi.Jarkko Hietaniemi2014-07-221-1/+1
* Change newSVpvn("…", …) to newSVpvs("…")Dagfinn Ilmari Mannsåker2014-06-1210-11/+11
* Removed NeXT supportBrian Fraser2014-06-112-350/+2
* 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