summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-11-25 11:13:05 +0100
committerJim Meyering <jim@meyering.net>2006-11-26 17:40:37 +0100
commita23c91026d542709fa28163e9072be191ff44157 (patch)
treee2bf8388661b9b7b2423690a22fd18a5b482ab12 /ChangeLog
parent1ce71652fc07fae67ddb5254856dd030502d509c (diff)
downloadcoreutils-a23c91026d542709fa28163e9072be191ff44157.tar.xz
* src/remove.c (rm): Move cycle_check_init call into callee...
Use an else clause in place of a "continue" statement. Signed-off-by: Paul Eggert <eggert@cs.ucla.edu>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 65961560c..5152963aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,9 @@
(AD_ensure_initialized): New function.
(AD_mark_helper): Use it, to avoid the need for declaration
after statement.
+ (rm): Move cycle_check_init call into callee...
+ (rm_1): ...here.
+ Use an else clause in place of a "continue" statement.
2006-11-25 Jim Meyering <jim@meyering.net>