aboutsummaryrefslogtreecommitdiff
path: root/shell/math.c
AgeCommit message (Collapse)Author
2009-06-05printf: accept negative numbers for %x; sh: overflowed numbers are 0Denys Vlasenko
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2009-04-09hush: plug the leak of expanded heredocDenis Vlasenko
2009-04-03shell/math: randomconfig fixDenis Vlasenko
2009-04-02split math code out of ash and into a standalone library so we can use it in ↵Mike Frysinger
any shell (like hush!)