Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Latest dash update from vodz | Eric Andersen | 2003-08-06 | 1 | -375/+0 |
| | |||||
* | Apply vodz's last_patch53.gz (bb_asprintf.c) and last_patch54.gz | Manuel Novoa III | 2002-09-12 | 1 | -84/+57 |
| | | | | (arith.c). | ||||
* | Apply vodz last_patch51_2 and run through indent | Glenn L McGrath | 2002-08-23 | 1 | -87/+116 |
| | |||||
* | Commit my changes to arith.c which fixed a couple of bugs and decreased | Manuel Novoa III | 2001-09-11 | 1 | -143/+253 |
| | | | | | code size. Please read the TODO comments regarding accessing shell variables from the arith() funciton. | ||||
* | Latest patch from vodz. Adds a check for divide by zero in the posix | Eric Andersen | 2001-08-02 | 1 | -10/+23 |
| | | | | | | math suport, cleaner math syntax error checking, moves redundant signal string tables (from kill and ash) into libbb and provides a few cleanups elsewhere. | ||||
* | This incorporates Posix math support into ash. The Posix math support | Eric Andersen | 2001-07-30 | 1 | -0/+250 |
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 |