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 | |
| parent | . (diff) | |
| download | coreutils-c7475ee11ebd7f317b7e96e71a60e563a8a4daa5.tar.gz coreutils-c7475ee11ebd7f317b7e96e71a60e563a8a4daa5.zip | |
*** empty log message ***
| -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. |
