]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Reflect that these are Paul's changes. I've divided them into separate
authorJim Meyering <jim@meyering.net>
Sun, 26 Nov 2006 10:07:15 +0000 (11:07 +0100)
committerJim Meyering <jim@meyering.net>
Sun, 26 Nov 2006 16:41:00 +0000 (17:41 +0100)
deltas.

Signed-off-by: Paul Eggert <eggert@cs.ucla.edu>
ChangeLog

index 2f19911cef816c0da53fb21bdb19b63d445993ad..4427eb944b00f02b156a7b381c9c994e65cf9296 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,11 +2,6 @@
 
        Port parts of the code to C89 to minimize the need for c99-to-c89.diff,
        while trying to retain the readability of C99 as much as possible.
-       * src/remove.c (close_preserve_errno): Remove.
-       (fd_to_subdirp): Rewrite to avoid the need for decl after statement.
-
-2006-11-25  Paul Eggert  <eggert@cs.ucla.edu>
-
        * src/remove.c (rm_1): Remove decl of local, fd_cwd.
        Replace each of two uses with literal AT_FDCWD.
        (cache_stat_init): Return its argument, for convenience.
@@ -19,6 +14,8 @@
        (rm): Move cycle_check_init call into callee...
        (rm_1): ...here.
        Use an else clause in place of a "continue" statement.
+       (close_preserve_errno): Remove.
+       (fd_to_subdirp): Rewrite to avoid the need for decl after statement.
 
 2006-11-25  Jim Meyering  <jim@meyering.net>