[PATCH] Enable -Wall compiler warnings and fix them.

2009-03-07 Thread James Youngman
* configure.ac: Turn on -Wall warnings. * find/find.c (process_dir): Print unsigned values of unspecified width as uintmax_t. * xargs/xargs.c: Include and , but without the include guards (since we assume an ISO C platform anyway). * import-gnulib.config (modules): Add modules inttypes and stdint.

[PATCH] Remove obsolete regex.c copy fixup.

2009-03-07 Thread James Youngman
* Makefile.am (jy-regex-fix) Delete. (dist-hook): Remove jy-regex-fix. Signed-off-by: James Youngman --- ChangeLog |6 ++ Makefile.am | 27 ++- 2 files changed, 8 insertions(+), 25 deletions(-) diff --git a/ChangeLog b/ChangeLog index dc58f8f..6594b14 100644

Re: [Findutils-patches] [PATCH] Change suffix for non-release versions from -CVS to -git.

2009-03-07 Thread James Youngman
On Fri, Mar 6, 2009 at 10:15 AM, James Youngman wrote: > * configure.ac(AC_INIT): Change the suffix used to indicate that > the version number doesn't correspond to a source release from > -CVS to -git. > * NEWS: Likewise. > > Signed-off-by: James Youngman Applied.

[bug #24342] -inum predicate shoud use dirent.d_ino instead of stat.st_ino

2009-03-07 Thread James Youngman
Update of bug #24342 (project findutils): Assigned to:None => jay ___ Reply to this item at: ___

[bug #24342] -inum predicate shoud use dirent.d_ino instead of stat.st_ino

2009-03-07 Thread James Youngman
Follow-up Comment #1, bug #24342 (project findutils): The attached patches (against 4.5.x) should fix this performance bug. (file #17615, file #17616) ___ Additional Item Attachment: File name: 0001-Optimise-away-calls-to-stat-if-all-we-n

[PATCH] Optimise away calls to stat if all we need is the inode number (bug #24342).

2009-03-07 Thread James Youngman
* find/util.c (get_info): call get_statinfo if need_inum and we don't already have the inode number. (apply_predicate): Call get_info if need_inum. * find/defs.h (enum EvaluationCost): Add NeedsInodeNumber. (struct predicate): Add need_inum. * find/tree.c (get_new_pred): Default need_inum to false.

[PATCH] For -samefile, skip stat if inode numbers differ.

2009-03-07 Thread James Youngman
* find/pred.c (pred_samefile): Skip stat if the inode numbers are different. Signed-off-by: James Youngman --- ChangeLog |4 find/pred.c | 24 ++-- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3f21cc8..8ee70a2 100644

[bug #25294] assertion failure on dangling symlink to //

2009-03-07 Thread James Youngman
Follow-up Comment #4, bug #25294 (project findutils): Check-in b445af98c22cd2d13673e2699a77ab728a7073b0 changed this code a bit, as did 0b1acd3358466b02f32baf9423665113dc933492. Is the problem still reproducible from the git master branch (currently at 89da37ea3b25fd7c95d831a6f319068c99c7406b)?

Re: [PATCH] Provide more detailed help on how to work with the git sources.

2009-03-07 Thread James Youngman
On Thu, Mar 5, 2009 at 11:47 AM, James Youngman wrote: > Provide more detailed help on how to work with the git sources. > * README-CVS: Rename to README-hacking. > * README-hacking: Add more specific information about using topic > branches, test cases, documentation, coding standards and how to

Re: Support os materix

2009-03-07 Thread James Youngman
On Sat, Mar 7, 2009 at 8:04 AM, Jadhav, Padmakar wrote: > Hello, > > > > Does findutils is available on following platforms > >       AIX, HP-UX, findutils should work on recent versions of HP-UX and AIX. If you need to get it to work on an older version, you may also need to use a findutils re

RE: Support os materix

2009-03-07 Thread Jadhav, Padmakar
Hello, Does findutils is available on following platforms AIX, CentOS, HP-UX, Novell SuSE, Oracle Enterprise Linux, VMware ESX, Windows. Thanks, Padmakar From: Jadhav, Padmakar Sent: Friday, March 06, 2009 7:16 PM To: 'bug-finduti