From: Jim Meyering Date: Sat, 15 Jun 2002 13:43:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_1_9~75 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=34f5f485be5beed811bf2d59b31d622d0294324d;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index a3f9c39e2c..79f32ff229 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.