[patch #4103] Additional documentation tweaks for -execdir/-okdir actions

2005-06-15 Thread Dmitry V. Levin
URL: Summary: Additional documentation tweaks for -execdir/-okdir actions Project: findutils Submitted by: ldv Submitted on: Wed 06/15/05 at 23:03 Category: do

Re: [Patch] Locate: Move counting and limit-checking into visitors.

2005-06-15 Thread Buzz
Op Wed, 15 Jun 2005 21:33:16 +0100 schreef James Youngman in <[EMAIL PROTECTED]>: : On Wed, Jun 15, 2005 at 10:10:55PM +0200, Bas van Gompel wrote: : > Hi, : > : > Following patch moves limit-checking and counting into visitors. : > When neither is done, a visitor is added which will increment : >

Re: [Patch] Locate: Move counting and limit-checking into visitors.

2005-06-15 Thread James Youngman
On Wed, Jun 15, 2005 at 10:10:55PM +0200, Bas van Gompel wrote: > Hi, > > Following patch moves limit-checking and counting into visitors. > When neither is done, a visitor is added which will increment > items_accepted once, then remove itself from the list. I like visit_count() and visit_limit(

[Patch] Locate: Move counting and limit-checking into visitors.

2005-06-15 Thread Bas van Gompel
Hi, Following patch moves limit-checking and counting into visitors. When neither is done, a visitor is added which will increment items_accepted once, then remove itself from the list. Possible ChangeLog-entry: 2005-06-15 Bas van Gompel <[EMAIL PROTECTED]> * locate/locate.c: Move ch

[bug #13411] paths in --prunepaths ignored

2005-06-15 Thread anonymous
URL: Summary: paths in --prunepaths ignored Project: findutils Submitted by: None Submitted on: Wed 06/15/2005 at 15:39 Category: updatedb Seve

Re: stat and lstat should define their replacements

2005-06-15 Thread Derek Price
Derek Price wrote: >I've attached a revised patch. In addition to integrating the >suggestions Bruno's patch received, it also includes changes to >modules/lstat, config/srclist.txt, and MODULES.html.sh. In addition to >this patch, lib/stat.c, m4/stat.m4, and modules/stat need to be removed. >