bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Second batch of GNU Fileutils changes for GNU/Hurd.


From: Alfred M. Szmidt
Subject: Second batch of GNU Fileutils changes for GNU/Hurd.
Date: 03 Apr 2002 22:54:31 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.50

Hi,

Okie, here is the second batch of changes for GNU Fileutils.  This time it
consists of three patches. Comments from the maintainers of FETISH (FIleutils,
TExtutils, SH-utils) are especially welcome..

This patch fill make `cp' preserve the st_author field.

2002-04-03  Alfred M. Szmidt  <ams@kemisten.nu>
        * configure.ac: Check for hurd.h
        * src/cp.c [HAVE_HURD_H] <hurd.h>: New include.
        Preserve the stat.st_author field.

Attachment: fileutils-4.1.7-cp.diff
Description: Text document

And this patch will add a new option to `ls' called --author that will
show you the st_author field.

2002-04-03  Alfred M. Szmidt  <ams@kemisten.nu>
        * configure.ac: Check for stat.st_author.
        * src/ls.c [HAVE_STRUCT_STAT_ST_AUTHOR] (print_author): New variable.
        (enum, long_options, decode_switches, usage): New option --author.
        (print_long_format): Print the st_author field.

Attachment: fileutils-4.1.7-ls-author.diff
Description: Text document

Finally the last patch, this will add two new options to ls
--translators and --unknown-users. The first option will print some useful
information about active/passive translators, and the second one will
print the unknown user bits (this should probably be split up into
two separate patches).

2002-04-03  Alfred M. Szmidt  <ams@kemisten.nu>
        * configure.ac: Check for hurd.h.
        * src/ls.c [HAVE_HURD_H] <hurd.h>: Include.
        (struct fileinfo): New member `trans_name', 'trans_fsid', 'trans_mode'.
        (print_translators, print_unknown_users): New variable.
        (enum, long_options, decode_switches, usage): New options --translators
        and --unknown-users.
        (gobble_file): Implement new behaviour for --translators.
        (print_long_format): Implement new behaviour for --unknown-users.
        

Attachment: fileutils-4.1.7-ls-ext.diff
Description: Text document

Have fun,
-- 
Alfred M. Szmidt

reply via email to

[Prev in Thread] Current Thread [Next in Thread]