Brian Foley
1c42c18e96
awk: Fix overly permissive func arg list parsing
It allows things like 'func f(a b)' and 'func f(a,)' which GNU awk forbids.
function old new delta
parse_program 327 367 +40
chain_expr 40 67 +27
parse_expr 891 915 +24
EMSG_TOO_FEW_ARGS 30 18 -12
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 3/1 up/down: 91/-12) Total: 79 bytes
Signed-off-by: Brian Foley <bpfoley@google.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2019-01-21 12:59:19 +01:00
..
2019-01-21 12:59:19 +01:00
2018-12-28 03:20:17 +01:00
2018-06-06 15:16:48 +02:00
2017-09-18 16:28:43 +02:00
2018-12-28 03:20:17 +01:00
2013-11-13 12:45:33 +01:00
2017-08-08 17:09:40 +02:00
2018-12-28 03:20:17 +01:00
2018-12-28 03:20:17 +01:00
2007-11-13 17:13:31 +00:00
2008-03-01 19:29:56 +00:00
2018-09-25 12:50:54 +02:00
2018-12-28 03:20:17 +01:00