From 3507d9868f20c80f13d797c22286a4f7709c3a45 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 31 Jan 2003 18:28:43 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ChangeLog b/ChangeLog index 908728de98..2a3176a148 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,26 @@ * Version 4.5.5. + * src/stat.c: Include "file-type.h" + (print_human_type): Remove function. + (human_access): Rename from print_human_access. Return a string. + (human_time): Rename from print_human_time. Return a string. + (print_stat): Arrange so that field width and an alignment specifier + are honored for the %A, %F, %x, %y, and %z formats. + [%F]: Use file_type; this gives slightly different file type strings, + e.g., `directory' instead of `Directory' and `regular file' or + `regular empty file' instead of `Regular file'. + Prompted by a report from Richard Dawe that the uses of + S_IFSOCK and S_IFIFO in print_human_time were not portable + to systems using e.g., DJGPP. + +2003-01-31 Richard Dawe + + * src/stat.c (print_stat): Use S_ISLNK rather than an explicit + test using S_IFMT and S_IFLNK. S_IFLNK may not be defined. + +2003-01-31 Jim Meyering + * src/du.c (main): Upon processing an invalid option or an invalid --exclude-from or --max-depth option argument, don't exit right away, in case there are others. Rather record the failure and exit after -- 2.47.2