summary refs log tree commit diff
path: root/ChangeLog.O
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2010-03-09 12:52:30 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2010-03-09 12:52:30 +0800
commit9655c1ac5646bde1007ecba7c6271d3aa98f294b (patch)
tree121775c10571f5291091e63de2dc1a48d11838e2 /ChangeLog.O
parent[BUILD] Fix changelog entry (diff)
downloaddash-9655c1ac5646bde1007ecba7c6271d3aa98f294b.tar.gz
dash-9655c1ac5646bde1007ecba7c6271d3aa98f294b.zip
[ARITH] Fix binary operator parsing
Jilles Tjoelker reported that binary operator parsing doesn't
respect operator precedence correctly in the case where a lower-
precedence operator is followed by a higher-precedence operator,
and then by a lower-precedence operator.

This patch fixes this by stopping when we encounter a binary
oeprator with a precedence lower than one that we have already
encountered.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'ChangeLog.O')
0 files changed, 0 insertions, 0 deletions
o pingsJune McEnroe 2019-10-23Add verbose flagJune McEnroe 2019-10-23Set NOSIGPIPE on server connectionJune McEnroe 2019-10-23Set an initial loop capJune McEnroe 2019-10-23Fix rest parsingJune McEnroe 2019-10-23Add dynamic poll listJune McEnroe 2019-10-23Don't assume commands have targets and handle ERRORJune McEnroe 2019-10-23Clean up state somewhatJune McEnroe 2019-10-23Actually send the buffer...June McEnroe 2019-10-23Add stateJune McEnroe