diff options
author | Jim Meyering <jim@meyering.net> | 1999-11-13 13:28:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-11-13 13:28:39 +0000 |
commit | d46a35bbff9dfa6ef0e3e8d4d0b9c599c77e6453 (patch) | |
tree | 0e2d8408dad07347de80c2480f9c1e96072554da /old | |
parent | 97523193b792e347d7c801d8332c96ae08608480 (diff) | |
download | coreutils-d46a35bbff9dfa6ef0e3e8d4d0b9c599c77e6453.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index ba81d42c7..018d2a5f7 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,8 +1,13 @@ +1999-11-13 Jim Meyering <meyering@ascend.com> + + * tests/touch/no-rights: New test for this. + * tests/touch/Makefile.am (TESTS): Add no-rights. + 1999-11-12 Jim Meyering <meyering@ascend.com> * src/remove.c (print_nth_dir): Write one fewer byte so we don't print a trailing slash. - (rm): Fix bugs in (and test, this time) the very-rarely-used code + (rm): Fix bugs in (and test, this time) the very rarely used code to warn about directory cycles. Reported by michael@roka.net. |