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

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

Re: [gawk] Change in the order of precedence for the redirection operato


From: Stepan Kasal
Subject: Re: [gawk] Change in the order of precedence for the redirection operator?
Date: Thu, 27 Oct 2005 10:53:08 +0200
User-agent: Mutt/1.4.1i

Hello,

> > gawk 'BEGIN { "echo " "date" | getline;  print }'

as I supposed, this incompatibility was introduced by my patches, which fixed
other bugs in the parser.

I wrote two patches; please apply gawk-20051027-pars1.patch first, and
then gawk-20051027-pars2.patch .

gawk-20051027-pars2.patch fixes the bug quoted above.

gawk-20051027-pars1.patch is a small cleanup of the grammar, which prepares
it for the other patch.  Moreover, it fixes a bug that some expressions
were not parsed correctly; see the new test file for details.

Arnold, will you accept these patches?

Have a nice day,
        Stepan Kasal

Attachment: gawk-20051027-pars1.patch
Description: Text document

Attachment: gawk-20051027-pars2.patch
Description: Text document


reply via email to

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