| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for Linux pipe buffer size fcntl commands | Dagfinn Ilmari Mannsåker | 2014-10-13 | 1 | -1/+3 |
* | Version bump for e6425454. | Jarkko Hietaniemi | 2014-10-08 | 1 | -1/+1 |
* | Add various *BSD O_ constants. | Jarkko Hietaniemi | 2014-10-08 | 1 | -0/+5 |
* | bump version of many modules | Zefram | 2010-12-19 | 1 | -1/+1 |
* | Increase Fcntl’s version | Father Chrysostomos | 2010-10-27 | 1 | -1/+1 |
* | Convert Fcntl, File::Glob, I18N::Langinfo and Socket to an XS AUTOLOAD. | Nicholas Clark | 2010-10-21 | 1 | -7/+1 |
* | Convert Fcntl, File::Glob, I18N::Langinfo, POSIX and Socket to croak_on_error. | Nicholas Clark | 2010-10-21 | 1 | -8/+1 |
* | Make Fcntl::AUTOLOAD's error messages consistent with croak() using modules. | Nicholas Clark | 2010-10-19 | 1 | -1/+1 |
* | Express @Fcntl::EXPORT_OK in terms of %Fcntl::EXPORT_TAGS. | Nicholas Clark | 2010-10-18 | 1 | -49/+22 |
* | Convert Fcntl::S_IFMT to XS. | Nicholas Clark | 2010-10-18 | 1 | -11/+4 |
* | Convert Fcntl::S_IMODE to XS. | Nicholas Clark | 2010-10-18 | 1 | -1/+0 |
* | Convert Fcntl::S_IS{LNK,SOCK,BLK,CHR,FIFO,WHT,ENFMT} to XS. | Nicholas Clark | 2010-10-18 | 1 | -8/+0 |
* | Convert Fcntl::{S_ISREG,S_ISDIR} to XS. | Nicholas Clark | 2010-10-18 | 1 | -3/+1 |
* | Fix Fcntl::S_ISENFMT(), which could never have worked before. | Nicholas Clark | 2010-10-18 | 1 | -2/+2 |
* | Convert modules in ext/ to pass minimal arguments to XSLoader::load(). | Nicholas Clark | 2010-10-14 | 1 | -3/+3 |
* | fixed Fcntl::S_IFMT() breakage introduced by change 30674 (blead 26701) | Alexey Tourbin | 2007-04-26 | 1 | -11/+13 |
* | Reorder Fcntl's bootstrapping so that the constants actually get | Nicholas Clark | 2006-01-07 | 1 | -13/+19 |
* | Typo tweaks from Gerrit P. Haase. Fcntl, fcntl, fcntl. | Jarkko Hietaniemi | 2003-08-18 | 1 | -2/+2 |
* | Re: script wanted | Nicholas Clark | 2003-08-13 | 1 | -1/+1 |
* | And even more glibc fcntl constants, this time mostly F_XXX. | Jarkko Hietaniemi | 2003-06-16 | 1 | -11/+27 |
* | Even more glibc O_ modes. | Jarkko Hietaniemi | 2003-06-16 | 1 | -0/+3 |
* | Add O_NOATIME. | Jarkko Hietaniemi | 2003-06-16 | 1 | -0/+1 |
* | The .pm changes to go with #10428. | Jarkko Hietaniemi | 2001-06-04 | 1 | -12/+6 |
* | Fcntl constants speedup | Nicholas Clark | 2000-12-17 | 1 | -1/+1 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-03-17 | 1 | -0/+4 |
* | Fcntl de-cut-and-pasto. | Doug MacEachern | 2000-03-01 | 1 | -2/+2 |
* | Fix prototype conflicts with POSIX.pm. | Jarkko Hietaniemi | 2000-02-22 | 1 | -147/+16 |
* | Fcntl: more O_ constants, move SEEK_ to @EXPORT_OK | Jarkko Hietaniemi | 2000-02-16 | 1 | -9/+192 |
* | s/use vars/our/g modules that aren't independently maintained on CPAN | Gurusamy Sarathy | 2000-01-23 | 1 | -1/+1 |
* | applied suggested patch; removed $VERSION = $VERSION hack | Ilya Zakharevich | 1999-12-03 | 1 | -3/+3 |
* | Initial integration of the MacPerl changes form Matthias. | Jarkko Hietaniemi | 1999-11-02 | 1 | -0/+2 |
* | More Fcntl constants. (This process really needs | Jarkko Hietaniemi | 1999-08-06 | 1 | -2/+25 |
* | INSTALL =~ s/5.006/5.6/; delay loading Errno until needed | Gurusamy Sarathy | 1999-07-26 | 1 | -2/+1 |
* | Use Errno more extensively so that error | oracle@pcr8.pcr.com | 1999-07-21 | 1 | -1/+2 |
* | big Configure update from Jarkko: sync metaconfig units; d_statblks fix | Gurusamy Sarathy | 1998-09-25 | 1 | -0/+4 |
* | 5.004_67: Fcntl: add few constants, enhance maintainability | Jarkko Hietaniemi | 1998-06-23 | 1 | -12/+51 |
* | [win32] merge change#681 from maintbranch | Gurusamy Sarathy | 1998-05-13 | 1 | -4/+3 |
* | Some more Chip patches (tweaked to match _5x): | Malcolm Beattie | 1998-02-06 | 1 | -1/+1 |
* | [differences between cumulative patch application and perl5.004_01]perl-5.004_01 | Tim Bunce | 1997-06-11 | 1 | -6/+18 |
* | Fcntl.xs: F_[GS]ETOWN were in wrong case branch | Jarkko Hietaniemi | 1997-01-29 | 1 | -1/+1 |
* | Fcntl: add more constants | Jarkko Hietaniemi | 1997-01-25 | 1 | -2/+8 |
* | [inseparable changes from patch from perl5.003_12 to perl5.003_13] | Perl 5 Porters | 1996-12-20 | 1 | -2/+15 |
* | No AutoLoader for Fcntl | Chip Salzenberg | 1996-09-05 | 1 | -5/+0 |
* | VERSION Patch | Paul Marquess | 1996-02-06 | 1 | -5/+7 |
* | perl5.002beta3 | Perl 5 Porters | 1996-02-02 | 1 | -0/+1 |
* | This is my patch patch.1h for perl5.001. | Andy Dougherty | 1995-05-24 | 1 | -1/+24 |
* | Perl 5.001perl-5.001 | Larry Wall | 1995-03-12 | 1 | -4/+0 |
* | perl5.000 patch.0o: [address] a few more Configure and build nits.perl-5.000o | Andy Dougherty | 1995-03-10 | 1 | -1/+1 |
* | MakeMaker 3.8 | Tim Bunce | 1995-01-17 | 1 | -1/+1 |
* | perl 5.000perl-5.000 | Larry Wall | 1994-10-17 | 1 | -0/+51 |