]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 30 Jun 2005 20:23:00 +0000 (20:23 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 30 Jun 2005 20:23:00 +0000 (20:23 +0000)
lib/ChangeLog

index 6556f7da34e58bc0c12a5d2431fcd4c56d7eb6b0..28f2ddf80950a42e4c8d611d095cb8364739eef1 100644 (file)
@@ -1,5 +1,16 @@
 2005-06-30  Jim Meyering  <jim@meyering.net>
 
+       * stdopen.c: Add copyright.
+       Include <fcntl.h> and <unistd.h> unconditionally --
+       it seems to be ok to do this, these days.
+
+       * stdopen.c: Rewritten by Paul Eggert.
+       Now, the minimum overhead is just two system calls: dup and close.
+
+       * stdopen.c: New file.  As yet unused.
+       The minimum overhead is three fstat calls.
+       * stdopen.h: New file.
+
        * argmatch.h [!VERIFY] (VERIFY): Define.
        (ARGMATCH_VERIFY): Use it, so this macro may be used more than
        once in any given scope.