diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-06-02 03:25:00 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-06-02 03:25:00 +0000 |
commit | 380e58a05f5f3eda70593011fc90f7ac972499ec (patch) | |
tree | 2f3daef3974bf73d7d175352243d550605eb0afc | |
parent | ec480c49c271b502eb637a1cf38a88c4c22d1b3b (diff) | |
download | busybox-w32-380e58a05f5f3eda70593011fc90f7ac972499ec.tar.gz busybox-w32-380e58a05f5f3eda70593011fc90f7ac972499ec.tar.bz2 busybox-w32-380e58a05f5f3eda70593011fc90f7ac972499ec.zip |
Note the addition of ar.
-Erik
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |