1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-10 02:30:27 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1999-03-04 05:09:13 +00:00
parent 61fa70ac19
commit 51f63eeac9
+32
View 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.