index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
pending
/
expr.c
Age
Commit message (
Expand
)
Author
2016-03-20
Posix requires "" to be false, and 00 should be false, and -0 should be false.
Rob Landley
2016-03-17
expr cleanup: simplify get_str() and free returned allocations.
Rob Landley
2016-03-16
expr cleanup: traverse optargs with tok instead of incrementing optargs and
Rob Landley
2016-03-16
Move whitespace and curly brackets around, move reference URLs to top of file,
Rob Landley
2016-03-16
Fix type coercion bugs in expr.
Andy Chu
2016-03-16
Fix the operator precedence in expr.
Andy Chu
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 st...
Rob Landley
2014-12-01
Refactor expr and add another test entry that works with TEST_HOST=1 but not ...
Rob Landley
2014-11-29
expr.c: Added '==' sign into list of operations. Also added support for regex...
Ashwini Sharma
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