bug-gawk
[Top][All Lists]
Advanced

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

[bug-gawk] [PATCH] gawk: Comply with IEEE Std 1003.1


From: Samy Mahmoudi
Subject: [bug-gawk] [PATCH] gawk: Comply with IEEE Std 1003.1
Date: Wed, 25 Jul 2018 22:08:45 +0200

Hello,

When using the option -v assignment, POSIX awk "shall ensure
that the assignment argument is in the same form as an assignment
operand", in which "the characters following the equal sign shall
be interpreted as ... a STRING token".
   
Moreover, lexical conventions demand that the STRING token "shall
represent a string constant" in which "a <newline> shall not occur".

http://pubs.opengroup.org/onlinepubs/9699919799/utilities/awk.html

Best regards,
Samy Mahmoudi

Attachment: patch-main.c
Description: Text Data


reply via email to

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