]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 13 Apr 2002 17:10:57 +0000 (17:10 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 13 Apr 2002 17:10:57 +0000 (17:10 +0000)
old/fileutils/ChangeLog

index 7db3c2d00f17caddec7f487d08d45d01d96c9276..36181ea214d9f3f4c2aee0d5a2ba7a8437d1d13f 100644 (file)
@@ -1,3 +1,17 @@
+2002-04-13  Jim Meyering  <meyering@lucent.com>
+
+       * src/stat.c: Include system.h, error.h, and many other headers.
+       [HAVE_SYS_SYSMACROS_H]: Guard inclusion of sys/sysmacros.h.
+       (PROGRAM_NAME, AUTHORS): Define.
+       (long_options): Declare/define.
+       (print_human_access): Rewrite to use mode_string.
+       (usage): Rewrite.
+       (main): Use getopt_long.
+       (print_human_type): Call fputs once rather than calling
+       printf many times.
+       (print_human_fstype): Revamp in a similar fashion.  Don't use strdup.
+       Declare most functions to be `static'.
+
 2002-04-12  Jim Meyering  <meyering@lucent.com>
 
        * Version 4.1.9.