summaryrefslogtreecommitdiff
path: root/ext/DynaLoader/dl_dlopen.xs
Commit message (Expand)AuthorAgeFilesLines
* Dynaloader: Add, fix commentsKarl Williamson2020-03-161-1/+13
* Change white space to avoid C++ deprecation warningKarl Williamson2016-11-181-1/+1
* Remove references to USENET from ext/Dan Collins2016-06-201-2/+1
* DynaLoader 1.36 dl_find_symbol add 3rd optional argumentReini Urban2015-11-111-5/+8
* Replace 2 strcat()s with strlen() and memcpy() in dl_dlopen.xs.Nicholas Clark2015-10-171-4/+5
* grok_atoUV: don't make part of APIHugo van der Sanden2015-03-091-0/+1
* misc optimizing in DynaLoaderDaniel Dragan2014-11-151-2/+2
* remove dl_nonlazy global if unused in DynaloaderDaniel Dragan2014-10-101-0/+1
* Change newSVpvn("…", …) to newSVpvs("…")Dagfinn Ilmari Mannsåker2014-06-121-1/+1
* Dynaloader: fix build issueDavid Mitchell2013-11-141-1/+2
* DynaLoader: silence some compiler warningsDavid Mitchell2013-11-131-0/+1
* Add PERL_NO_GET_CONTEXT to dl_dlopen.xsNicholas Clark2011-03-191-0/+2
* Fix typos (spelling errors) in ext/*.Peter J. Acklam) (via RT2011-01-071-1/+1
* Make DynaLoader clone its private data under threads.Craig A. Berry2009-03-071-0/+15
* ext/ constingRobin Barker2007-12-221-1/+1
* Fix bug in DynaLoader, which has been passing a filename in dynamicNicholas Clark2006-05-021-3/+4
* instead of unions use double cast for data pointer <-> function pointerJarkko Hietaniemi2005-06-091-10/+3
* Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead)Jarkko Hietaniemi2005-05-301-0/+7
* Integrate change #12626 from maintperl;Jarkko Hietaniemi2001-10-241-3/+7
* ext/ + -WallDoug MacEachern2001-06-121-11/+14
* minor typos in some dl_$foo.xs filesPeter Prymmer2001-01-201-1/+1
* continued -Wformat supportRobin Barker2000-09-141-1/+1
* oops, change#5382 didn't really fix the typoGurusamy Sarathy2000-03-011-1/+1
* fix bug in change#5381Gurusamy Sarathy2000-03-011-2/+3
* unload extension shared objects when exiting, implementedGurusamy Sarathy2000-03-011-6/+32
* add workaround for dlopen() bug on OpenBSD (relative paths thatGurusamy Sarathy2000-01-061-3/+14
* usethreads build fixups for NeXTstep (as suggested by Hans Mulder)Gurusamy Sarathy2000-01-021-1/+1
* pod edits from Paul Marquess and Mark-Jason DominusGurusamy Sarathy1999-12-281-1/+1
* make die/warn and other diagnostics go to wherever STDERR happensGurusamy Sarathy1999-10-061-5/+5
* Replace change #4100 withRobin Barker1999-09-131-2/+2
* Fix pointer casts.Robin Barker1999-09-071-2/+2
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-7/+9
* remove _() non-ansismGurusamy Sarathy1999-06-021-1/+1
* Further ANSI changes now builds and passes (most) testsNick Ing-Simmons1997-10-311-1/+1
* [inseparable changes from match from perl-5.003_97g to perl-5.003_97h]Perl 5 Porters1997-04-231-5/+6
* Clean up format of dlopen() debug infoHallvard B Furuseth1997-04-151-6/+6
* DynaLoader enhancement: support RTLD_GLOBALNick Ing-Simmons1997-01-251-4/+12
* perl 5.003_02: [no incremental changelog available]Larry Wall1996-08-101-5/+5
* Change comp.lang.perl to comp.lang.perl.misc.Perl 5 Porters1996-02-081-1/+1
* This is my patch patch.1n for perl5.001.perl-5.001nAndy Dougherty1995-10-311-4/+9
* perl5.001 patch.1dAndy Dougherty1995-04-141-1/+5
* perl 5.000perl-5.000Larry Wall1994-10-171-0/+201