aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-06-02 03:25:00 +0000
committerEric Andersen <andersen@codepoet.org>2000-06-02 03:25:00 +0000
commit380e58a05f5f3eda70593011fc90f7ac972499ec (patch)
tree2f3daef3974bf73d7d175352243d550605eb0afc
parentec480c49c271b502eb637a1cf38a88c4c22d1b3b (diff)
downloadbusybox-w32-380e58a05f5f3eda70593011fc90f7ac972499ec.tar.gz
busybox-w32-380e58a05f5f3eda70593011fc90f7ac972499ec.tar.bz2
busybox-w32-380e58a05f5f3eda70593011fc90f7ac972499ec.zip
Note the addition of ar.
-Erik
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 42a4cc7ca..3083ae960 100644
--- a/Changelog
+++ b/Changelog
@@ -5,6 +5,8 @@
5 * Added setkeycodes, for those that have wierd keyboard buttons. 5 * Added setkeycodes, for those that have wierd keyboard buttons.
6 * Added cut and tr from minix, since due to the license change, 6 * Added cut and tr from minix, since due to the license change,
7 we can now use minix code. Minix tr saves 4k. 7 we can now use minix code. Minix tr saves 4k.
8 * Added a mini ar archive utility, especially written for BusyBox by
9 Glenn McGrath <bug1@netconnect.com.au>
8 * Added 'grep -v' option (inverted search) and updated 10 * Added 'grep -v' option (inverted search) and updated
9 docs accordingly. -beppu 11 docs accordingly. -beppu
10 * Wrote which 12 * Wrote which