summaryrefslogtreecommitdiff
path: root/tests/test-pipe.c
Commit message (Expand)AuthorAgeFilesLines
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-1/+1
* Rely on new stdbool behaviorPaul Eggert2022-09-101-1/+0
* 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
* 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-4/+4
* 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
* 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 "Win32".Bruno Haible2012-01-041-2/+2
* 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
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* Tests for module 'pipe-posix.Bruno Haible2010-12-111-0/+103
* Rename module 'pipe' to 'spawn-pipe'.Bruno Haible2010-12-111-204/+0
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* tests: use macros.h in more placesEric Blake2009-12-261-12/+3
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-2/+2
* dup2-tests: test previous patchEric Blake2009-07-211-38/+9
* Tweak for maintainability.Bruno Haible2009-07-201-4/+6
* test-pipe: make a bit more robust.Eric Blake2009-07-201-11/+28
* Fix handling of closed stdin/stdout/stderr on mingw.Bruno Haible2009-07-191-15/+37
* Refactor test code.Bruno Haible2009-07-191-54/+89
* Pass slave_process argument consistently.Bruno Haible2009-07-191-3/+3
* test-pipe: fix mingw buildEric Blake2009-07-181-0/+6
* pipe: be robust in face of closed fdsEric Blake2009-07-171-0/+160