summaryrefslogtreecommitdiff
path: root/ext/DynaLoader
Commit message (Expand)AuthorAgeFilesLines
* [patch] preserve @DynaLoader::dl_{librefs,modules}Doug MacEachern2001-06-191-2/+4
* New AIX dynaloading code from Jens-Uwe Mager.Jarkko Hietaniemi2001-06-131-1/+24
* ext/ + -WallDoug MacEachern2001-06-122-13/+16
* gcc -Wall nits picked out by a non-UNIX systemJarkko Hietaniemi2001-06-121-1/+1
* Yet another tweak on AIX dynaloading.Jarkko Hietaniemi2001-03-282-3/+3
* Integrate change #9306 from maintperl into mainline,Jarkko Hietaniemi2001-03-231-0/+2
* Integrate changes #9244,9247,9250 from maintperl into mainline.Jarkko Hietaniemi2001-03-192-3/+10
* Retract #9136: breaks threading (and binary compatibility).Jarkko Hietaniemi2001-03-141-24/+1
* (Retracted by #9155)Jens-Uwe Mager2001-03-131-1/+24
* Portability fixes for Mac OS / bleadperlChris Nandor2001-03-101-5/+5
* minor typos in some dl_$foo.xs filesPeter Prymmer2001-01-202-2/+2
* partial support for dynaloading on OS/390Peter Prymmer2001-01-201-0/+189
* Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4...H.Merijn Brand2000-11-221-12/+2
* Be more robust in Dynaloader.pm.Jarkko Hietaniemi2000-11-071-26/+25
* Test::Harness revealed buglets in the new DynaLoader.Andreas König2000-11-021-6/+18
* More tweaking on the #7522 theme.Jarkko Hietaniemi2000-11-011-12/+28
* Expand %Config variables and %ENV variables only ifJarkko Hietaniemi2000-11-011-37/+58
* PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PLNicholas Clark2000-10-221-10/+28
* continued -Wformat supportRobin Barker2000-09-141-1/+1
* integrate cfgperl changes#6325..6373 into mainlineGurusamy Sarathy2000-07-111-0/+3
* integrate cfgperl changes#6242..6249 into mainlineGurusamy Sarathy2000-07-111-3/+3
* MacOS support, part 1 (from Matthias NeeracherGurusamy Sarathy2000-05-281-0/+137
* change#3569 deleted some essential code, revert; avoid use ofGurusamy Sarathy2000-04-271-15/+74
* use &dl_error rather than &dl_load_file as the guard for callingGurusamy Sarathy2000-04-252-4/+6
* typo in commentGurusamy Sarathy2000-03-221-1/+1
* make unloading of extension shared objects (change#5381) a buildGurusamy Sarathy2000-03-221-0/+2
* integrate cfgperl changes into mainlineGurusamy Sarathy2000-03-061-2/+2
* avoid DProf entering dl_unload_file() (from Alan Burlison)Gurusamy Sarathy2000-03-012-3/+2
* oops, change#5382 didn't really fix the typoGurusamy Sarathy2000-03-011-1/+1
* avoid warning on type-mismatchGurusamy Sarathy2000-03-011-1/+1
* fix bug in change#5381Gurusamy Sarathy2000-03-011-2/+3
* unload extension shared objects when exiting, implementedGurusamy Sarathy2000-03-014-8/+102
* More AIX fixes from Steven Hirsch.Jarkko Hietaniemi2000-02-282-4/+10
* AIX 64-bit patches from Steven Hirsch <hirschs@btv.ibm.com>Jarkko Hietaniemi2000-02-281-6/+35
* Support case-sensitive symbols usage in linkerCharles Bailey2000-02-282-1/+8
* Rhapsody/Darwin patches from Wilfredo Sanchez.Jarkko Hietaniemi2000-02-261-7/+14
* add XS version of Sys::Hostname (from Greg BaconGurusamy Sarathy2000-02-151-1/+2
* add workaround for dlopen() bug on OpenBSD (relative paths thatGurusamy Sarathy2000-01-062-3/+17
* usethreads build fixups for NeXTstep (as suggested by Hans Mulder)Gurusamy Sarathy2000-01-025-10/+10
* cygwin update from Eric Fifer <EFifer@sanwaint.com>Gurusamy Sarathy1999-12-281-148/+0
* pod edits from Paul Marquess and Mark-Jason DominusGurusamy Sarathy1999-12-282-2/+2
* DynaLoader doesn't build properly when $(DLSRC) changesGurusamy Sarathy1999-12-171-0/+1
* avoid warnings due to symbols unintroduced by XSLoader (spottedGurusamy Sarathy1999-12-175-6/+6
* add missing fileGurusamy Sarathy1999-12-031-0/+158
* applied suggested patch; removed $VERSION = $VERSION hackIlya Zakharevich1999-12-033-4/+15
* DynaLoader_pm.PL patch (backslashes in strings)Paul Moore1999-11-131-1/+1
* Initial integration of the MacPerl changes form Matthias.Jarkko Hietaniemi1999-11-021-8/+57
* The second cut at AIX C++ extension troubles.Jarkko Hietaniemi1999-10-082-8/+8
* The first cut at fixing Perl extensions written in C++ in AIX,Stephanie Beals1999-10-082-3/+28
* make die/warn and other diagnostics go to wherever STDERR happensGurusamy Sarathy1999-10-0612-79/+79