pty: Activate the signature wrapper of forkpty.
[gnulib.git] / lib / pipe2.c
2013-07-09 Paul Eggertaccept4, dup3, pipe2: port to Cygwin
2013-07-06 Paul Eggertpipe2: decouple from binary-io a bit
2013-01-01 Eric Blakemaint: update all copyright year number ranges
2012-02-10 Paul Eggertmaint: replace FSF snail-mail addresses with URLs
2012-01-07 Bruno HaibleTalk about "native Windows API", not "Woe32".
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-09-23 Bruno Haiblepipe2: Fix compilation on pre-C99 compilers.
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'.