summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-11-06 09:55:32 +0000
committerJim Meyering <jim@meyering.net>1999-11-06 09:55:32 +0000
commit9dc239aca70556218d59bc8f3d2ab1f6f647834b (patch)
treefd6035ea957aa30eeefce71b5fe419128071d2dc /old/fileutils
parentea525f532f12a841c52f0bafb8fd89e1a872ea17 (diff)
downloadcoreutils-9dc239aca70556218d59bc8f3d2ab1f6f647834b.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 3e7b68c47..6707c9be0 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,28 @@
+1999-11-06 Jim Meyering <meyering@ascend.com>
+
+ * src/ls.c (long_options): Correct typo (s/'F'/'p'/) so that `-p' is
+ accepted as the short form of --file-type, per the documentation.
+ From Michael Stone.
+
+1999-11-05 Jim Meyering <meyering@ascend.com>
+
+ * src/system.h: Use HAVE_STRUCT_STAT_ST_BLOCKS, not deprecated
+ HAVE_ST_BLOCKS.
+ * src/copy.c: Likewise.
+ * lib/fileblocks.c: Likewise.
+
+ * configure.in: Move some type/header/member tests into
+ m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) so they are shared by all of
+ fileutils, textutils, and sh-utils.
+
1999-11-02 Jim Meyering <meyering@ascend.com>
+ * man/help2man: Import version 1.018.
+ * man/Makefile.maint ($(man_MANS)): Remove use of --name=... option.
+ * man/*.x: Include one-line summary in [NAME] section.
+ * man/Makefile.summ: Remove the one-line summaries.
+ Suggestion for clean-up from Akim Demaille.
+
* configure.in (ALL_LINGUAS): Add Galician (gl).
1999-11-01 Jim Meyering <meyering@ascend.com>