summaryrefslogtreecommitdiff
path: root/ext/DynaLoader
Commit message (Expand)AuthorAgeFilesLines
* Remove the VM/ESA port.Nicholas Clark2012-08-311-196/+0
* Silence ParseXS warning about abusing the CODE sectionSteffen Mueller2012-08-318-71/+90
* Update DynaLoader's VERSION after commit 7d08496d81c138d9.Nicholas Clark2012-06-181-1/+1
* Cast exception handler in dl_vms.xs.Craig A. Berry2012-05-281-1/+1
* Increase $DynaLoader'VERSION from 1.13 to 1.14,Father Chrysostomos2011-10-061-1/+1
* Export DynaLoader symbols from libperl againReini Urban2011-09-301-0/+1
* Add PERL_NO_GET_CONTEXT to dl_dlopen.xsNicholas Clark2011-03-191-0/+2
* Remove the couple of references to AutoLoader that remained inDavid Leadbeater2011-03-131-6/+2
* Dispatch dl_expandspec at build time, not run time.Craig A. Berry2011-02-181-7/+5
* DynaLoader.t: AUTOLOAD TODO tests passingDavid Mitchell2011-02-181-6/+3
* Increase DynaLoader’s versionFather Chrysostomos2011-02-171-1/+1
* [perl #84358] Removing AutoLoader from DynaLoaderLeon Timmermans2011-02-171-16/+2
* Fix typos (spelling errors) in ext/*.Peter J. Acklam) (via RT2011-01-073-3/+3
* Update K&R-style function declarations in dl_vms.xs.Craig A. Berry2011-01-061-6/+2
* Don't install Cygwin code into other platformsJan Dubois2011-01-031-1/+3
* CYG14 Dynaloader without USEIMPORTLIB, and search cyg prefixReini Urban2011-01-042-0/+10
* bump version of many modulesZefram2010-12-191-1/+1
* Remove "dead" RCS $Id$ tags from files that we own.Nicholas Clark2010-12-161-1/+0
* Increase DynaLoader’s versionFather Chrysostomos2010-11-011-1/+1
* Avoid buffer overflow in dl_win32.cJan Dubois2010-11-011-0/+4
* Improve DynaLoader::bootstrap documentation.Nicholas Clark2010-10-071-1/+8
* Remove MacOS classic support from DynaLoader.Nicholas Clark2010-06-232-210/+3
* With Win32 now building DynaLoader in ext, it is now built withSteve Hay2009-09-281-1/+1
* Remove unused gitignore entryRafael Garcia-Suarez2009-09-271-1/+0
* Split XSLoader out from ext/DynaLoader into its own directory.Nicholas Clark2009-09-183-493/+3
* PERL_SRC already has brackets on VMS.Craig A. Berry2009-09-171-1/+1
* Convert win32 to build DynaLoader with EU::MM in ext/DynaLoaderNicholas Clark2009-09-171-0/+205
* Start to make DynaLoader's Makefile.PL platform agnostic.Nicholas Clark2009-09-161-11/+35
* Remove the $ENV{PERL_CORE} boilerplate from DynaLoader's tests.Nicholas Clark2009-08-302-14/+0
* Use & function-call notation to disable prototype checking on dl_load_file()Nicholas Clark2009-08-281-1/+1
* bump Dynaloader to 1.10 to distinguish it from the 5.8.9 releaseDavid Mitchell2009-06-271-1/+1
* 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