aboutsummaryrefslogtreecommitdiff
path: root/math.c
AgeCommit message (Collapse)Author
2000-06-21+ added dc (aka the function formerly known as math)John Beppu
+ did all the housekeeping that this change requires.
2000-06-21+ made it so that you can use the mnemonicsJohn Beppu
(add, sub, mul, div) in lieu of (+, -, *, /)
2000-06-19Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen
Tested under both libc5 and libc6 and all seems well with these fixes. -Erik
2000-06-12+ works as a filter, now!John Beppu
- 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).
2000-05-12Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen
which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik
2000-04-16+ fixed segfault when no parameters are given to mathJohn Beppu
2000-04-15More documentation updates, and minor fixes to make things syncErik Andersen
up with the docs. -Erik
2000-02-08Some formatting updates (ran the code through indent)Erik Andersen
-Erik
1999-10-19Added sfdisk. Ststic-ified a bunch of stuff.Eric Andersen
1999-10-13More stuffEric Andersen
1999-10-05Initial revisionEric Andersen