summaryrefslogtreecommitdiff
path: root/lib/freopen.c
Commit message (Expand)AuthorAgeFilesLines
* Put LGPLv3+ notices in source files where appropriate.Bruno Haible2021-06-041-7/+7
* 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-1/+1
* 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
* freopen: fix typo in previous commitPaul Eggert2016-11-261-0/+1
* freopen: work around glibc bug with closed fdPaul Eggert2016-11-261-10/+34
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* freopen: workaround freopen() on OS/2 kLIBCKO Myung-Hun2014-12-081-1/+17
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* dup, execute, fatal-signal, etc.: no 'static inline'Paul Eggert2012-11-291-1/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* openat: Work around compilation error with OSF/1 5.1 DTK cc.Bruno Haible2011-09-081-1/+3
* freopen: Don't crash if the filename argument is NULL.Claudio Bley2011-08-311-1/+1
* Avoid endless recursions if config.h includes some header files.Bruno Haible2011-08-301-1/+4
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-1/+1
* Override freopen more carefully.Bruno Haible2008-09-281-3/+13
* Use rpl_ prefix for functions, so as to avoid endless recursions in weird cases.Bruno Haible2007-10-151-1/+1
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-6/+5
* New modules 'fopen' and 'freopen'.Bruno Haible2007-10-071-0/+37