Re: On the use of 0 or NULL, the discussion continues...

2007-06-26 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Bob Proulx on 6/26/2007 4:35 PM: > The following is more typical. > > void *var1 = 0; > void *var2 = NULL; > printf("%p\n", var1); > printf("%p\n", var2); > > In this case neither gcc nor g++ -O -Wall flag any errors or > differe

On the use of 0 or NULL, the discussion continues...

2007-06-26 Thread Bob Proulx
Since this is not about any particular patch to findutils I have moved the discussion. http://lists.gnu.org/archive/html/findutils-patches/2007-06/msg00034.html Eric Blake-1 wrote: > But that is bug-prone. > > Consider: > > printf("%p%d", NULL, 1); > vs. > printf("%p%d", 0, 1); You make a co

[bug #20273] xargs -E consumes too much input

2007-06-26 Thread Eric Blake
URL: Summary: xargs -E consumes too much input Project: findutils Submitted by: ericb Submitted on: Tuesday 06/26/2007 at 16:17 Category: xargs Severity: 3 - Normal

info page with find expressions

2007-06-26 Thread Francky Leyn
James Youngman wrote: > It should all be documented in the Texinfo manual for find. ("info > find"). If not, please just complain to [EMAIL PROTECTED] > > If you do so, please describe what you wanted to do, and where in the > manual you looked first to find it (and maybe where you looked >

[bug #20263] DEC Alpha OSF/1 cc does not support comparing function pointer types with <= or >

2007-06-26 Thread James Youngman
Update of bug #20263 (project findutils): Status:None => Fixed Release:None => 4.3.8 ___ Reply to this item at:

[bug #20263] DEC Alpha OSF/1 cc does not support comparing function pointer types with <= or >

2007-06-26 Thread James Youngman
URL: Summary: DEC Alpha OSF/1 cc does not support comparing function pointer types with <= or > Project: findutils Submitted by: jay Submitted on: Tuesday 06/26/2007 at 08:17 Category

[bug #20262] findutils uses assert to verify conditions checkable at compile time

2007-06-26 Thread James Youngman
URL: Summary: findutils uses assert to verify conditions checkable at compile time Project: findutils Submitted by: jay Submitted on: Tuesday 06/26/2007 at 07:59 Category: None

[bug #20261] fcntl.h can be included unconditinally

2007-06-26 Thread James Youngman
Update of bug #20261 (project findutils): Summary: fcntl.h can be includdd unconditinally => fcntl.h can be included unconditinally ___ Reply to this item at:

[bug #20261] fcntl.h can be includdd unconditinally

2007-06-26 Thread James Youngman
URL: Summary: fcntl.h can be includdd unconditinally Project: findutils Submitted by: jay Submitted on: Tuesday 06/26/2007 at 07:28 Category: None Severity: 2 - Minor