aboutsummaryrefslogtreecommitdiff
path: root/libbb/arith.c
AgeCommit message (Collapse)Author
2001-09-11Commit my changes to arith.c which fixed a couple of bugs and decreasedManuel Novoa III
code size. Please read the TODO comments regarding accessing shell variables from the arith() funciton.
2001-08-02Latest patch from vodz. Adds a check for divide by zero in the posixEric Andersen
math suport, cleaner math syntax error checking, moves redundant signal string tables (from kill and ash) into libbb and provides a few cleanups elsewhere.
2001-07-30This incorporates Posix math support into ash. The Posix math supportEric Andersen
was written by Aaron Lehmann <aaronl@vitelus.com> for busybox. This patch makes a few trivial changes to Aaron's code so that it can be used (in theory) by the other shells as well... -Erik