From: Jim Meyering Date: Sun, 30 Nov 1997 11:13:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-1_22c~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3203b1d69c037618265299d7e15db8586a16c885;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 9ba5db656b..6888bf0baf 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,13 @@ +1997-11-30 Jim Meyering + + * 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 Port to LFS and C9X in general, and to Solaris 2.6 in particular.