aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/expr.c
AgeCommit message (Collapse)Author
2014-12-01Refactor expr and add another test entry that works with TEST_HOST=1 but not ↵Rob Landley
with the one in pending.
2014-11-29expr.c: Added '==' sign into list of operations. Also added support for ↵Ashwini Sharma
regex pattern match.
2013-06-15Force 64 bit math in expr, from Daniel VerkampRob Landley
2013-06-05Start of expr, by Daniel Verkamp.Rob Landley