aboutsummaryrefslogtreecommitdiff
path: root/math.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* + added dc (aka the function formerly known as math)John Beppu2000-06-211-194/+0
| | | | + did all the housekeeping that this change requires.
* + made it so that you can use the mnemonicsJohn Beppu2000-06-211-6/+10
| | | | (add, sub, mul, div) in lieu of (+, -, *, /)
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-1/+1
| | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -Erik
* + works as a filter, now!John Beppu2000-06-121-6/+51
| | | | | | | - I have a feeling I could have used strtok, but the 2 functions I added are really small, so it shouldn't be a big deal. (They were just laying around, and I wanted to use them, again).
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-3/+6
| | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik
* + fixed segfault when no parameters are given to mathJohn Beppu2000-04-161-1/+1
|
* More documentation updates, and minor fixes to make things syncErik Andersen2000-04-151-8/+13
| | | | | up with the docs. -Erik
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-59/+47
| | | | -Erik
* Added sfdisk. Ststic-ified a bunch of stuff.Eric Andersen1999-10-191-1/+1
|
* More stuffEric Andersen1999-10-131-1/+1
|
* Initial revision0_29alpha2Eric Andersen1999-10-051-0/+149