summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-02-07 23:00:01 +0000
committerJim Meyering <jim@meyering.net>1999-02-07 23:00:01 +0000
commit84f044b9981116aaeae65409e54c1c4cf55705e6 (patch)
tree83f292af4470593ae7a3c5bb8b1423616f7ad5d0 /old
parentbc885b89c151393cf78fabe09e6261bb4c1d155b (diff)
downloadcoreutils-84f044b9981116aaeae65409e54c1c4cf55705e6.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index bf0542f97..8124e900b 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,11 @@
+1999-02-07 Jim Meyering <meyering@ascend.com>
+
+ * doc/fileutils.texi (shred invocation): New section. From Colin Plumb.
+
+ * configure.in (jm_FUNC_GETGROUPS): Move the test into a new file,
+ group-member.m4, and just use this new macro.
+ Use `.$ac_objext', not the literal `.o'.
+
1999-02-02 Jim Meyering <meyering@ascend.com>
* src/ls.c (S_ISLNK, S_ISFIFO, S_ISSOCK, S_ISCHR, S_ISBLK, S_ISDOOR):