diff options
author | Jim Meyering <jim@meyering.net> | 1999-03-04 05:09:13 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-03-04 05:09:13 +0000 |
commit | 51f63eeac9c6360a4acf5214ddc744a7d0874cd8 (patch) | |
tree | 9ceedc3d071812f1700e3b3a212a99f65131215c | |
parent | 61fa70ac19d9202f6509e97e4bda1f4ab8f5d1fd (diff) | |
download | coreutils-51f63eeac9c6360a4acf5214ddc744a7d0874cd8.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 17c873a0e..aeb7d2f22 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -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. |