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 /Changelog | |
parent | ec480c49c271b502eb637a1cf38a88c4c22d1b3b (diff) | |
download | busybox-380e58a05f5f3eda70593011fc90f7ac972499ec.tar.gz |
Note the addition of ar.
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ * Added setkeycodes, for those that have wierd keyboard buttons. * Added cut and tr from minix, since due to the license change, we can now use minix code. Minix tr saves 4k. + * Added a mini ar archive utility, especially written for BusyBox by + Glenn McGrath <bug1@netconnect.com.au> * Added 'grep -v' option (inverted search) and updated docs accordingly. -beppu * Wrote which |