aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorbeppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-21 19:06:16 +0000
committerbeppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-21 19:06:16 +0000
commitf0c9cad79875904d3679a5c422d31b78842b7d04 (patch)
tree04ff8031a2151a0f95040bbc4bdf2f616d68a540 /Changelog
parent820c62d35709d647ee4bd6f3780ccb57bfcb4c58 (diff)
downloadbusybox-w32-f0c9cad79875904d3679a5c422d31b78842b7d04.tar.gz
busybox-w32-f0c9cad79875904d3679a5c422d31b78842b7d04.tar.bz2
busybox-w32-f0c9cad79875904d3679a5c422d31b78842b7d04.zip
+ added dc (aka the function formerly known as math)
+ did all the housekeeping that this change requires. git-svn-id: svn://busybox.net/trunk/busybox@678 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 07fd30d50..8e8de9523 100644
--- a/Changelog
+++ b/Changelog
@@ -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