summaryrefslogtreecommitdiff
path: root/ext/DynaLoader
Commit message (Expand)AuthorAgeFilesLines
* Mark unused dl_unload_all_files() argumentDagfinn Ilmari Mannsåker2018-03-271-0/+1
* Fix building with -Accflags=-DDL_UNLOAD_ALL_AT_EXITDagfinn Ilmari Mannsåker2018-03-271-6/+3
* show modern usage for {XS,Dyna}LoaderZefram2017-12-161-2/+2
* DynaLoader simplify parsing option ruleNicolas R2017-11-151-6/+4
* Avoid unique REGCOMP in dynaloaderJ. Nick Koston2017-11-031-3/+3
* Convert strcmp into strEQ, strNEKarl Williamson2017-10-242-3/+3
* DynaLoader: Use strlcpy instead of strcpyKarl Williamson2017-10-242-2/+2
* fix and test execution of non-empty .bs filesDavid Mitchell2017-04-071-2/+2
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-2/+2
* Change white space to avoid C++ deprecation warningKarl Williamson2016-11-182-2/+2
* Patch unit tests to explicitly insert "." into @INC when needed.H.Merijn Brand2016-11-111-1/+1
* Remove references to USENET from ext/Dan Collins2016-06-202-3/+2
* DynaLoader shouldn't use mod2fname when finding .bs files.Craig A. Berry2016-02-131-3/+7
* fix an else nesting error from the last set of DynaLoader patchesTony Cook2015-11-252-2/+3
* fix symbian XS too, missed this when checking over the patchTony Cook2015-11-111-1/+1
* DynaLoader: extend t/DynaLoader.t to be run from basedir alsoReini Urban2015-11-111-1/+6
* DynaLoader/dl_*.xs: Define all PERL_IN_DL_*_XS markersReini Urban2015-11-118-1/+8
* DynaLoader 1.36 dl_find_symbol add 3rd optional argumentReini Urban2015-11-1110-39/+54
* remove XSLoader and DynaLoader OS specific code on NA OSesDaniel Dragan2015-11-031-6/+7
* remove remains of dl_dld.xsDaniel Dragan2015-11-031-4/+0
* Replace 2 strcat()s with strlen() and memcpy() in dl_dlopen.xs.Nicholas Clark2015-10-171-4/+5
* DynaLoader.t: Skip test on z/OSKarl Williamson2015-10-151-1/+1
* bump DynaLoader version to 1.35.Craig A. Berry2015-10-091-1/+1
* DynaLoader.doc was deleted 20 years ago in 3b35bae3Jarkko Hietaniemi2015-10-091-1/+0
* Do not inject use Config into Dynaloader.pm when PERL_BUILD_EXPAND_CONFIG_VARSTodd Rinaldo2015-08-271-2/+8
* bump $DynaLoader::VERSION to 1.33Tony Cook2015-07-201-1/+1
* Replace reference to newXSUB with newXS.Matthew Horsfall (alh)2015-07-201-1/+1
* grok_atoUV: don't make part of APIHugo van der Sanden2015-03-0912-1/+12
* [perl #123814] replace grok_atou with grok_atoUVHugo van der Sanden2015-03-091-3/+7
* Initialize RMS structs at clone time in dl_vms.xs.Craig A. Berry2015-01-312-1/+10
* Fix compilation errors in DynaLoader.c with MinGW/gcc -xc++Steve Hay2014-12-242-2/+2
* Bump Dynloader version to satisfy porting/cmp_version.tChris 'BinGOs' Williams2014-11-271-1/+1
* HP-UX dynaloading uses shl_t, not void ptr.Jarkko Hietaniemi2014-11-271-1/+1
* printf type-matching.Jarkko Hietaniemi2014-11-271-5/+5
* 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