| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | DynaLoader.t: less assumptions | Jarkko Hietaniemi | 2006-05-28 | 1 | -16/+18 |
* | use the same arg names everyone else does and handle undef filename | Craig A. Berry | 2006-05-27 | 1 | -8/+11 |
* | Re: [PATCH] Test script for DynaLoader | Yves Orton | 2006-05-26 | 1 | -9/+21 |
* | Better handling for error-checking | Sébastien Aperghis-Tramoni | 2006-05-22 | 1 | -4/+5 |
* | Nits in the DynaLoader test: make it warning-clean, | Rafael Garcia-Suarez | 2006-05-18 | 1 | -2/+2 |
* | Test script for DynaLoader | Sébastien Aperghis-Tramoni | 2006-05-18 | 1 | -0/+102 |
* | Fix bug in DynaLoader, which has been passing a filename in dynamic | Nicholas Clark | 2006-05-02 | 13 | -39/+52 |
* | Move DynaLoader.o into libperl.so. | Gisle Aas | 2006-03-20 | 1 | -0/+7 |
* | Avoid hardcoded $(OBJ_EXT) | Gisle Aas | 2006-03-16 | 1 | -1/+1 |
* | s/Nullhv/NULL/g; | Nicholas Clark | 2005-12-16 | 1 | -1/+1 |
* | No more attempting to edit Pod before the first coffee of the morning. | Steve Peters | 2005-10-16 | 1 | -1/+0 |
* | Upgrade to XSLoader-0.06 (plus a minor doc nit found by podchecker). | Steve Peters | 2005-10-16 | 1 | -6/+6 |
* | Upgrade to XSLoader 0.05, plus a few doc nits, | Rafael Garcia-Suarez | 2005-09-30 | 2 | -48/+145 |
* | Re: janitorial work ? [patch] | Jim Cromie | 2005-07-08 | 3 | -5/+5 |
* | instead of unions use double cast for data pointer <-> function pointer | Jarkko Hietaniemi | 2005-06-09 | 1 | -10/+3 |
* | Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead) | Jarkko Hietaniemi | 2005-05-30 | 1 | -0/+7 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 3 | -3/+247 |
* | PERL_DEBUG_COW for SvUVX and SvPVX | Nicholas Clark | 2005-04-18 | 1 | -2/+1 |
* | Down with more K&R prototypes | Nicholas Clark | 2005-04-05 | 1 | -5/+2 |
* | Consting five | Andy Lester | 2005-03-25 | 1 | -2/+2 |
* | Don't use vars in DynaLoader | Rafael Garcia-Suarez | 2005-03-18 | 1 | -10/+1 |
* | [perl #33998] [PATCH] Support for GNU/kFreeBSD | Robert Millan | 2005-01-31 | 2 | -0/+2 |
* | Correct a Greengrocer's apostrophe. | Nicholas Clark | 2005-01-05 | 1 | -1/+1 |
* | dynaloader improvements and cleanup | Vadim Konovalov | 2004-10-04 | 1 | -62/+123 |
* | Make XSLoader update @DynaLoader::dl_shared_objects. | Rafael Garcia-Suarez | 2004-05-12 | 2 | -1/+2 |
* | Bump version numbers for modules that have changed since 5.8.3 | Nicholas Clark | 2004-04-04 | 1 | -1/+1 |