]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 17 Aug 1999 07:59:12 +0000 (07:59 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 17 Aug 1999 07:59:12 +0000 (07:59 +0000)
old/fileutils/ChangeLog

index 7178ce277e181446b8ed94d6220e60f9a0f78b39..809ada66fd81259e3bf407523f818b5a982460d4 100644 (file)
@@ -1,3 +1,33 @@
+1999-08-17  Jim Meyering  <meyering@ascend.com>
+
+       * configure.in: Remove check for rename and the code that would
+       enable building of the `mvdir' program.
+       * src/Makefile.am (libexec_PROGRAMS): Remove reference to @MVDIR@.
+       (EXTRA_PROGRAMS): Remove obsolete mvdir.
+       * lib/rename.c: Remove obsolete file. (it had a bug, too)
+       * src/mvdir.c: Remove obsolete file.
+       * po/POTFILES.in: Remove mvdir.c
+
+       * doc/fileutils.texi (chown, chgrp invocation): Make these sections
+       consistent with each other.
+
+1999-08-16  Jim Meyering  <meyering@ascend.com>
+
+       * src/chown.c (groupname): Declare to be `const'.
+       (change_dir_owner): Declare statp parameter to be `const'.
+       (usage): Make the output be more consistent with that from chgrp.
+
+       This change is nearly identical to the chown.c change of 1998-05-24
+       * src/chgrp.c: Accept new option, --dereference.
+       --no-dereference is now the default. Include lchown.h.
+       (enum Change_status) [CH_NOT_APPLIED]: New member.
+       (change_symlinks): Enable this by default, now.
+       (describe_change): Handle new case.
+       (change_file_group): Add new parameter: cmdline_arg.  Update callers.
+       Reorganize to reflect changed semantics.
+       (LCHOWN): Remove definitions.
+       From Bruno Haible.
+
 1999-08-10  Jim Meyering  <meyering@ascend.com>
 
        * po/POTFILES.in: Add lib/quotearg.c.