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.