diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-03-16 08:09:09 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-03-16 08:09:09 +0000 |
commit | d75af99529879e6cd38164fd110732052a9cdda4 (patch) | |
tree | 3a6e672d0b0d5104cc3c33f65b20fdaacd365c2e /Changelog | |
parent | a967e3c8f004d9d613e2f531a3bf7869f2e68b90 (diff) | |
download | busybox-w32-d75af99529879e6cd38164fd110732052a9cdda4.tar.gz busybox-w32-d75af99529879e6cd38164fd110732052a9cdda4.tar.bz2 busybox-w32-d75af99529879e6cd38164fd110732052a9cdda4.zip |
Major build system updates...
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,4 +1,8 @@ | |||
1 | 0.43 | 1 | 0.43 |
2 | * Busybox now includes a shell! It currently costs 7.5 k (plus an | ||
3 | additional 2.5 k if you compile in command line editing). Handles | ||
4 | job control, has the usual set of builtins, and does everything | ||
5 | except for handling programming statements (if, while, etc...) | ||
2 | * Busybox can now work perfectly when /proc is disabled, thereby | 6 | * Busybox can now work perfectly when /proc is disabled, thereby |
3 | saving a bunch of memory (kernel /proc support is not thin). This | 7 | saving a bunch of memory (kernel /proc support is not thin). This |
4 | is done by making use of some nice kernel patches I wrote up to | 8 | is done by making use of some nice kernel patches I wrote up to |
@@ -11,6 +15,7 @@ | |||
11 | with a ram disk. Contributed by Emanuele Caratti <wiz@iol.it> | 15 | with a ram disk. Contributed by Emanuele Caratti <wiz@iol.it> |
12 | and then adjusted a bit by me. | 16 | and then adjusted a bit by me. |
13 | * Added tr and dirname from John Lombardo <john@deltanet.com> | 17 | * Added tr and dirname from John Lombardo <john@deltanet.com> |
18 | * Added echo and test (from me). | ||
14 | * tar wouldn't create directory entries that don't end in '/', | 19 | * tar wouldn't create directory entries that don't end in '/', |
15 | now it does (thanks to Avery Pennarun <apenwarr@worldvisions.ca>) | 20 | now it does (thanks to Avery Pennarun <apenwarr@worldvisions.ca>) |
16 | * Several fixes from Pavel Roskin <pavel_roskin@geocities.com>: | 21 | * Several fixes from Pavel Roskin <pavel_roskin@geocities.com>: |