*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 4 Mar 1999 05:09:13 +0000 (05:09 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 4 Mar 1999 05:09:13 +0000 (05:09 +0000)
old/fileutils/ChangeLog

index 17c873a..aeb7d2f 100644 (file)
@@ -1,3 +1,35 @@
+1999-03-03  Jim Meyering  <meyering@ascend.com>
+
+       * lib/long-options.c (_): Define it.
+       (parse_long_options): Accept new parameter, authors, and print it.
+
+       * lib/long-options.h: Update prototype.
+
+       * chgrp.c: Include long-options.h
+       [long_options]: Remove the "help" and "version" entries.
+       (main): Use parse_long_options, including author name(s).
+       Remove the show_version and show_help blocks.
+       * chmod.c: Likewise.
+       * chown.c: Likewise.
+       * cp.c: Likewise.
+       * dd.c: Likewise.
+       * df.c: Likewise.
+       * dircolors.c: Likewise.
+       * du.c: Likewise.
+       * install.c: Likewise.
+       * ln.c: Likewise.
+       * ls.c: Likewise.
+       * mkdir.c: Likewise.
+       * mkfifo.c: Likewise.
+       * mknod.c: Likewise.
+       * mv.c: Likewise.
+       * mvdir.c: Likewise.
+       * rm.c: Likewise.
+       * rmdir.c: Likewise.
+       * shred.c: Likewise.
+       * sync.c: Likewise.
+       * touch.c: Likewise.
+
 1999-02-18  Paul Eggert  <eggert@twinsun.com>
 
        * getdate.y: <alloca.h>: Include if HAVE_ALLOCA_H, not FORCE_ALLOCA_H.