diff options
author | John Beppu <beppu@lbox.org> | 2000-06-21 19:06:16 +0000 |
---|---|---|
committer | John Beppu <beppu@lbox.org> | 2000-06-21 19:06:16 +0000 |
commit | 0021679b0dc5767e0c023b28b36eeb1476dc2364 (patch) | |
tree | 04ff8031a2151a0f95040bbc4bdf2f616d68a540 /Changelog | |
parent | b405dfa54df117201d93dcb7d24e9e9873737da6 (diff) | |
download | busybox-w32-0021679b0dc5767e0c023b28b36eeb1476dc2364.tar.gz busybox-w32-0021679b0dc5767e0c023b28b36eeb1476dc2364.tar.bz2 busybox-w32-0021679b0dc5767e0c023b28b36eeb1476dc2364.zip |
+ added dc (aka the function formerly known as math)
+ did all the housekeeping that this change requires.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -86,6 +86,8 @@ | |||
86 | * Fixed grep "Line too long" problem -- John Beppu | 86 | * Fixed grep "Line too long" problem -- John Beppu |
87 | * Fixed 'grep -q -i B some_file' so it works | 87 | * Fixed 'grep -q -i B some_file' so it works |
88 | * math takes input from stdin if no args are given. -- John Beppu | 88 | * math takes input from stdin if no args are given. -- John Beppu |
89 | * math was renamed to dc. Although it deviates from dc's behaviour, | ||
90 | this will probably be remedied in the future. -- John Beppu | ||
89 | 91 | ||
90 | 92 | ||
91 | -Erik Andersen | 93 | -Erik Andersen |