This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix edge case test failure in ext/POSIX/t/mb.t
[perl5.git] / ext / DynaLoader /
2018-03-27 Dagfinn Ilmari Man... Mark unused dl_unload_all_files() argument
2018-03-27 Dagfinn Ilmari Man... Fix building with -Accflags=-DDL_UNLOAD_ALL_AT_EXIT
2017-12-16 Zeframshow modern usage for {XS,Dyna}Loader
2017-11-15 Nicolas RDynaLoader simplify parsing option rule
2017-11-03 J. Nick KostonAvoid unique REGCOMP in dynaloader
2017-10-24 Karl WilliamsonConvert strcmp into strEQ, strNE
2017-10-24 Karl WilliamsonDynaLoader: Use strlcpy instead of strcpy
2017-04-07 David Mitchellfix and test execution of non-empty .bs files
2016-12-23 John LightseySwitch most open() calls to three-argument form.
2016-11-18 Karl WilliamsonChange white space to avoid C++ deprecation warning
2016-11-11 H.Merijn BrandPatch unit tests to explicitly insert "." into @INC...
2016-06-20 Dan CollinsRemove references to USENET from ext/
2016-02-14 Craig A. BerryDynaLoader shouldn't use mod2fname when finding .bs...
2015-11-25 Tony Cookfix an else nesting error from the last set of DynaLoad...
2015-11-10 Tony Cookfix symbian XS too, missed this when checking over...
2015-11-10 Reini UrbanDynaLoader: extend t/DynaLoader.t to be run from basedi...
2015-11-10 Reini UrbanDynaLoader/dl_*.xs: Define all PERL_IN_DL_*_XS markers
2015-11-10 Reini UrbanDynaLoader 1.36 dl_find_symbol add 3rd optional argument
2015-11-02 Daniel Draganremove XSLoader and DynaLoader OS specific code on...
2015-11-02 Daniel Draganremove remains of dl_dld.xs
2015-10-17 Nicholas ClarkReplace 2 strcat()s with strlen() and memcpy() in dl_dl...
2015-10-15 Karl WilliamsonDynaLoader.t: Skip test on z/OS
2015-10-09 Craig A. Berrybump DynaLoader version to 1.35.
2015-10-09 Jarkko HietaniemiDynaLoader.doc was deleted 20 years ago in 3b35bae3
2015-08-27 Todd RinaldoDo not inject use Config into Dynaloader.pm when PERL_B...
2015-07-20 Tony Cookbump $DynaLoader::VERSION to 1.33
2015-07-20 Matthew Horsfall... Replace reference to newXSUB with newXS.
2015-03-09 Hugo van der Sandengrok_atoUV: don't make part of API
2015-03-09 Hugo van der Sanden[perl #123814] replace grok_atou with grok_atoUV
2015-02-01 Craig A. BerryInitialize RMS structs at clone time in dl_vms.xs.
2014-12-24 Steve HayFix compilation errors in DynaLoader.c with MinGW/gcc...
2014-11-27 Chris 'BinGOs' Wil... Bump Dynloader version to satisfy porting/cmp_version.t
2014-11-27 Jarkko HietaniemiHP-UX dynaloading uses shl_t, not void ptr.
2014-11-27 Jarkko Hietaniemiprintf type-matching.
2014-11-16 Daniel Draganmisc optimizing in DynaLoader
2014-11-13 Daniel Draganadd filename handling to xs handshake
2014-11-08 Daniel Draganadd xs_handshake API
2014-11-05 Daniel Draganfix Win32 nmake cant rebuild DynaLoader.obj on Makefile...
2014-10-31 Craig A. BerryReplace Test::More with t/test.pl in DynaLoader.t.
2014-10-26 Chad GranumImport Test-More 1.301001 alpha 63
2014-10-10 Daniel Draganmove dMY_CXT in dlutils.c closer to first use
2014-10-10 Daniel Draganremove dl_nonlazy global if unused in Dynaloader
2014-08-20 Peter MartiniRevert Test::Builder changes in prep for 5.21.3
2014-08-16 Chad GranumUpdate to include latest Test::Builder alpha
2014-07-23 Jarkko HietaniemiUse grok_atou instead of atoi.
2014-06-12 Dagfinn Ilmari Man... Change newSVpvn("…", …) to newSVpvs("…")
2014-06-11 Brian FraserRemoved NeXT support
2014-02-06 Brian FraserDynaLoader: On Android, define DLOPEN_WONT_DO_RELATIVE_...
2014-02-03 Brian FraserDynaLoader: On android, dl_load_flags should always...
2014-01-22 Brian Fraserext/DynaLoader/t/DynaLoader.t: Skip the dl_findfile...
2014-01-18 Brian FraserDynaLoader: Pure-perl mod2fname shouldn't use %Config...
2014-01-16 Alan Hourihanefix some linuxisms and RETVAL warnings from xsubpp
2014-01-16 Tony Cook[perl #89502] support for dld on Atari FreeMINT
2014-01-03 Brian FraserDynaLoader: Introduce d_libname_unique
2013-11-26 David Mitchellbump DynaLoader version after previous commits
2013-11-26 David Mitchelldl_hpux.xs: fix PREINIT boundary
2013-11-26 David MitchellDynaloader: use PREINIT to avoid compiler errors
2013-11-14 David MitchellDynaloader: fix build issue
2013-11-13 David MitchellDynaLoader: silence some compiler warnings
2013-09-05 Nicholas ClarkRemove support for GNU DLD in DynaLoader.
2013-08-22 Chris 'BinGOs' Wil... Skip dynaloader test on Bitrig like we do for OpenBSD
2013-08-21 Nicholas ClarkSkip tests for dl_unload_file() when built with -DPERL_...
2013-08-21 Nicholas ClarkWhitespace changes to DynaLoader.t, as part of adding...
2013-08-21 Nicholas ClarkDocument that DynaLoader::dl_unload_file() is not calle...
2013-08-17 Steve HayAdd $dl_dlext to DynaLoader's interface summary now...
2013-07-29 James E KeenanDocument $DynaLoader::dl_dlext, per sisyphus++.
2013-06-04 Paul Greenchange DynaLoader.t to know VOS has no libc library
2012-12-14 Nicholas ClarkRemove the BeOS port.
2012-12-10 Father ChrysostomosStop DynaLoader.t from unload File::Glob
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-10-31 Steve HayUse correct type to avoid a cast added by fe1c5936a5
2012-10-31 Steve HayBump DynaLoader's $VERSION after commit fe1c5936a5
2012-10-31 Daniel Draganconsting in perl.c:S_Internals_V and Win32 DynaLoader
2012-09-21 Nicholas ClarkRemove the MPE/iX port.
2012-08-31 Nicholas ClarkRemove the VM/ESA port.
2012-08-31 Steffen MuellerSilence ParseXS warning about abusing the CODE section
2012-06-18 Nicholas ClarkUpdate DynaLoader's VERSION after commit 7d08496d81c138d9.
2012-05-28 Craig A. BerryCast exception handler in dl_vms.xs.
2011-10-07 Father ChrysostomosIncrease $DynaLoader'VERSION from 1.13 to 1.14,
2011-09-30 Reini UrbanExport DynaLoader symbols from libperl again
2011-03-19 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to dl_dlopen.xs
2011-03-13 David LeadbeaterRemove the couple of references to AutoLoader that...
2011-02-19 Craig A. BerryDispatch dl_expandspec at build time, not run time.
2011-02-18 David MitchellDynaLoader.t: AUTOLOAD TODO tests passing
2011-02-18 Father ChrysostomosIncrease DynaLoader’s version
2011-02-18 Leon Timmermans[perl #84358] Removing AutoLoader from DynaLoader
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in ext/*.
2011-01-06 Craig A. BerryUpdate K&R-style function declarations in dl_vms.xs.
2011-01-04 Jan DuboisDon't install Cygwin code into other platforms
2011-01-03 Reini UrbanCYG14 Dynaloader without USEIMPORTLIB, and search cyg...
2010-12-19 Zeframbump version of many modules
2010-12-16 Nicholas ClarkRemove "dead" RCS $Id$ tags from files that we own.
2010-11-02 Father ChrysostomosIncrease DynaLoader’s version
2010-11-02 Jan DuboisAvoid buffer overflow in dl_win32.c
2010-10-07 Nicholas ClarkImprove DynaLoader::bootstrap documentation.
2010-06-23 Nicholas ClarkRemove MacOS classic support from DynaLoader.
2009-09-28 Steve HayWith Win32 now building DynaLoader in ext, it is now...
2009-09-27 Rafael Garcia-SuarezRemove unused gitignore entry
2009-09-18 Nicholas ClarkSplit XSLoader out from ext/DynaLoader into its own...
2009-09-17 Craig A. BerryPERL_SRC already has brackets on VMS.
next