Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-11 | Commit my changes to arith.c which fixed a couple of bugs and decreased | Manuel Novoa III | |
code size. Please read the TODO comments regarding accessing shell variables from the arith() funciton. | |||
2001-08-02 | Latest patch from vodz. Adds a check for divide by zero in the posix | Eric 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-30 | This incorporates Posix math support into ash. The Posix math support | Eric 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 |