| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove MacOS classic support from DynaLoader. | Nicholas Clark | 2010-06-23 | 2 | -210/+3 |
* | With Win32 now building DynaLoader in ext, it is now built with | Steve Hay | 2009-09-28 | 1 | -1/+1 |
* | Remove unused gitignore entry | Rafael Garcia-Suarez | 2009-09-27 | 1 | -1/+0 |
* | Split XSLoader out from ext/DynaLoader into its own directory. | Nicholas Clark | 2009-09-18 | 3 | -493/+3 |
* | PERL_SRC already has brackets on VMS. | Craig A. Berry | 2009-09-17 | 1 | -1/+1 |
* | Convert win32 to build DynaLoader with EU::MM in ext/DynaLoader | Nicholas Clark | 2009-09-17 | 1 | -0/+205 |
* | Start to make DynaLoader's Makefile.PL platform agnostic. | Nicholas Clark | 2009-09-16 | 1 | -11/+35 |
* | Remove the $ENV{PERL_CORE} boilerplate from DynaLoader's tests. | Nicholas Clark | 2009-08-30 | 2 | -14/+0 |
* | Use & function-call notation to disable prototype checking on dl_load_file() | Nicholas Clark | 2009-08-28 | 1 | -1/+1 |
* | bump Dynaloader to 1.10 to distinguish it from the 5.8.9 release | David Mitchell | 2009-06-27 | 1 | -1/+1 |
* | Remove now-redundant references to MAN3PODS in core modules' Makefile.PLs. | Nicholas Clark | 2009-03-26 | 1 | -1/+0 |
* | Make DynaLoader clone its private data under threads. | Craig A. Berry | 2009-03-07 | 13 | -1/+201 |
* | In dl_vms.xs, treat dl_last_error like the SV that it is. | Craig A. Berry | 2009-03-05 | 1 | -12/+2 |
* | Add get_cvs() as a shortcut for STR_WITH_LEN() and Perl_get_cvn_flags(), and | Nicholas Clark | 2009-01-21 | 1 | -1/+1 |
* | Correct the form of the flags passed to perl_get_cv(). | Nicholas Clark | 2009-01-21 | 1 | -1/+1 |
* | Update the documentation of get_av() to note that it calls Perl_gv_fetchpv(), | Nicholas Clark | 2009-01-21 | 1 | -1/+1 |
* | Fix up .gitignore files some more | Florian Ragwitz | 2008-12-19 | 1 | -0/+1 |
* | [admin] set up .gitignore files | Sam Vilain | 2008-12-19 | 1 | -0/+3 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 2 | -10/+14 |
* | Suggestion from Slaven - reverse the part of 23348 that removed the | Nicholas Clark | 2008-10-18 | 1 | -3/+1 |
* | Upgrade to XSLoader 0.10. | Nicholas Clark | 2008-09-26 | 2 | -6/+7 |
* | Fix tests for the case of -Du_usedl | Nicholas Clark | 2008-09-23 | 1 | -14/+30 |
* | [perl #59208][PATCH 5.8.x] ext/DynaLoader/t/XSLoader.t assumes dynamic loading | Andy Dougherty | 2008-09-23 | 1 | -2/+8 |
* | Avoid uninitialized warnings from XSLoader | Rafael Garcia-Suarez | 2008-09-22 | 1 | -2/+1 |
* | Fwd: CPAN Upload: S/SA/SAPER/XSLoader-0.09.tar.gz | Sébastien Aperghis-Tramoni | 2008-09-21 | 2 | -9/+22 |
* | For dynamic loading on VMS, simplify and robustify things by using | Craig A. Berry | 2008-06-13 | 1 | -20/+3 |
* | Give DynaLoader a non-dev version number. | Nicholas Clark | 2008-03-30 | 1 | -1/+1 |
* | Deprecate (and remove core use of ) Nullav, Nullcv, Nullgv, Nullhe, | Nicholas Clark | 2008-01-23 | 1 | -1/+1 |
* | RE: How to load a "loadable object" that has a non-default file extension ? | Jan Dubois | 2008-01-03 | 1 | -14/+19 |
* | ext/ consting | Robin Barker | 2007-12-22 | 13 | -13/+13 |
* | Fix DynaLoader::dl_findfile() to locate .so files again | Jan Dubois | 2007-06-01 | 1 | -1/+1 |
* | DynaLoader doesn't seem to need -DPERL_CORE, and no other extensions | Steve Hay | 2007-05-16 | 1 | -1/+1 |
* | Upgrade to XSLoader 0.08 | Rafael Garcia-Suarez | 2007-05-02 | 1 | -3/+3 |
* | Re: [Andreas J. Koenig] C3 MRO breaks Params::Util and Graph | Brandon Black | 2007-04-25 | 1 | -1/+2 |
* | Upgrade to version-0.7203. | Rafael Garcia-Suarez | 2007-04-21 | 1 | -1/+1 |
* | Allow any *DBM_File to work for DynaLoader testing | Jerry D. Hedden | 2007-04-06 | 2 | -2/+22 |
* | Must only use dynamic extensions in the Dynaloader test. If the | Nicholas Clark | 2007-03-03 | 1 | -1/+1 |
* | Don't copy DynaLoader.o unnecessarily | Jerry D. Hedden | 2007-03-03 | 1 | -1/+3 |
* | Fix to Dynaloader.t for missing modules | Jerry D. Hedden | 2007-02-07 | 1 | -1/+4 |
* | Fix a typo in Dynaloader_pm.PL. | Marcus Holland-Moritz | 2007-01-17 | 1 | -1/+1 |
* | do $file; won't propagate errors from die, as do is an implicit eval. | Nicholas Clark | 2007-01-08 | 2 | -2/+2 |
* | DynaLoader test failure on cygwin | Yitzchak Scott-Thoennes | 2007-01-07 | 1 | -1/+1 |
* | OS/2-specific fixes, round II | Ilya Zakharevich | 2006-12-18 | 1 | -0/+7 |
* | The DynaLoader test isn't happy with OpenBSD's libc.so.39.3. | Steve Peters | 2006-11-13 | 1 | -1/+1 |
* | The assignment to $VERSION must be on its own line, for | Rafael Garcia-Suarez | 2006-11-03 | 1 | -1/+3 |
* | Wrap the $VERSION initialization of DynaLoader in a BEGIN block | gml4410@ggr.co.uk | 2006-11-03 | 1 | -1/+1 |
* | [patch at 21983] factor out $^O eq 'darwin' from XSLoader.pm | Vadim Konovalov | 2006-11-02 | 1 | -0/+5 |
* | Upgrade to XSLoader-0.07. | Steve Peters | 2006-10-14 | 2 | -27/+43 |
* | darwin also seems to be lacking a dl_unload_file() in its | Steve Peters | 2006-09-13 | 1 | -2/+2 |
* | And some more DynaLoader things that should not be tested on | Craig A. Berry | 2006-05-29 | 1 | -2/+11 |