diff options
author | Jim Meyering <jim@meyering.net> | 1996-06-29 04:12:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-06-29 04:12:05 +0000 |
commit | 326cc336afbc315739d5df0a952d9b96042ea745 (patch) | |
tree | c95c41b7d84bb117bdba80dc1a76d616ea1f5321 /old | |
parent | cd53ea93c5f3ea3e2aeb9f85a9f214abf13bd053 (diff) | |
download | coreutils-326cc336afbc315739d5df0a952d9b96042ea745.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index c4d39b2bd..c1d1580f7 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,8 @@ Fri Jun 28 22:56:00 1996 Jim Meyering <meyering@na-net.ornl.gov> + * src/dircolors.c (dc_parse_stream): Move enum states dcl into + this function. + * src/ln.c (do_link): Allow `ln -sf --backup k k' to succeed in creating the self-referential symlink, since doing so doesn't remove the source but merely renames it. |