summaryrefslogtreecommitdiff
path: root/lib/open.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
* Support compiling without -loldnames on native Windows.Bruno Haible2020-08-151-0/+4
* open, openat: Really support O_CLOEXEC.Bruno Haible2020-05-241-1/+1
* open, openat: port to (O_RDWR | O_RDONLY) != 0Paul Eggert2020-03-071-1/+3
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* Update comments that refer to POSIX.Bruno Haible2019-09-281-1/+11
* Update URLs and associated textPaul Eggert2019-09-231-3/+3
* Update some URLsPaul Eggert2019-09-221-18/+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
* open: support O_CLOEXECPaul Eggert2017-08-141-1/+28
* 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-2/+5
* nonblocking: provide O_NONBLOCK for mingwEric Blake2011-04-081-0/+9
* 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-1/+2
* 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
* open: fix opening directory on mingwEric Blake2009-10-021-1/+1
* open, openat: minor optimizationEric Blake2009-09-221-1/+2
* fchdir: use more consistent macro conventionEric Blake2009-09-021-2/+3
* fchdir: simplify error handling, and support dup3Eric Blake2009-09-021-2/+2
* fchdir: port to mingwEric Blake2009-08-311-1/+28
* Simplify use of mode_t varargs.Bruno Haible2009-05-221-7/+4
* Merge the two replacements for open() into a single one.Paolo Bonzini2008-10-091-15/+16
* Override open more carefully.Bruno Haible2008-09-281-2/+13
* 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-4/+36
* Typo in comment.Bruno Haible2008-06-121-1/+1
* Add a comment.Bruno Haible2008-06-121-0/+21
* Work around open() bug on HP-UX 11 and Solaris 9.Bruno Haible2008-06-121-1/+14
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-6/+5
* New module 'open'.Bruno Haible2007-10-071-0/+62