pipe2: Remove dependency on 'nonblocking' module.
[gnulib.git] / lib / pipe2.c
2011-06-09 Bruno Haiblepipe2: Remove dependency on 'nonblocking' module.
2011-05-18 Ian BeckwithMerge branch 'upstream' into stable
2011-04-17 Bruno Haiblepipe2: Simplify code.
2011-04-08 Eric Blakepipe2: fix O_NONBLOCK support on mingw
2011-02-11 Ian BeckwithMerge branch 'upstream' into stable
2011-01-01 Jim Meyeringmaint: update almost all copyright ranges to include...
2010-10-23 Ian BeckwithMerge branch 'upstream' into stable
2010-09-10 Paul Eggertfcntl-h: define O_CLOEXEC and O_EXEC if not defined...
2010-01-08 Ian BeckwithMerge commit '12319ff4e84ca616a671216d991dd6eaf1c39c47...
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-14 Ian BeckwithMerge branch 'upstream' into stable
2009-12-10 Bruno HaibleUse spaces for indentation, not tabs.
2009-08-25 Eric Blakedup2, pipe2: fix some recent test failures on cygwin...
2009-08-24 Bruno HaibleAvoid running into nonexistent system calls repeatedly.
2009-08-23 Bruno HaibleTolerate declared but missing pipe2 syscall.
2009-08-23 Bruno HaibleMove #ifs inside function.
2009-08-23 Bruno HaibleOops, fix last commit.
2009-08-23 Bruno HaibleSupport O_TEXT, O_BINARY on all platforms.
2009-08-23 Bruno HaibleFix test of fcntl's return value.
2009-08-22 Bruno HaibleNew module 'pipe2'.