pipe2: silence compiler warning
[gnulib.git] / lib / pipe2.c
2011-08-17 Eric Blakepipe2: silence compiler warning
2011-06-29 Eric Blakepipe2: fix C89 compile problem
2011-06-29 Eric Blakepipe, pipe2: don't corrupt fd on error
2011-06-04 Bruno Haiblepipe2: Remove dependency on 'nonblocking' module.
2011-04-17 Bruno Haiblepipe2: Simplify code.
2011-04-08 Eric Blakepipe2: fix O_NONBLOCK support on mingw
2011-01-01 Jim Meyeringmaint: update almost all copyright ranges to include...
2010-09-10 Paul Eggertfcntl-h: define O_CLOEXEC and O_EXEC if not defined...
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
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'.