busybox/shell/hush_test/hush-arith
Denys Vlasenko d84a604830 shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7)
function                                             old     new   delta
evaluate_string                                      945     988     +43

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2021-09-25 22:04:45 +02:00
..
arith1.sub shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7) 2021-09-25 22:04:45 +02:00
arith2.sub shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7) 2021-09-25 22:04:45 +02:00
arith_nested1.right ash: parser: Add syntax stack for recursive parsing 2018-04-02 13:15:37 +02:00
arith_nested1.tests ash: parser: Add syntax stack for recursive parsing 2018-04-02 13:15:37 +02:00
arith-postinc.right shell: handle $((NUM++...) like bash does. Closes 10706 2018-01-28 20:13:33 +01:00
arith-postinc.tests shell: handle $((NUM++...) like bash does. Closes 10706 2018-01-28 20:13:33 +01:00
arith.right shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7) 2021-09-25 22:04:45 +02:00
arith.tests shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7) 2021-09-25 22:04:45 +02:00