Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-09-12 | Apply vodz's last_patch53.gz (bb_asprintf.c) and last_patch54.gz | Manuel Novoa III | |
(arith.c). | |||
2002-08-23 | Apply vodz last_patch51_2 and run through indent | Glenn L McGrath | |
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 |