From: Jim Meyering Date: Sun, 26 Nov 2006 10:07:15 +0000 (+0100) Subject: Reflect that these are Paul's changes. I've divided them into separate X-Git-Tag: COREUTILS-6_7~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=08dcc35470d3f7bb943b44b7701a9955fcab14ff;p=thirdparty%2Fcoreutils.git Reflect that these are Paul's changes. I've divided them into separate deltas. Signed-off-by: Paul Eggert --- diff --git a/ChangeLog b/ChangeLog index 2f19911cef..4427eb944b 100644 --- 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 - * 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