diff options
author | Jim Meyering <jim@meyering.net> | 2002-05-01 14:23:15 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-05-01 14:23:15 +0000 |
commit | c7475ee11ebd7f317b7e96e71a60e563a8a4daa5 (patch) | |
tree | ee6e2a0a8226beebc345bc68ccd975a18a375f1a /old/fileutils/ChangeLog | |
parent | 2431a66944216b388cfe732d95120632a1a34a9a (diff) | |
download | coreutils-c7475ee11ebd7f317b7e96e71a60e563a8a4daa5.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r-- | old/fileutils/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 266de51ea..605b08f95 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,7 @@ 2002-04-27 Jim Meyering <meyering@lucent.com> + * Version 4.1.9. + * 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, @@ -8,8 +10,6 @@ 2002-04-25 Jim Meyering <meyering@lucent.com> - * Version 4.1.9. - Avoid new warnings from gcc. * src/dd.c: Declare input_file and output_file to be `const'. (skip): Declare `file' parameter to be `const', too. |