From 34f5f485be5beed811bf2d59b31d622d0294324d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 15 Jun 2002 13:43:20 +0000 Subject: [PATCH] *** empty log message *** --- old/fileutils/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index a3f9c39..79f32ff 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -2,6 +2,23 @@ * Version 4.1.9. +2002-05-19 Paul Eggert + + 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 + * tests/sample-test (trap): Make sure the temporary hierarchy is writable before removing it. -- 2.7.4