summaryrefslogtreecommitdiff
path: root/ext/Fcntl
Commit message (Expand)AuthorAgeFilesLines
* avoid sysread()/syswrite() warnings from the default :utf8 from PERL_UNICODETony Cook2017-09-202-1/+6
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-1/+1
* ext/Fcntl/Makefile.PL: Make S_IFMT unsignedTony Cook2014-11-281-1/+1
* Add support for Linux pipe buffer size fcntl commandsDagfinn Ilmari Mannsåker2014-10-132-3/+5
* Version bump for e6425454.Jarkko Hietaniemi2014-10-081-1/+1
* Add various *BSD O_ constants.Jarkko Hietaniemi2014-10-082-6/+11
* bump version of many modulesZefram2010-12-191-1/+1
* Convert ext/Fcntl/t/syslfs.t to Test::More and t/op/lfs.t to test.plNicholas Clark2010-12-141-49/+22
* In Fcntl's syslfs.t and t/op/lfs.t, eliminate bye().Nicholas Clark2010-12-141-21/+14
* In Fcntl's syslfs.t and t/op/lfs.t, eliminate zap().Nicholas Clark2010-12-141-7/+1
* Refactor syslfs.t and lfs.t to call bye() directly from explain() when skipping.Nicholas Clark2010-12-141-4/+4
* Convert ext/Fcntl/t/syslfs.t to File::TempNicholas Clark2010-12-141-29/+30
* Reduce inconsistencies between ext/Fcntl/t/syslfs.t and t/op/lfs.tNicholas Clark2010-12-141-6/+9
* Check return values in the test programs run by syslfs.t and lfs.tNicholas Clark2010-12-141-3/+4
* fix various compiler warnings from XS codeZefram2010-12-111-1/+1
* Increase Fcntl’s versionFather Chrysostomos2010-10-271-1/+1
* Convert Fcntl, File::Glob, I18N::Langinfo and Socket to an XS AUTOLOAD.Nicholas Clark2010-10-212-8/+2
* Convert Fcntl, File::Glob, I18N::Langinfo, POSIX and Socket to croak_on_error.Nicholas Clark2010-10-212-10/+3
* In Fcntl.xs, correct the conditional compilation of S_ISENFMT.Nicholas Clark2010-10-201-1/+1
* Make Fcntl::AUTOLOAD's error messages consistent with croak() using modules.Nicholas Clark2010-10-192-1/+33
* Fcntl, POSIX and Socket can all use Proxy Constant Subs unconditionally.Nicholas Clark2010-10-191-1/+1
* Fix C++ build for Fcntl.xs.Nicholas Clark2010-10-191-3/+2
* Express @Fcntl::EXPORT_OK in terms of %Fcntl::EXPORT_TAGS.Nicholas Clark2010-10-181-49/+22
* Convert Fcntl::S_IFMT to XS.Nicholas Clark2010-10-183-12/+18
* Convert Fcntl::S_IMODE to XS.Nicholas Clark2010-10-183-5/+21
* Convert Fcntl::S_IS{LNK,SOCK,BLK,CHR,FIFO,WHT,ENFMT} to XS.Nicholas Clark2010-10-182-26/+65
* Convert Fcntl::{S_ISREG,S_ISDIR} to XS.Nicholas Clark2010-10-183-5/+34
* Fix Fcntl::S_ISENFMT(), which could never have worked before.Nicholas Clark2010-10-182-6/+66
* Convert modules in ext/ to pass minimal arguments to XSLoader::load().Nicholas Clark2010-10-141-3/+3
* Convert Fcntl and PerlIO::encoding's tests to Test::More.Nicholas Clark2010-06-301-5/+1
* Check that sparse files hold at least a block (bug in eCryptfs: https://bugs....Leon Brocard2010-03-241-1/+2
* stop skipping ext/Fcntl/t/syslfs.tDavid Mitchell2010-02-211-1/+7
* Make extensions in ext run their tests from the extension's own directory.Nicholas Clark2009-08-283-10/+1
* Remove now-redundant references to MAN3PODS in core modules' Makefile.PLs.Nicholas Clark2009-03-261-1/+0
* [admin] set up .gitignore filesSam Vilain2008-12-191-0/+1
* fixed Fcntl::S_IFMT() breakage introduced by change 30674 (blead 26701)Alexey Tourbin2007-04-262-11/+30
* Only use proxy constant subroutines for 5.9.x.Nicholas Clark2007-03-211-1/+1
* Reorder Fcntl's bootstrapping so that the constants actually getNicholas Clark2006-01-071-13/+19
* Make ExtUtils::Constant generate the inlineable proxy constant subs.Nicholas Clark2005-12-221-0/+1
* Typo tweaks from Gerrit P. Haase. Fcntl, fcntl, fcntl.Jarkko Hietaniemi2003-08-181-2/+2
* Re: script wantedNicholas Clark2003-08-131-1/+1
* And even more glibc fcntl constants, this time mostly F_XXX.Jarkko Hietaniemi2003-06-162-24/+43
* Even more glibc O_ modes.Jarkko Hietaniemi2003-06-162-8/+12
* Add O_NOATIME.Jarkko Hietaniemi2003-06-162-14/+19
* integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5Hugo van der Sanden2002-12-021-3/+3
* [perl #18065] LFS related bug in perl-5.8.0 testsuitedavid@dhaller.de2002-11-071-1/+5
* Re: autom4te and perl 5.8.0Andy Dougherty2002-07-041-2/+19
* Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7Nicholas Clark2002-03-191-0/+1
* (was Re: [PATCH @13746] h2xs)Nicholas Clark2002-03-042-4/+3
* & what's to be done for 5.8.0? Nicholas Clark2001-10-081-0/+5