From: Jim Meyering Date: Tue, 16 Apr 2002 06:51:00 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: SH-UTILS-2_0_12~135 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=92cad6a4e51c53afefabd1d45fde179a39124977;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 6488cff234..d3932e4ad5 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,13 @@ -2002-04-15 Jim Meyering +2002-04-16 Jim Meyering * Version 4.1.9. + * src/stat.c: Add copyright comment. + (human_fstype): Rename from print_human_fstype, and rework accordingly. + (print_statfs): Use human_fstype to honor format width on %T. + +2002-04-15 Jim Meyering + Handle "lld" vs "ld" printf formats the same way Bash does. * src/stat.c: Include inttypes.h. (PRIdMAX, PRIuMAX): Define, if not already defined.