summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-05-13 08:50:50 +0000
committerJim Meyering <jim@meyering.net>2002-05-13 08:50:50 +0000
commit24a893ff6388c35e43258315be85a027b7e038b3 (patch)
tree7adde079ba5828560840f895880166fd71df4883 /old
parentef0776dddd8266053c09ebe5fc163c9342f0180e (diff)
downloadcoreutils-24a893ff6388c35e43258315be85a027b7e038b3.tar.xz
undo last delta -- it belongs on the no-recursion branch
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog21
1 files changed, 0 insertions, 21 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index eeb332479..605b08f95 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,24 +1,3 @@
-2002-05-13 Jim Meyering <meyering@lucent.com>
-
- * src/remove.c (rm): Free cwd_state, if necessary.
-
-2002-05-01 Jim Meyering <meyering@lucent.com>
-
- * src/remove.c (rm_1): Remove now useless (always true)
- user_specified_name parameter. Adjust sole caller.
-
- * src/mv.c (do_move): Adapt to new calling sequence for rm.
- * src/rm.c (main): Likewise.
-
- * src/remove.c (rm): New function. This interface allows
- one to remove multiple arguments at a time. This is important in
- that it allows us to hide the remove_init/remove_fini functions and
- the cwd_state parameter.
- (rm_1): Renamed from rm.
- (remove_init, remove_fini): Remove functions. Each body is now
- part of `rm'.
- * src/remove.h (rm): Update prototype.
-
2002-04-27 Jim Meyering <meyering@lucent.com>
* Version 4.1.9.