Re: small compile nit: extern vs static

2006-06-14 Thread Ralf Wildenhues
Hello James, * James Youngman wrote on Wed, Jun 14, 2006 at 11:44:40PM CEST: > On 5/30/06, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > >Recent GCC will barf over an extern variable declaration followed by a > >static one. This patch fixes building the CVS version of findutils. > >* find

[bug #16520] find is not finding certain strangely named files

2006-06-14 Thread Alexander Skwar
Follow-up Comment #7, bug #16520 (project findutils): I cannot reproduce my bug anymore. As I wrote in comment #5, when I now do a find -name "*jpg" in a directory containing nothing but the file from the tar from , "find" finds the file

Re: small compile nit: extern vs static

2006-06-14 Thread James Youngman
On 5/30/06, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: Recent GCC will barf over an extern variable declaration followed by a static one. This patch fixes building the CVS version of findutils. Cheers, Ralf * find/defs.h (last_pred): Do not declare, this is static now. In 4.2.x, it's

[bug #16605] Delimiter option is wrong

2006-06-14 Thread James Youngman
Update of bug #16605 (project findutils): Status:None => Invalid Assigned to:None => jay Open/Closed:Open => Closed ___

[bug #16579] select_shell() uses incorrect syntax for su

2006-06-14 Thread James Youngman
Update of bug #16579 (project findutils): Status:None => Fixed Assigned to:None => jay ___ Follow-up Comment #1: Fixed in finduti

[bug #16520] find is not finding certain strangely named files

2006-06-14 Thread James Youngman
Follow-up Comment #6, bug #16520 (project findutils): I would guess that the byte sequence in the filename does not correspond with a valid sequence of bytes in the character encoding systenm you have configured for your environment (which I am guessing is UTF-8). If you do "LC_ALL=C find ..