[sr #104720] Provide -access predicate

2005-11-21 Thread James Youngman
Follow-up Comment #1, sr #104720 (project findutils): I don't think that find ever considers nonexistent files, unless you count broken symbolic links (for which "-type l -xtype l" succeeds). Hence I'm not sure if the existence check is useful. As for the other tests, I did initially think of

[sr #102914] Newline as delimitor for xargs

2005-11-21 Thread James Youngman
Update of sr #102914 (project findutils): Open/Closed:Open => Closed ___ Follow-up Comment #2: Implemented in findutils 4.2.26, which has now been released on ftp.gnu.org. ___

Re: findutils-4.2.26 build error on HP-UX 10.20

2005-11-21 Thread James Youngman
On Mon, Nov 21, 2005 at 10:07:29AM -0600, Peter Fales wrote: > findutils fails to build on an HP-UX 10.20 machine because it doesn't > have wctype.h. Yes, along with much of the rest of the GNU tool set, GNU findutils now assumes that it is being built on a system that complies with at least th

findutils-4.2.26 build error on HP-UX 10.20

2005-11-21 Thread Peter Fales
findutils fails to build on an HP-UX 10.20 machine because it doesn't have wctype.h. Patch is: diff -ur findutils-4.2.26/gnulib/lib/mbchar.h findutils-4.2.26.new/gnulib/lib/mbchar.h --- findutils-4.2.26/gnulib/lib/mbchar.h2005-09-17 17:06:40.0 -0500 +++ findutils-4.2.26.new/gnu

[bug #11668] [wishlist] FreeBSD extensions for time specification.

2005-11-21 Thread Michael Burschik
Follow-up Comment #3, bug #11668 (project findutils): This could be made more useful if get_date were to indicate which time units the datestring specified. It would then be possible to define date equality with regard to these units. If the datestring specified "5 days ago", for example, find mi