| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the MPE/iX port. | Nicholas Clark | 2012-09-21 | 1 | -146/+0 |
* | Remove the VM/ESA port. | Nicholas Clark | 2012-08-31 | 1 | -196/+0 |
* | Silence ParseXS warning about abusing the CODE section | Steffen Mueller | 2012-08-31 | 8 | -71/+90 |
* | Update DynaLoader's VERSION after commit 7d08496d81c138d9. | Nicholas Clark | 2012-06-18 | 1 | -1/+1 |
* | Cast exception handler in dl_vms.xs. | Craig A. Berry | 2012-05-28 | 1 | -1/+1 |
* | Increase $DynaLoader'VERSION from 1.13 to 1.14, | Father Chrysostomos | 2011-10-06 | 1 | -1/+1 |
* | Export DynaLoader symbols from libperl again | Reini Urban | 2011-09-30 | 1 | -0/+1 |
* | Add PERL_NO_GET_CONTEXT to dl_dlopen.xs | Nicholas Clark | 2011-03-19 | 1 | -0/+2 |
* | Remove the couple of references to AutoLoader that remained in | David Leadbeater | 2011-03-13 | 1 | -6/+2 |
* | Dispatch dl_expandspec at build time, not run time. | Craig A. Berry | 2011-02-18 | 1 | -7/+5 |
* | DynaLoader.t: AUTOLOAD TODO tests passing | David Mitchell | 2011-02-18 | 1 | -6/+3 |
* | Increase DynaLoader’s version | Father Chrysostomos | 2011-02-17 | 1 | -1/+1 |
* | [perl #84358] Removing AutoLoader from DynaLoader | Leon Timmermans | 2011-02-17 | 1 | -16/+2 |
* | Fix typos (spelling errors) in ext/*. | Peter J. Acklam) (via RT | 2011-01-07 | 3 | -3/+3 |
* | Update K&R-style function declarations in dl_vms.xs. | Craig A. Berry | 2011-01-06 | 1 | -6/+2 |
* | Don't install Cygwin code into other platforms | Jan Dubois | 2011-01-03 | 1 | -1/+3 |
* | CYG14 Dynaloader without USEIMPORTLIB, and search cyg prefix | Reini Urban | 2011-01-04 | 2 | -0/+10 |
* | bump version of many modules | Zefram | 2010-12-19 | 1 | -1/+1 |
* | Remove "dead" RCS $Id$ tags from files that we own. | Nicholas Clark | 2010-12-16 | 1 | -1/+0 |
* | Increase DynaLoader’s version | Father Chrysostomos | 2010-11-01 | 1 | -1/+1 |
* | Avoid buffer overflow in dl_win32.c | Jan Dubois | 2010-11-01 | 1 | -0/+4 |
* | Improve DynaLoader::bootstrap documentation. | Nicholas Clark | 2010-10-07 | 1 | -1/+8 |
* | 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 |