summaryrefslogtreecommitdiff
path: root/lib/fopen.c
Commit message (Expand)AuthorAgeFilesLines
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-7/+7
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* fopen: Avoid undesired interactions with glibc headers.Harald van Dijk2020-08-031-2/+2
* fopen-gnu: Create files correctly (regression from 2020-05-24).Bruno Haible2020-07-281-2/+4
* fopen-gnu: Simplify code.Bruno Haible2020-06-271-16/+13
* fopen-gnu: make 'b' flag can be used with 'e' on WindowsDaiki Ueno2020-05-281-0/+4
* fopen-gnu: New module.Bruno Haible2020-05-241-4/+88
* fopen: Fix the trailing slash workaround.Bruno Haible2020-05-241-3/+39
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* Update comments that refer to POSIX.Bruno Haible2019-09-281-1/+5
* Update URLs and associated textPaul Eggert2019-09-231-3/+3
* Update some URLsPaul Eggert2019-09-221-10/+3
* 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
* 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
* 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
* 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
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-29/+29
* Fix compilation error on HP-UX 11.00.Bruno Haible2009-01-171-1/+3
* Override fopen more carefully.Bruno Haible2008-09-281-2/+12
* open, fopen: close fd leak in last patchEric Blake2008-09-241-0/+1
* Ensure that a filename ending in a slash cannot be used to access a non-direc...Bruno Haible2008-09-241-13/+40
* Work around bug with trailing slash on Solaris 9 and HP-UX 11.00.Bruno Haible2008-08-301-1/+30
* 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