summaryrefslogtreecommitdiffstats
path: root/regress/bin/expr/expr.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* a few more edge case tests, aiming for complete coverageschwarze2018-03-311-1/+21
|
* Fix overflows while handling 64 bit integers.tobias2018-03-311-0/+109
Based on FreeBSD's expr and NetBSD's old regression test suite. with input by and ok schwarze