summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-11-30 11:13:34 +0000
committerJim Meyering <jim@meyering.net>1997-11-30 11:13:34 +0000
commit3203b1d69c037618265299d7e15db8586a16c885 (patch)
tree72e10524a94a1fe1e5dee2bd4f136f0113dc132e /old
parentfbe1ba70796649767b55af97b5b7c62e3dab2732 (diff)
downloadcoreutils-3203b1d69c037618265299d7e15db8586a16c885.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 9ba5db656..6888bf0ba 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,13 @@
+1997-11-30 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * configure.in (AC_LFS): Use this macro rather than open-coding it.
+
+ * lib/human.c (human_readable): Convert to ANSI-style definition.
+ [lint]: Define `power'.
+
+ * src/ls.c (print_long_format): Rename inner-scoped `buf' arrays
+ to `hbuf' to avoid shadowing local.
+
1997-11-29 Paul Eggert <eggert@twinsun.com>
Port to LFS and C9X in general, and to Solaris 2.6 in particular.