summaryrefslogtreecommitdiff
path: root/ext/Fcntl/Makefile.PL
Commit message (Collapse)AuthorAgeFilesLines
* Remove now-redundant references to MAN3PODS in core modules' Makefile.PLs.Nicholas Clark2009-03-261-1/+0
|
* Only use proxy constant subroutines for 5.9.x.Nicholas Clark2007-03-211-1/+1
| | | p4raw-id: //depot/perl@30671
* Make ExtUtils::Constant generate the inlineable proxy constant subs.Nicholas Clark2005-12-221-0/+1
| | | | | So far just enough to make Fcntl work. p4raw-id: //depot/perl@26453
* And even more glibc fcntl constants, this time mostly F_XXX.Jarkko Hietaniemi2003-06-161-13/+16
| | | | | Be more conservative and use @EXPORT_OK instead of @EXPORT. p4raw-id: //depot/perl@19798
* Even more glibc O_ modes.Jarkko Hietaniemi2003-06-161-8/+9
| | | p4raw-id: //depot/perl@19797
* Add O_NOATIME.Jarkko Hietaniemi2003-06-161-14/+18
| | | p4raw-id: //depot/perl@19796
* Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7Nicholas Clark2002-03-191-0/+1
| | | | | Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net> p4raw-id: //depot/perl@15338
* (was Re: [PATCH @13746] h2xs)Nicholas Clark2002-03-041-2/+1
| | | | | Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net> p4raw-id: //depot/perl@15023
* Re: [PATCH] Re: perl@10611Nicholas Clark2001-06-161-0/+29
| | | | | Message-ID: <20010617001605.V98663@plum.flirble.org> p4raw-id: //depot/perl@10648
* 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
* 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-1/+5
| | | | | Disable prototypes. Disable pod2man.
* This is my patch patch.0a for perl5.000.Tim Bunce1994-12-191-0/+2
[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.