diff options
author | Jim Meyering <jim@meyering.net> | 1998-09-13 00:06:18 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-09-13 00:06:18 +0000 |
commit | 59f3e7dfeab74fd03feb2d5660436078b06722fe (patch) | |
tree | f7dc53029e9cfd57cf0564c63542d26c92db733d | |
parent | 78df00cae061a452e548dc2cd12df5f070833b93 (diff) | |
download | coreutils-59f3e7dfeab74fd03feb2d5660436078b06722fe.tar.gz coreutils-59f3e7dfeab74fd03feb2d5660436078b06722fe.tar.bz2 coreutils-59f3e7dfeab74fd03feb2d5660436078b06722fe.zip |
.
-rw-r--r-- | old/fileutils/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index d22083a32..394428d4f 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,24 @@ +1998-09-12 Jim Meyering <meyering@ascend.com> + + * Version 3.16x. + + * src/remove.c (remove_cwd_entries): Declare to be static. + + Automatically generate man pages from combination of --help + output and the contents of new, man/*.x files. + * man/Makefile.am (HELP2MAN): Define. + (man_aux): Define. + (EXTRA_DIST): Add $(HELP2MAN) and $(man_aux). + (MAINTAINERCLEANFILES): Add $(man_MANS). + * man/*.x: New files. + * man/GNUmakefile: New file. + * man/Makefile.maint: New file. + * man/help2man: New file. + +1998-09-09 Jim Meyering <meyering@ascend.com> + + * lib/modechange.c: Protoize. + 1998-09-07 Jim Meyering <meyering@ascend.com> * Version 3.16w. |