diff options
-rw-r--r-- | old/fileutils/ChangeLog | 7 | ||||
-rw-r--r-- | old/sh-utils/ChangeLog | 3 |
2 files changed, 10 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index a2585dcfe..b6167418a 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,10 @@ +Mon Nov 4 23:18:03 1996 Jim Meyering <meyering@na-net.ornl.gov> + + * configure.in (test for group_member): Handle it separately + so I can keep the hyphen (not the underscore) in the filename. + + * lib/rename.c: New version from François Pinard. + Sat Nov 2 07:05:36 1996 Jim Meyering <meyering@na-net.ornl.gov> * src/ls.c (gobble_file): Set linkok for non-orphaned symlinks. diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 86d89c6bd..890962d6d 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,8 @@ Mon Nov 4 20:24:31 1996 Jim Meyering <meyering@na-net.ornl.gov> + * configure.in (test for group_member): Handle it separately + so I can keep the hyphen (not the underscore) in the filename. + Thu Oct 31 19:32:32 1996 Miles Bader <miles@gnu.ai.mit.edu> * lib/xgethostname.c [ENAMETOOLONG] (xgethostname): If gethostname |