From: Jim Meyering Date: Thu, 30 Jun 2005 20:23:00 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~430 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a3d8cfece3537fc1ecdc924cc7be6f3e06ee7d9c;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 6556f7da34..28f2ddf809 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,16 @@ 2005-06-30 Jim Meyering + * stdopen.c: Add copyright. + Include and 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.