summaryrefslogtreecommitdiff
path: root/ext/DynaLoader/dlutils.c
Commit message (Expand)AuthorAgeFilesLines
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-15/+15
* DynaLoader: use PerlEnv_getenv()Karl Williamson2020-11-291-1/+1
* Mark unused dl_unload_all_files() argumentDagfinn Ilmari Mannsåker2018-03-271-0/+1
* Fix building with -Accflags=-DDL_UNLOAD_ALL_AT_EXITDagfinn Ilmari Mannsåker2018-03-271-6/+3
* grok_atoUV: don't make part of APIHugo van der Sanden2015-03-091-0/+1
* [perl #123814] replace grok_atou with grok_atoUVHugo van der Sanden2015-03-091-3/+7
* misc optimizing in DynaLoaderDaniel Dragan2014-11-151-1/+2
* add filename handling to xs handshakeDaniel Dragan2014-11-131-1/+1
* add xs_handshake APIDaniel Dragan2014-11-071-0/+4
* move dMY_CXT in dlutils.c closer to first useDaniel Dragan2014-10-101-3/+5
* remove dl_nonlazy global if unused in DynaloaderDaniel Dragan2014-10-101-1/+11
* Use grok_atou instead of atoi.Jarkko Hietaniemi2014-07-221-1/+1
* Change newSVpvn("…", …) to newSVpvs("…")Dagfinn Ilmari Mannsåker2014-06-121-1/+1
* Export DynaLoader symbols from libperl againReini Urban2011-09-301-0/+1
* 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
* s/Nullhv/NULL/g;Nicholas Clark2005-12-161-1/+1
* Symbian port of PerlJarkko Hietaniemi2005-04-211-0/+8
* Consting fiveAndy Lester2005-03-251-2/+2
* Purify: dl_last_error was leaking.Jarkko Hietaniemi2002-05-161-10/+4
* Integrate change #12664 from maintperl;Jarkko Hietaniemi2001-10-261-1/+1
* Integrate changes #12652 and #12653 from maintperl;Jarkko Hietaniemi2001-10-251-51/+11
* Integrate change #12626 from maintperl;Jarkko Hietaniemi2001-10-241-17/+93
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-3/+3
* ext/ + -WallDoug MacEachern2001-06-121-2/+2
* typo in commentGurusamy Sarathy2000-03-221-1/+1
* make unloading of extension shared objects (change#5381) a buildGurusamy Sarathy2000-03-221-0/+2
* avoid DProf entering dl_unload_file() (from Alan Burlison)Gurusamy Sarathy2000-03-011-1/+1
* avoid warning on type-mismatchGurusamy Sarathy2000-03-011-1/+1
* unload extension shared objects when exiting, implementedGurusamy Sarathy2000-03-011-0/+29
* applied suggested patch; removed $VERSION = $VERSION hackIlya Zakharevich1999-12-031-1/+2
* make die/warn and other diagnostics go to wherever STDERR happensGurusamy Sarathy1999-10-061-2/+2
* queue errors due to strictures rather than printing them asGurusamy Sarathy1999-09-201-1/+1
* somewhat untested PERL_OBJECT cleanups (C++isms mostlyGurusamy Sarathy1999-06-271-2/+2
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-3/+3
* various fixes for clean build and test on win32; configpm broken,Gurusamy Sarathy1999-05-111-3/+5
* [asperl] integrate mainline changesGurusamy Sarathy1998-05-291-4/+0
|\
| * [win32] misc changesGurusamy Sarathy1998-05-291-4/+0
* | [asperl] added AS patch#3Douglas Lankshear1998-02-011-2/+2
|/
* [win32] Various changes to make it build cleanly and pass all tests:Gurusamy Sarathy1997-11-261-9/+1
* [inseparable changes from match from perl-5.003_97g to perl-5.003_97h]Perl 5 Porters1997-04-231-12/+0
* [inseparable changes from patch from perl5.003_07 to perl5.003_08]Perl 5 Porters1996-11-191-1/+1
* perl 5.003_02: [no incremental changelog available]Larry Wall1996-08-101-2/+2
* Add cast to malloc to calm cc when system headers decalre int malloc()Perl 5 Porters1996-07-031-1/+1
* This is my patch patch.1n for perl5.001.perl-5.001nAndy Dougherty1995-10-311-8/+19
* perl 5.000perl-5.000Larry Wall1994-10-171-0/+85