Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-16 | Fix the operator precedence in expr. | Andy Chu | |
expr now uses the precedence table specified by POSIX, implemented using the "precedence climbing" algorithm. See the references at the top of eval_expr(). This fixes 3 of 4 failing tests. I also added more tests for correct behavior and for syntax errors. This includes a new test exposing a segfault, related to type coercion. | |||
2015-01-01 | typo fixes | Elliott Hughes | |
2014-12-28 | Fluff out help text. | Rob Landley | |
2014-12-02 | Note posix mailing list posting correcting a bug in the web version of the ↵ | Rob Landley | |
standard. | |||
2014-12-01 | Refactor expr and add another test entry that works with TEST_HOST=1 but not ↵ | Rob Landley | |
with the one in pending. | |||
2014-11-29 | expr.c: Added '==' sign into list of operations. Also added support for ↵ | Ashwini Sharma | |
regex pattern match. | |||
2013-06-15 | Force 64 bit math in expr, from Daniel Verkamp | Rob Landley | |
2013-06-05 | Start of expr, by Daniel Verkamp. | Rob Landley | |