aboutsummaryrefslogtreecommitdiff
path: root/libbb/arith.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Latest dash update from vodzEric Andersen2003-08-061-375/+0
|
* Apply vodz's last_patch53.gz (bb_asprintf.c) and last_patch54.gzManuel Novoa III2002-09-121-84/+57
| | | | (arith.c).
* Apply vodz last_patch51_2 and run through indentGlenn L McGrath2002-08-231-87/+116
|
* Commit my changes to arith.c which fixed a couple of bugs and decreasedManuel Novoa III2001-09-111-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 posixEric Andersen2001-08-021-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 supportEric Andersen2001-07-301-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