summaryrefslogtreecommitdiff
path: root/ext/DynaLoader/Makefile.PL
Commit message (Collapse)AuthorAgeFilesLines
* DynaLoader doesn't seem to need -DPERL_CORE, and no other extensionsSteve Hay2007-05-161-1/+1
| | | | | | are compiled with it, so let's see if we can get away with removing it. Revert this change if it causes black smoke! p4raw-id: //depot/perl@31230
* Don't copy DynaLoader.o unnecessarilyJerry D. Hedden2007-03-031-1/+3
| | | | | | From: "Jerry D. Hedden" <jdhedden@yahoo.com> Message-ID: <566598.96493.qm@web30204.mail.mud.yahoo.com> p4raw-id: //depot/perl@30449
* Move DynaLoader.o into libperl.so.Gisle Aas2006-03-201-0/+7
| | | | | | | | | | This avoids the need to statically link DynaLoader into the stub perl executable and make libperl.so provide all the code needed to get a functional embedded perl interpreter up running. As a side effect this also moves DynaLoader into libperl.a for non-useshrplib builds. Fixes [perl #32539] p4raw-id: //depot/perl@27549
* Avoid hardcoded $(OBJ_EXT)Gisle Aas2006-03-161-1/+1
| | | p4raw-id: //depot/perl@27522
* unload extension shared objects when exiting, implementedGurusamy Sarathy2000-03-011-0/+1
| | | | | only for dl_dlopen.xs (from Alan Burlison) p4raw-id: //depot/perl@5381
* add XS version of Sys::Hostname (from Greg BaconGurusamy Sarathy2000-02-151-1/+2
| | | | | <gbacon@itsc.uah.edu>) p4raw-id: //depot/perl@5110
* DynaLoader doesn't build properly when $(DLSRC) changesGurusamy Sarathy1999-12-171-0/+1
| | | | | (fix suggested by Hans Mulder) p4raw-id: //depot/perl@4691
* applied suggested patch; removed $VERSION = $VERSION hackIlya Zakharevich1999-12-031-2/+4
| | | | | | | | | (change#4043 fixed the need for that) Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_62] XSLoader.pm p4raw-link: @4043 on //depot/cfgperl: 09bef84370e90d727656ea11ba5ee8be80e361d3 p4raw-id: //depot/perl@4623
* correct bugs exposed in MM_Unix.pm by commenting out SelfloaderGurusamy Sarathy1998-10-151-1/+1
| | | | | (MAN3PODS cannot be set to ' '; stray stricture violation) p4raw-id: //depot/perl@1967
* Added patch, tweaked other places affected by name changeLaszlo Molnar1998-06-101-2/+2
| | | | | | Message-ID: <19980610005417.G162@cdata.tvnet.hu> Subject: [PATCH] file name DynaLoader.pm.PL is 8.3 unfriendly p4raw-id: //depot/perl@1108
* [win32] merge change#745 from maintbranchGurusamy Sarathy1998-05-141-3/+4
| | | | | p4raw-link: @745 on //depot/maint-5.004/perl: a6633e7c0d38d0d4cb8b725c41c792bcb33df5a7 p4raw-id: //depot/win32/perl@931
* perl 5.003_02: [no incremental changelog available]Larry Wall1996-08-101-1/+1
|
* Use explicit dependency to select XS file, and suffix rules from therePerl 5 Porters1996-06-171-4/+4
|
* Add NAME attribute to suppress MakeMaker "guess" warningPerl 5 Porters1996-06-231-0/+1
|
* perl5.002beta3Perl 5 Porters1996-02-021-0/+1
| | | | | | | | | | | | | | | | | [editor's note: no patch file was found for this release, so no fine-grained changes] I can't find the password for our ftp server, so I had to drop it into ftp://ftp.sems.com/pub/incoming/perl5.002b3.tar.gz, which is a drop directory you can't ls. The current plan is that Andy is gonna whack on this a little more, and then release a gamma in a few days when he's happy with it. So don't get carried away. This is now *late* beta. In other words, have less than the appropriate amount of fun. :-) Larry
* perl 5.002beta2 patchPerl 5 Porters1996-01-131-5/+7
| | | | | Disable prototypes. Disable pod2man.
* This is my patch patch.1k for perl5.001.Andy Dougherty1995-06-061-2/+2
| | | | | | | | | | | | | | | | | | | | | This patch brings you MakeMaker-4.15. This is MakeMaker-4.13 plus patches to provide the LD_RUN_PATH environment variable for building shared libraries, and the appropriate -I flags for running xsubpp while building perl. To apply, change to your perl directory, run the command above, then apply with patch -p1 -N < thispatch. After you apply this patch, you should apply patch.1l. Patch and enjoy, Andy Dougherty doughera@lafcol.lafayette.edu Dept. of Physics Lafayette College, Easton PA 18042
* This is my patch patch.0a for perl5.000.Tim Bunce1994-12-191-0/+24
[Actually, that's a lie. This is just MakeMaker 3.6. I've just usurped the letter 'a' to fit it into my patch sequence.] Andy Dougherty doughera@lafcol.lafayette.edu Dept. of Physics Lafayette College, Easton PA this patch includes: - My recently posted 'Very small patches to AutoSplit.pm and Cwd.pm' (with no changes). - A previous small patch to DynaLoader .bs handling with one addition: ! if (-f $bs) { ! if (-s $bs) { # only read file if it's not empty - A recently posted patch to hints/aix.sh (with cosmetic changes). Hopefully no further changes to MakeMaker will be needed before perl5.001. If any changes are required I intend that they will be release as patches to be applied over this one. This is the last MakeMaker jumbo patch for perl5.000. Patch and enjoy. Regards, Tim Bunce. p.s. I'll be around until about 4pm GMT tomorrow (Tuesday), after that I'm off for Christmas. This has been a great year for me. I have very much enjoyed working with the perl5-porters and I wish you all a wonderful and merry Christmas and a very happy New Year.