]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 5 Oct 1996 20:17:53 +0000 (20:17 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 5 Oct 1996 20:17:53 +0000 (20:17 +0000)
old/fileutils/ChangeLog

index 993e84dcc50f3ca1e78ed39a6e72b5cf69d30f63..543c143f6805459f31fa0bae4dbf8738c6eae0da 100644 (file)
@@ -1,5 +1,11 @@
 Sat Oct  5 08:07:03 1996  Jim Meyering  <meyering@na-net.ornl.gov>
 
+       * lib/filemode.c (ftypelet) [HAVE_ST_DM_MODE]: Add support for
+       Cray's migrated dmf files.
+       * src/ls.c (print_long_format) [HAVE_ST_DM_MODE]: Likewise.
+       * acconfig.h [HAVE_ST_DM_MODE]: New macro.
+       From Johan Danielsson.
+
        * acinclude.m4 (AC_HEADER_SYS_TIME_H): New macro.
        (AM_FUNC_MKTIME): Require AC_HEADER_SYS_TIME_H so that configure's
        checking... messages don't get nested.