From: Jim Meyering Date: Thu, 23 May 1996 13:05:04 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_14e~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3579cb231f3876aef5d0a3c74c6cae426c9effa;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 21ac115dd7..590795e05f 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,23 @@ +Thu May 23 07:50:38 1996 Jim Meyering + + * 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 + + * configure.in (LINGUAS): Add sv. + Tue May 21 07:06:30 1996 Jim Meyering * lib/euidaccess.c (euidaccess) [!S_IROTH]: Define.