diff options
author | Jim Meyering <jim@meyering.net> | 2001-04-29 08:36:21 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-04-29 08:36:21 +0000 |
commit | d463885c2485eeb954e582c73cc3dfc8af4fc36e (patch) | |
tree | bf4947750c484afd28dbd766957e638137f32906 /old | |
parent | e54944039a25b47796db60e3389c808d486c9d44 (diff) | |
download | coreutils-d463885c2485eeb954e582c73cc3dfc8af4fc36e.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index f8caf634b..6ceabf3cc 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,18 @@ 2001-04-29 Jim Meyering <meyering@lucent.com> + * Version 4.1. + + * configure: Regenerate using a further-patched copy of autoconf-2.49e + to work around a bug in its test for ranlib. This is the change to + autoconf's acgeneral.m4 that was made on 2001-04-24. + + * README: Don't mention mvdir. It is no longer provided. + Don't mention HP/UX vs. du blocksize problem. It's long gone. + Remove note about how cp, mv, and ln couldn't make backups + of files with names of maximum length. Now they can do that. + Thank the people who have provided access to their systems + for portability testing. + * man/rm.x: Refer to shred. Remove the example showing how to remove `-foo', since that is now in the --help output (and hence automatically included). @@ -19,18 +32,20 @@ 2001-04-22 Jim Meyering <meyering@lucent.com> * src/ls.c (decode_switches): Ensure that -1 has no effect when it - follows -l. Reported by Ulrich Drepper. + follows -l, per POSIX. Reported by Ulrich Drepper. * src/dd.c (usage): Mention that sync makes dd pad with spaces (rather than NULs) when used with block or unblock. (dd_copy): When using sync with either block or unblock, pad with spaces. Reported by Dale Scheetz. * tests/dd/skip-seek (block-sync-1): New test, for this. Based on - report from Dale Scheetz. + a report from Dale Scheetz. * doc/fileutils.texi (dd invocation): Document it here, too. * configure: Regenerate using a patched copy of autoconf-2.49e to work around a bug in its test for a working memcmp function. + This is the change to autoconf's acfunctions.m4 that was made + on 2001-04-22. * tests/ls/no-arg: New file. * tests/ls/Makefile.am (TESTS): Add no-arg. |