summaryrefslogtreecommitdiff
path: root/tests/test-dup2.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Suppress ‘#pragma GCC diagnostic’ warnings with GCC < 13.Bruno Haible2023-04-251-1/+1
* tests: suppress some unwanted -fanalyzer checkingPaul Eggert2023-04-241-0/+6
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-1/+1
* license: fix GPLv3 texts to use a comma instead of semicolon.Bernhard Voelker2022-01-051-1/+1
* maint: run 'make update-copyright'Paul Eggert2022-01-011-1/+1
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* fcntl: On native Windows, use _setmode, not setmode.Bruno Haible2020-08-111-5/+5
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-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-3/+3
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* Implement a way to opt out from MSVC support.Bruno Haible2017-05-101-1/+5
* 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
* dup2, dup3: work around another cygwin crasherEric Blake2013-09-261-0/+9
* tests: don't assume getdtablesize () <= 10000000Paul Eggert2013-04-291-1/+6
* tests: don't assume fd 99 is closedPaul Eggert2013-01-221-0/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* Talk about "native Windows API", not "Win32".Bruno Haible2012-01-041-3/+3
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* New module 'msvc-nothrow'. Makes _get_osfhandle safe on MSVC 9.Bruno Haible2011-09-231-0/+2
* dup2 tests: EBADF tests.Bruno Haible2011-09-201-0/+3
* dup2: work around Haiku bugEric Blake2011-01-311-0/+5
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* Resolve conflict between the two kinds of module indicators.Bruno Haible2010-03-281-4/+4
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* test-dup2: avoid compiler warningEric Blake2009-12-311-6/+8
* test-dup2: reduce dependenciesEric Blake2009-12-281-1/+6
* Refactor common macros used in tests.Bruno Haible2009-12-241-13/+1
* tests: add signature checksEric Blake2009-12-241-0/+3
* unistd-safer: add unit testEric Blake2009-12-071-1/+2
* cloexec: preserve text vs. binary across dup_cloexecEric Blake2009-12-071-0/+26
* test-dup2: enhance testEric Blake2009-12-051-8/+42
* tests: avoid several compiler warningsEric Blake2009-10-221-1/+1
* test-dup2: enhance testEric Blake2009-10-101-0/+9
* Tweak the dup2 test.Bruno Haible2009-08-231-3/+7
* test-dup2: fix bad assumptionEric Blake2009-08-131-1/+5
* dup2-tests: test previous patchEric Blake2009-07-211-0/+117