[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: awk for config headers
From: |
Paul Eggert |
Subject: |
Re: awk for config headers |
Date: |
Mon, 08 Oct 2007 15:28:40 -0700 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) |
Benoit SIGOURE <address@hidden> writes:
> The manual is not really clear but when I read
> this part, it means (to me) that traditional Awk is unusable and that
> one can write portable Awk without necessarily worrying about it
> working on these "traditional Awk".
As a practical matter, if we stick to traditional Awk we are less
likely to tickle bugs in all the weird Awk implementations that are
out there. So if it's easy to use traditional Awk, it's probably
better for us to stick to that subset. In this particular case I
don't see a major win in switching to POSIX 'split' or user-defined
functions so we might as well leave it alone.
- Re: awk for config headers, Paul Eggert, 2007/10/01
- Re: awk for config headers, Ralf Wildenhues, 2007/10/02
- Re: awk for config headers, Paul Eggert, 2007/10/02
- Re: awk for config headers, Ralf Wildenhues, 2007/10/08
- Re: awk for config headers, Benoit SIGOURE, 2007/10/08
- Re: awk for config headers,
Paul Eggert <=
- Re: awk for config headers, Benoit SIGOURE, 2007/10/08
- Re: awk for config headers, Paul Eggert, 2007/10/10
- Re: awk for config headers, Benoit SIGOURE, 2007/10/10
- Re: awk for config headers, Paul Eggert, 2007/10/10
- Re: awk for config headers, Benoit SIGOURE, 2007/10/10
- Re: awk for config headers, Paul Eggert, 2007/10/08
- Re: awk for config headers, Ralf Wildenhues, 2007/10/10
- Re: awk for config headers, Ralf Wildenhues, 2007/10/10
Re: awk for config headers, Eric Blake, 2007/10/12