summaryrefslogtreecommitdiff
path: root/ext/DynaLoader
Commit message (Expand)AuthorAgeFilesLines
* Remove now-redundant references to MAN3PODS in core modules' Makefile.PLs.Nicholas Clark2009-03-261-1/+0
* Make DynaLoader clone its private data under threads.Craig A. Berry2009-03-0713-1/+201
* In dl_vms.xs, treat dl_last_error like the SV that it is.Craig A. Berry2009-03-051-12/+2
* Add get_cvs() as a shortcut for STR_WITH_LEN() and Perl_get_cvn_flags(), andNicholas Clark2009-01-211-1/+1
* Correct the form of the flags passed to perl_get_cv().Nicholas Clark2009-01-211-1/+1
* Update the documentation of get_av() to note that it calls Perl_gv_fetchpv(),Nicholas Clark2009-01-211-1/+1
* Fix up .gitignore files some moreFlorian Ragwitz2008-12-191-0/+1
* [admin] set up .gitignore filesSam Vilain2008-12-191-0/+3
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2008-11-022-10/+14
* Suggestion from Slaven - reverse the part of 23348 that removed theNicholas Clark2008-10-181-3/+1
* Upgrade to XSLoader 0.10.Nicholas Clark2008-09-262-6/+7
* Fix tests for the case of -Du_usedlNicholas Clark2008-09-231-14/+30
* [perl #59208][PATCH 5.8.x] ext/DynaLoader/t/XSLoader.t assumes dynamic loadingAndy Dougherty2008-09-231-2/+8
* Avoid uninitialized warnings from XSLoaderRafael Garcia-Suarez2008-09-221-2/+1
* Fwd: CPAN Upload: S/SA/SAPER/XSLoader-0.09.tar.gzSébastien Aperghis-Tramoni2008-09-212-9/+22
* For dynamic loading on VMS, simplify and robustify things by usingCraig A. Berry2008-06-131-20/+3
* Give DynaLoader a non-dev version number.Nicholas Clark2008-03-301-1/+1
* Deprecate (and remove core use of ) Nullav, Nullcv, Nullgv, Nullhe,Nicholas Clark2008-01-231-1/+1
* RE: How to load a "loadable object" that has a non-default file extension ?Jan Dubois2008-01-031-14/+19
* ext/ constingRobin Barker2007-12-2213-13/+13
* Fix DynaLoader::dl_findfile() to locate .so files againJan Dubois2007-06-011-1/+1
* DynaLoader doesn't seem to need -DPERL_CORE, and no other extensionsSteve Hay2007-05-161-1/+1
* Upgrade to XSLoader 0.08Rafael Garcia-Suarez2007-05-021-3/+3
* Re: [Andreas J. Koenig] C3 MRO breaks Params::Util and GraphBrandon Black2007-04-251-1/+2
* Upgrade to version-0.7203.Rafael Garcia-Suarez2007-04-211-1/+1
* Allow any *DBM_File to work for DynaLoader testingJerry D. Hedden2007-04-062-2/+22
* Must only use dynamic extensions in the Dynaloader test. If theNicholas Clark2007-03-031-1/+1
* Don't copy DynaLoader.o unnecessarilyJerry D. Hedden2007-03-031-1/+3
* Fix to Dynaloader.t for missing modulesJerry D. Hedden2007-02-071-1/+4
* Fix a typo in Dynaloader_pm.PL.Marcus Holland-Moritz2007-01-171-1/+1
* do $file; won't propagate errors from die, as do is an implicit eval.Nicholas Clark2007-01-082-2/+2
* DynaLoader test failure on cygwinYitzchak Scott-Thoennes2007-01-071-1/+1
* OS/2-specific fixes, round IIIlya Zakharevich2006-12-181-0/+7
* The DynaLoader test isn't happy with OpenBSD's libc.so.39.3.Steve Peters2006-11-131-1/+1
* The assignment to $VERSION must be on its own line, forRafael Garcia-Suarez2006-11-031-1/+3
* Wrap the $VERSION initialization of DynaLoader in a BEGIN blockgml4410@ggr.co.uk2006-11-031-1/+1
* [patch at 21983] factor out $^O eq 'darwin' from XSLoader.pmVadim Konovalov2006-11-021-0/+5
* Upgrade to XSLoader-0.07.Steve Peters2006-10-142-27/+43
* darwin also seems to be lacking a dl_unload_file() in itsSteve Peters2006-09-131-2/+2
* And some more DynaLoader things that should not be tested onCraig A. Berry2006-05-291-2/+11
* DynaLoader.t: less assumptionsJarkko Hietaniemi2006-05-281-16/+18
* use the same arg names everyone else does and handle undef filenameCraig A. Berry2006-05-271-8/+11
* Re: [PATCH] Test script for DynaLoaderYves Orton2006-05-261-9/+21
* Better handling for error-checkingSébastien Aperghis-Tramoni2006-05-221-4/+5
* Nits in the DynaLoader test: make it warning-clean,Rafael Garcia-Suarez2006-05-181-2/+2
* Test script for DynaLoaderSébastien Aperghis-Tramoni2006-05-181-0/+102
* Fix bug in DynaLoader, which has been passing a filename in dynamicNicholas Clark2006-05-0213-39/+52
* Move DynaLoader.o into libperl.so.Gisle Aas2006-03-201-0/+7
* Avoid hardcoded $(OBJ_EXT)Gisle Aas2006-03-161-1/+1
* s/Nullhv/NULL/g;Nicholas Clark2005-12-161-1/+1