diff options
author | Jim Meyering <jim@meyering.net> | 2006-11-26 11:07:15 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-11-26 17:41:00 +0100 |
commit | 08dcc35470d3f7bb943b44b7701a9955fcab14ff (patch) | |
tree | 43773e76540d41ca428b1d6dbb7fbb42f89516db | |
parent | 17a7d2c81b0085c1f4b2879f2da9c1cdb7e6bb1b (diff) | |
download | coreutils-08dcc35470d3f7bb943b44b7701a9955fcab14ff.tar.xz |
Reflect that these are Paul's changes. I've divided them into separate
deltas.
Signed-off-by: Paul Eggert <eggert@cs.ucla.edu>
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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> |