bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: a bug in gawk-3.1.4


From: Stepan Kasal
Subject: Re: a bug in gawk-3.1.4
Date: Fri, 27 May 2005 16:23:22 +0200
User-agent: Mutt/1.4.1i

Hello,

On Fri, May 27, 2005 at 08:20:45PM +0900, Masahiko Furuichi wrote:
> I have a problem with gawk-3.1.4. gawk-3.1.3 seems OK.
> Both gawk is compiled by gcc-3.3.4 + Solaris 8(SPARC). 
> 
> Here is the sample.
> 
> fs12{sbsoft}: cat sample
> ! 1
> a b
> ! 2
> c d
> fs12{sbsoft}: ../gawk-3.1.3/gawk '/^[^!]/{printf("%s\n", $1)}' sample
> a
> c
> fs12{sbsoft}: ../gawk-3.1.4/gawk '/^[^!]/{printf("%s\n", $1)}' sample
> fs12{sbsoft}:

this might be a locale specific problem.  When you experience this,
what is the output of the command "locale"?

And if you try
        LC_ALL=C ../gawk-3.1.4/gawk '/^[^!]/{printf("%s\n", $1)}' sample

does it work?

Have a nice day,
        Stepan Kasal




reply via email to

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