summaryrefslogtreecommitdiff
path: root/ext/DynaLoader
Commit message (Expand)AuthorAgeFilesLines
* dl_dyld.xs should not create a `mode` variable only to ignore itNicholas Clark2022-08-192-5/+3
* Remove NetWare supportDagfinn Ilmari Mannsåker2021-10-082-11/+3
* Remove undeclared $Is_VMS from DynaLoader_pm.PLCraig A. Berry2021-06-241-3/+0
* Make DynaLoader strict-safeLeon Timmermans2021-06-201-2/+14
* Add warnings to DynaLoader/Makefile.PLLeon Timmermans2021-06-201-0/+2
* Add warnings to DynaLoader.tLeon Timmermans2021-06-201-0/+2
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-15/+15
* Make DynaLoader on MacOS check library existence with dlopenLeon Timmermans2020-12-221-4/+12
* DynaLoader: use PerlEnv_getenv()Karl Williamson2020-11-292-2/+2
* add gitignore exclusions for files in gitGraham Knop2020-11-231-0/+1
* Remove PERL_GLOBAL_STRUCTDagfinn Ilmari Mannsåker2020-07-202-13/+9
* Remove Symbian portDagfinn Ilmari Mannsåker2020-07-202-253/+0
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-221-1/+1
* Dynaloader: Add, fix commentsKarl Williamson2020-03-161-1/+13
* Add strict and warnings to some .PL filesNicolas R2020-03-131-1/+6
* ext/DynaLoader/dl_aix.xs: Use isDIGIT macroKarl Williamson2019-11-112-2/+2
* 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