summaryrefslogtreecommitdiff
path: root/lib/pipe2.c
Commit message (Expand)AuthorAgeFilesLines
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-1/+1
* assert-h: prefer to ‘verify’Paul Eggert2022-09-131-2/+1
* maint: run 'make update-copyright'Paul Eggert2022-01-011-1/+1
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-8/+8
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* Update some URLsPaul Eggert2019-09-221-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* Simplify code. Drop support for Borland C++ on Windows.Bruno Haible2018-05-031-4/+3
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* accept4, dup3, pipe2: port to CygwinPaul Eggert2013-07-091-8/+5
* pipe2: decouple from binary-io a bitPaul Eggert2013-07-061-1/+4
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-2/+1
* Talk about "native Windows API", not "Woe32".Bruno Haible2012-01-071-2/+2
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* pipe2: Fix compilation on pre-C99 compilers.Bruno Haible2011-09-231-1/+3
* pipe2: silence compiler warningEric Blake2011-08-171-0/+3
* pipe2: fix C89 compile problemEric Blake2011-06-291-1/+3
* pipe, pipe2: don't corrupt fd on errorEric Blake2011-06-291-1/+12
* pipe2: Remove dependency on 'nonblocking' module.Bruno Haible2011-06-041-1/+14
* pipe2: Simplify code.Bruno Haible2011-04-171-14/+8
* pipe2: fix O_NONBLOCK support on mingwEric Blake2011-04-081-12/+22
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* fcntl-h: define O_CLOEXEC and O_EXEC if not defined; use new definesPaul Eggert2010-09-101-7/+0
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-15/+15
* dup2, pipe2: fix some recent test failures on cygwin 1.5.xEric Blake2009-08-241-0/+2
* Avoid running into nonexistent system calls repeatedly.Bruno Haible2009-08-241-3/+12
* Tolerate declared but missing pipe2 syscall.Bruno Haible2009-08-241-0/+11
* Move #ifs inside function.Bruno Haible2009-08-241-11/+15
* Oops, fix last commit.Bruno Haible2009-08-231-2/+8
* Support O_TEXT, O_BINARY on all platforms.Bruno Haible2009-08-231-1/+8
* Fix test of fcntl's return value.Bruno Haible2009-08-231-4/+4
* New module 'pipe2'.Bruno Haible2009-08-221-0/+102