This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pumpkin.pod: Add L<> around html link
[perl5.git] / ext / DynaLoader /
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.
2009-09-17 Nicholas ClarkConvert win32 to build DynaLoader with EU::MM in ext...
2009-09-16 Nicholas ClarkStart to make DynaLoader's Makefile.PL platform agnostic.
2009-08-30 Nicholas ClarkRemove the $ENV{PERL_CORE} boilerplate from DynaLoader...
2009-08-28 Nicholas ClarkUse & function-call notation to disable prototype check...
2009-06-27 David Mitchellbump Dynaloader to 1.10 to distinguish it from the...
2009-03-26 Nicholas ClarkRemove now-redundant references to MAN3PODS in core...
2009-03-07 Craig A. BerryMake DynaLoader clone its private data under threads.
2009-03-05 Craig A. BerryIn dl_vms.xs, treat dl_last_error like the SV that...
2009-01-21 Nicholas ClarkAdd get_cvs() as a shortcut for STR_WITH_LEN() and...
2009-01-21 Nicholas ClarkCorrect the form of the flags passed to perl_get_cv().
2009-01-21 Nicholas ClarkUpdate the documentation of get_av() to note that it...
2008-12-19 Florian RagwitzFix up .gitignore files some more
2008-12-19 Sam Vilain[admin] set up .gitignore files
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-10-18 Nicholas ClarkSuggestion from Slaven - reverse the part of 23348...
2008-09-26 Nicholas ClarkUpgrade to XSLoader 0.10.
2008-09-23 Nicholas ClarkFix tests for the case of -Du_usedl
2008-09-23 Andy Dougherty[perl #59208][PATCH 5.8.x] ext/DynaLoader/t/XSLoader...
2008-09-22 Rafael Garcia-SuarezAvoid uninitialized warnings from XSLoader
2008-09-21 Sébastien Aperghis... Fwd: CPAN Upload: S/SA/SAPER/XSLoader-0.09.tar.gz
2008-06-13 Craig A. BerryFor dynamic loading on VMS, simplify and robustify...
2008-03-30 Nicholas ClarkGive DynaLoader a non-dev version number.
2008-01-23 Nicholas ClarkDeprecate (and remove core use of ) Nullav, Nullcv...
2008-01-03 Jan DuboisRE: How to load a "loadable object" that has a non...
2007-12-22 Robin Barkerext/ consting
2007-06-01 Jan DuboisFix DynaLoader::dl_findfile() to locate .so files again
2007-05-16 Steve HayDynaLoader doesn't seem to need -DPERL_CORE, and no...
2007-05-02 Rafael Garcia-SuarezUpgrade to XSLoader 0.08
2007-04-25 Brandon BlackRe: [Andreas J. Koenig] C3 MRO breaks Params::Util...
2007-04-21 Rafael Garcia-SuarezUpgrade to version-0.7203.
2007-04-06 Jerry D. HeddenAllow any *DBM_File to work for DynaLoader testing
2007-03-03 Nicholas ClarkMust only use dynamic extensions in the Dynaloader...
2007-03-03 Jerry D. HeddenDon't copy DynaLoader.o unnecessarily
2007-02-07 Jerry D. HeddenFix to Dynaloader.t for missing modules
2007-01-17 Marcus Holland-MoritzFix a typo in Dynaloader_pm.PL.
2007-01-08 Nicholas Clarkdo $file; won't propagate errors from die, as do is...
2007-01-07 Yitzchak Scott-Tho... DynaLoader test failure on cygwin
2006-12-18 Ilya ZakharevichOS/2-specific fixes, round II
2006-11-13 Steve PetersThe DynaLoader test isn't happy with OpenBSD's libc...
2006-11-03 Rafael Garcia-SuarezThe assignment to $VERSION must be on its own line...
2006-11-03 gml4410@ggr.co.ukWrap the $VERSION initialization of DynaLoader in a...
2006-11-02 Vadim Konovalov[patch at 21983] factor out $^O eq 'darwin' from XSLoad...
2006-10-14 Steve PetersUpgrade to XSLoader-0.07.
2006-09-13 Steve Petersdarwin also seems to be lacking a dl_unload_file()...
2006-05-29 Craig A. BerryAnd some more DynaLoader things that should not be...
2006-05-28 Jarkko HietaniemiDynaLoader.t: less assumptions
2006-05-27 Craig A. Berryuse the same arg names everyone else does and handle...
2006-05-26 Yves OrtonRe: [PATCH] Test script for DynaLoader
2006-05-22 Sébastien Aperghis... Better handling for error-checking
2006-05-18 Rafael Garcia-SuarezNits in the DynaLoader test: make it warning-clean,
2006-05-18 Sébastien Aperghis... Test script for DynaLoader
2006-05-02 Nicholas ClarkFix bug in DynaLoader, which has been passing a filenam...
2006-03-20 Gisle AasMove DynaLoader.o into libperl.so.
2006-03-16 Gisle AasAvoid hardcoded $(OBJ_EXT)
2005-12-16 Nicholas Clarks/Nullhv/NULL/g;
2005-10-16 Steve PetersNo more attempting to edit Pod before the first coffee...
2005-10-16 Steve PetersUpgrade to XSLoader-0.06 (plus a minor doc nit found...
2005-09-30 Rafael Garcia-SuarezUpgrade to XSLoader 0.05, plus a few doc nits,
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-06-09 Jarkko Hietaniemiinstead of unions use double cast for data pointer...
2005-05-30 Jarkko HietaniemiRe: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64...
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-04-18 Nicholas ClarkPERL_DEBUG_COW for SvUVX and SvPVX
2005-04-05 Nicholas ClarkDown with more K&R prototypes
2005-03-25 Andy LesterConsting five
2005-03-18 Rafael Garcia-SuarezDon't use vars in DynaLoader
2005-01-31 Robert Millan[perl #33998] [PATCH] Support for GNU/kFreeBSD
2005-01-05 Nicholas ClarkCorrect a Greengrocer's apostrophe.
2004-10-04 Vadim Konovalovdynaloader improvements and cleanup
2004-05-12 Rafael Garcia-SuarezMake XSLoader update @DynaLoader::dl_shared_objects.
2004-04-04 Nicholas ClarkBump version numbers for modules that have changed...
2004-01-21 Edward S. PeschkoPATCH for perl-5.8.4
2004-01-19 Neil Watkissdl_unload_file for HP-UX
2003-12-13 Rafael Garcia-SuarezMore POD fixes ; regenerate perltoc and perlmodlib.
2003-11-02 Ilya ZakharevichOS/2 build
2003-09-12 Rafael Garcia-SuarezStringify the $VERSION of DynaLoader so it's never...
2003-09-06 Rafael Garcia-SuarezMinor doc style nits in XSLoader.
2003-08-31 Jarkko HietaniemiDe-cargo-cult.
2003-08-30 Rafael Garcia-SuarezTweak XSLoader.t.
2003-08-30 Jarkko HietaniemiMake XSLoader.t more robust (and sdbm.t more verbose)
next