+ added dc (aka the function formerly known as math)

+ did all the housekeeping that this change requires.
This commit is contained in:
John Beppu
2000-06-21 19:06:16 +00:00
parent b405dfa54d
commit 0021679b0d
8 changed files with 234 additions and 28 deletions

View File

@@ -86,6 +86,8 @@
* Fixed grep "Line too long" problem -- John Beppu
* Fixed 'grep -q -i B some_file' so it works
* math takes input from stdin if no args are given. -- John Beppu
* math was renamed to dc. Although it deviates from dc's behaviour,
this will probably be remedied in the future. -- John Beppu
-Erik Andersen