bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: comm enhancement: --ignore-case [patch]


From: Paul Eggert
Subject: Re: comm enhancement: --ignore-case [patch]
Date: Wed, 09 Mar 2005 10:43:30 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux)

Werner LEMBERG <address@hidden> writes:

> Since I got no response I wonder whether I've posted my patch in the
> right list at all.

Yes, you put it in the right list.

There is a problem here, in that the different coreutils and diffutils
programs use different approaches to doing case-insensitive
comparisons.  (We should really be using stricoll if available, for
example; some programs do it, but others don't.)  I'd like to have
this cleaned up while we're adding the functionality, rather than
introduce one more discrepancy.  And I suppose this means adding a new
memcasecoll function to our library, by analogy with memcoll.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]