aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/expr.c
AgeCommit message (Expand)Author
2017-07-09Fix -Wformat compiler warning in expr.c.Elliott Hughes
2016-03-20Posix requires "" to be false, and 00 should be false, and -0 should be false.Rob Landley
2016-03-17expr cleanup: simplify get_str() and free returned allocations.Rob Landley
2016-03-16expr cleanup: traverse optargs with tok instead of incrementing optargs andRob Landley
2016-03-16Move whitespace and curly brackets around, move reference URLs to top of file,Rob Landley
2016-03-16Fix type coercion bugs in expr.Andy Chu
2016-03-16Fix the operator precedence in expr.Andy Chu
2015-01-01typo fixesElliott Hughes
2014-12-28Fluff out help text.Rob Landley
2014-12-02Note posix mailing list posting correcting a bug in the web version of the st...Rob Landley
2014-12-01Refactor expr and add another test entry that works with TEST_HOST=1 but not ...Rob Landley
2014-11-29expr.c: Added '==' sign into list of operations. Also added support for regex...Ashwini Sharma
2013-06-15Force 64 bit math in expr, from Daniel VerkampRob Landley
2013-06-05Start of expr, by Daniel Verkamp.Rob Landley