diff options
author | Jim Meyering <jim@meyering.net> | 2001-02-03 16:51:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-02-03 16:51:23 +0000 |
commit | d22bee04aa2a566f25271167273be34273f2dd9f (patch) | |
tree | 7377bb5d139ec3567e65824d93a3606fea39cc97 /old/fileutils | |
parent | c036ffc1ccb021b75c3acac0f6d97f96abdce655 (diff) | |
download | coreutils-d22bee04aa2a566f25271167273be34273f2dd9f.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 270050ffd..1c3f9f4fb 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,9 +1,23 @@ -2001-01-30 Jim Meyering <meyering@lucent.com> +2001-02-03 Jim Meyering <meyering@lucent.com> + + * Makefile.maint (a_host): Use fencepost. + (real_dir): Use the same name for both. + (alpha): Print commands for both hosts. + + * src/mv.c (long_options): Use `strip-trailing-slashes', + per the documetation, not `strip-trailing-slash'. + * src/cp.c (long_opts): Likewise. + Reported by Oskar Liljeblad. * doc/fileutils.texi (mv invocation): Add a warning about how a trailing slash makes a difference. Prompted by a report from Oskar Liljeblad via Michael Stone (Debian bug#83991). +2001-01-31 Jim Meyering <meyering@lucent.com> + + * config.sub: Update from master repository. + * config.guess: Likewise. + 2001-01-28 Jim Meyering <meyering@lucent.com> * Version 4.0.38. |