$ printf Me\\nji\\n|LC_ALL=zh_TW.utf8 egrepMe\|ji
Me
ji
$ printf Me\\nji\\n|LC_ALL=zh_TW.utf8 egrep -i Me\|ji
ji
$ printf Me\\nji\\n|LC_ALL=zh_TW.utf8 egrep -i Me
Me
$ printf Me\\nji\\n|LC_ALL=zh_TW.utf8 egrep -i me\|ji
ji
GNU grep 2.5.3
___
Bug-co
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to [EMAIL PROTECTED] on 8/29/2007 6:13 AM:
> $ printf Me\\nji\\n|LC_ALL=zh_TW.utf8 egrep -i me\|ji
> ji
>
> GNU grep 2.5.3
Wrong list. Coreutils does not provide grep.
- --
Don't work too hard, make some time for fun as well!
Eric Blake
On Tue, Aug 28, 2007 at 09:08:51PM -0600, Eric Blake wrote:
> According to Michael Geng on 8/28/2007 12:33 PM:
> >
> > In the present version of genparse new strings are always printed
> > in new lines. For example (also from the ls commmand):
> >
> > d / directory flag"
On Tue, Aug 28, 2007 at 01:21:46PM -0700, Eric Blake-1 wrote:
>
> > 2. ls.c depends ls-clp.h (the generated parser)
> >ls-clp.h depends on ls.gp (the genparse file)
> >ls.gp depends on ls.c because ls.gp is embedded as a comment in ls.c
> >-> There is a circular dependency!
>
> That s
On Tue, Aug 28, 2007 at 01:21:46PM -0700, Eric Blake-1 wrote:
> > +++ coreutils-6.9/src/ls.c 2007-08-26 19:58:20.0 +0200
> > @@ -76,7 +76,6 @@
> > # define SA_RESTART 0
> > #endif
> >
> > -#include "system.h"
> > #include
>
> Why are you deleting this include? Without it, how do yo
[EMAIL PROTECTED] (Michael Geng) wrote:
...
> of text. In the present version of ls the usage() function calls
> fputs() several times. The genparse version prints everything in
> 1 single call to printf(). So the usage() text in the present ls.c
> is split into multiple _() macros, whereas ls-clp.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Andrew Josey on 8/29/2007 12:16 AM:
> Austin Group Minutes of the 28th August 2007 Teleconference Austin-379 Page 1
> of 1
> XCU ERN 165 mv Accept
>
> Send down the interpretations track.
> The standard is clear, the standard is wrong ,
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Eric Blake on 8/29/2007 5:47 PM:
> We should consider editing both of these interpretations to also apply to
> ln. The coreutils list noted, just this month, that
> 'ln a/f b/f c && rm -Rf a b'
> risks losing user data;
That example sho
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Michael Geng on 8/29/2007 2:29 PM:
> On Tue, Aug 28, 2007 at 01:21:46PM -0700, Eric Blake-1 wrote:
>>> +++ coreutils-6.9/src/ls.c 2007-08-26 19:58:20.0 +0200
>>> @@ -76,7 +76,6 @@
>>> # define SA_RESTART 0
>>> #endif
>>>
>>> -