log lib/open.c @ 17464:290d581e2e24

age author description
Tue, 01 Jan 2013 00:50:58 +0000 Eric Blake maint: update all copyright year number ranges
Tue, 20 Nov 2012 22:25:09 -0800 Paul Eggert dup, execute, fatal-signal, etc.: no 'static inline'
Sun, 01 Jan 2012 10:04:58 +0100 Jim Meyering maint: update all copyright year number ranges
Thu, 08 Sep 2011 00:03:50 +0200 Bruno Haible openat: Work around compilation error with OSF/1 5.1 DTK cc.
Tue, 30 Aug 2011 09:57:33 +0200 Bruno Haible Avoid endless recursions if config.h includes some header files.
Fri, 08 Apr 2011 10:15:54 -0600 Eric Blake nonblocking: provide O_NONBLOCK for mingw
Sat, 01 Jan 2011 20:17:23 +0100 Jim Meyering maint: update almost all copyright ranges to include 2011
Fri, 10 Sep 2010 11:55:27 -0700 Paul Eggert fcntl-h: define O_CLOEXEC and O_EXEC if not defined; use new defines
Fri, 01 Jan 2010 10:31:12 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2010
Thu, 10 Dec 2009 20:28:30 +0100 Bruno Haible Use spaces for indentation, not tabs.
Fri, 02 Oct 2009 22:41:54 -0600 Eric Blake open: fix opening directory on mingw
Mon, 21 Sep 2009 17:19:10 -0600 Eric Blake open, openat: minor optimization
Tue, 01 Sep 2009 09:18:16 -0600 Eric Blake fchdir: use more consistent macro convention
Mon, 31 Aug 2009 14:20:03 -0600 Eric Blake fchdir: simplify error handling, and support dup3
Mon, 31 Aug 2009 06:09:08 -0600 Eric Blake fchdir: port to mingw
Fri, 22 May 2009 13:48:52 +0200 Bruno Haible Simplify use of mode_t varargs.
Thu, 09 Oct 2008 23:47:06 +0200 Paolo Bonzini Merge the two replacements for open() into a single one.
Sun, 28 Sep 2008 16:19:57 +0200 Bruno Haible Override open more carefully.
Wed, 24 Sep 2008 10:55:19 -0600 Eric Blake open, fopen: close fd leak in last patch
Wed, 24 Sep 2008 13:50:02 +0200 Bruno Haible Ensure that a filename ending in a slash cannot be used to access a non-directory.
Thu, 12 Jun 2008 15:01:07 +0200 Bruno Haible Typo in comment.
Thu, 12 Jun 2008 13:47:37 +0200 Bruno Haible Add a comment.
Thu, 12 Jun 2008 02:17:36 +0200 Bruno Haible Work around open() bug on HP-UX 11 and Solaris 9.
Sun, 07 Oct 2007 19:14:58 +0200 Bruno Haible Change copyright notice from GPLv2+ to GPLv3+.
Sun, 07 Oct 2007 04:39:17 +0200 Bruno Haible New module 'open'.