From: Jim Meyering Date: Wed, 1 May 2002 14:22:33 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-4_1_9~210 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2431a66944216b388cfe732d95120632a1a34a9a;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 0fb4f46403..266de51ea9 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,11 @@ +2002-04-27 Jim Meyering + + * src/remove.c (cycle_check): New function containing code factored + out of remove_dir. The sole difference is that upon detecting a + cycle, rm now dies unconditionally. Before, in interactive mode, + it would ask the user whether to continue. + (remove_dir): Call cycle_check. + 2002-04-25 Jim Meyering * Version 4.1.9.