NetBSD/bin/expr
jmc 64e6a11adc Various cleanups/fixes.
Change the add/subtract overflow checks to use an unsigned to do the op
and then cast back into the signed var to check the signs.

Make multiply shortcut on either right or left being 0.
Make multiply's overflow test not fail on simple cases like 1 * -1
Make the multiple overflow test pass all the regress tests.
2001-05-06 06:20:39 +00:00
..
expr.1 list parenthesis usage similar way as other operators 2000-10-30 16:20:12 +00:00
expr.y Various cleanups/fixes. 2001-05-06 06:20:39 +00:00
Makefile reimplement expr using lexical parser generated by yacc 2000-09-19 17:20:00 +00:00