diff options
author | Jim Meyering <jim@meyering.net> | 1996-05-23 13:05:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-05-23 13:05:04 +0000 |
commit | e3579cb231f3876aef5d0a3c74c6cae426c9effa (patch) | |
tree | 3a25d6afa6daf59a24c843a2ce1daaec70139e0d | |
parent | 1a34934e94d48fe4901bcd699fbaa5185a549096 (diff) | |
download | coreutils-e3579cb231f3876aef5d0a3c74c6cae426c9effa.tar.gz |
.
-rw-r--r-- | old/fileutils/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 21ac115dd..590795e05 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,23 @@ +Thu May 23 07:50:38 1996 Jim Meyering <meyering@na-net.ornl.gov> + + * ls.c (usage): Make --literal (-N) description clearer. + + * acconfig.h (MOUNTED_LISTMNTENT): Add it. + * fsusage [_CRAY]: Don't include sys/filsys.h because although + Unicos-9 has it, it's not needed and would cause other problems + because it requires inclusion of other, non-standard headers. + * mountlist.c (read_filesystem_list) [MOUNTED_LISTMNTENT]: New + function. + From Johan Danielsson (joda@pdc.kth.se). + + * configure.in (AC_CHECK_FUNCS): Add listmntent for Unicos-9. + Define MOUNTED_LISTMNTENT #ifdef _CRAY and HAVE_GETMNTENT. + With an initial patch from Johan Danielsson. + +Wed May 22 18:58:01 1996 Jim Meyering <meyering@na-net.ornl.gov> + + * configure.in (LINGUAS): Add sv. + Tue May 21 07:06:30 1996 Jim Meyering <meyering@na-net.ornl.gov> * lib/euidaccess.c (euidaccess) [!S_IROTH]: Define. |