Re: [Patch] Locate: Fold case once at most.

2005-06-05 Thread James Youngman
On Mon, Jun 06, 2005 at 05:00:15AM +0200, Bas van Gompel wrote: > Hallo James, > > Op Tue, 31 May 2005 03:44:02 +0200 (MET DST) schreef ik > in <[EMAIL PROTECTED]>: > [...] > : Suggested ChangeLog entry: > : > : 2005-05-31 Bas van Gompel <[EMAIL PROTECTED]> > : > : * locate/locate.c: Fold

Re: [Patch] Locate: Fold case once at most.

2005-06-05 Thread Bas van Gompel
Hallo James, Op Tue, 31 May 2005 03:44:02 +0200 (MET DST) schreef ik in <[EMAIL PROTECTED]>: [...] : Suggested ChangeLog entry: : : 2005-05-31 Bas van Gompel <[EMAIL PROTECTED]> : : * locate/locate.c: Fold case once, only when needed. Could you please confirm receiving the above mail, a

[bug #13303] find should filter out non-printable characters if outputting to tty

2005-06-05 Thread James Youngman
Update of bug #13303 (project findutils): Item Group:None => Wrong result Status:None => Ready For Test Assigned to:None => jay __

[bug #13303] find should filter out non-printable characters if outputting to tty

2005-06-05 Thread James Youngman
Follow-up Comment #2, bug #13303 (project findutils): I propose the attached patch (against current CVS). Please try it out and let me know if you're happy with the result. The patch affects -print, -fprint, -fprintf, -printf. It does not affect -ok, -okdir or -print0.The -ls and -fls

Re: [bug-gnulib] Re: findutils doesn't compile on sunos 4.1.4

2005-06-05 Thread jason andrade
On Sat, 4 Jun 2005, Paul Eggert wrote: James Youngman <[EMAIL PROTECTED]> writes: Findutils uses a substantial amount of gnulib code; I would not want the gnulib maintainers to think that I thought they should put in extra effort to maintain support for SunOS 4.1.4. I wouldn't object to mino

[bug #13303] find should filter out non-printable characters if outputting to tty

2005-06-05 Thread James Youngman
Follow-up Comment #1, bug #13303 (project findutils): My first instinct is to follow the behaviour of "ls", which seems sensible. However, I've started a discussion on the bug-findutils mailing list. ___ Reply to this item at:

Re: [bug #13303] find should filter out non-printable characters if outputting to tty

2005-06-05 Thread James Youngman
On Sun, Jun 05, 2005 at 04:12:42PM +0200, Andreas Metzler wrote: > > For find this, this might also logically mean changing -fprintf if the > > target is a terminal, too. > > s/-fprintf/-printf/ > cu andreas Sorry, I wasn't clear enough. I meant both of them. find .

Re: [bug #13303] find should filter out non-printable characters if outputting to tty

2005-06-05 Thread Andreas Metzler
On 2005-06-05 James Youngman <[EMAIL PROTECTED]> wrote: [dumping non-printable chars to terminal] > I'm tempted to adopt the same approach as "ls" does in coreutils, > which is to print a "?" for nongraphic characters if stdout is a tty. > For find this, this might also logically mean changing -fp

Re: [bug #13303] find should filter out non-printable characters if outputting to tty

2005-06-05 Thread James Youngman
On Sun, Jun 05, 2005 at 12:02:59PM +, Andreas Metzler wrote: > Afaict dumping non printable characters to the terminal usually is not wanted > and should not be default. > > Posix says: > -print > The primary shall always evaluate as true; it shall cause > the current pathname to be

[bug #13303] find should filter out non-printable characters if outputting to tty

2005-06-05 Thread Andreas Metzler
URL: Summary: find should filter out non-printable characters if outputting to tty Project: findutils Submitted by: ametzler Submitted on: Son 05.06.2005 um 12:02