summaryrefslogtreecommitdiff
path: root/old/fileutils/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-06-15 13:43:20 +0000
committerJim Meyering <jim@meyering.net>2002-06-15 13:43:20 +0000
commit34f5f485be5beed811bf2d59b31d622d0294324d (patch)
tree7435cb9a1fb900febf80606547d6b2e9c0709860 /old/fileutils/ChangeLog
parentdc70d6298835e91893e918ca12535c98860ce8f0 (diff)
downloadcoreutils-34f5f485be5beed811bf2d59b31d622d0294324d.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r--old/fileutils/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index a3f9c39e2..79f32ff22 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -2,6 +2,23 @@
* Version 4.1.9.
+2002-05-19 Paul Eggert <eggert@twinsun.com>
+
+ Add support for new ls option --author, for GNU/Hurd.
+ Derived from a suggestion by Alfred M. Szmidt.
+
+ * doc/coreutils.texi (ls invocation), NEWS: Document this.
+ * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
+ * src/ls.c (st_author) [! HAVE_STRUCT_STAT_ST_AUTHOR]: New macro.
+ (print_author): New var.
+ (AUTHOR_OPTION): New enum val.
+ (long_options, decode_switches, print_long_format, usage):
+ Support --author.
+ (format_user): New function.
+ (print_long_format): Use it. Make print buffer a bit bigger.
+
+2002-06-15 Jim Meyering <meyering@lucent.com>
+
* tests/sample-test (trap): Make sure the temporary hierarchy is
writable before removing it.