From d75af99529879e6cd38164fd110732052a9cdda4 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Thu, 16 Mar 2000 08:09:09 +0000 Subject: Major build system updates... -Erik --- Changelog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index c6493f8..d81207c 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,8 @@ 0.43 + * Busybox now includes a shell! It currently costs 7.5 k (plus an + additional 2.5 k if you compile in command line editing). Handles + job control, has the usual set of builtins, and does everything + except for handling programming statements (if, while, etc...) * Busybox can now work perfectly when /proc is disabled, thereby saving a bunch of memory (kernel /proc support is not thin). This is done by making use of some nice kernel patches I wrote up to @@ -11,6 +15,7 @@ with a ram disk. Contributed by Emanuele Caratti and then adjusted a bit by me. * Added tr and dirname from John Lombardo + * Added echo and test (from me). * tar wouldn't create directory entries that don't end in '/', now it does (thanks to Avery Pennarun ) * Several fixes from Pavel Roskin : -- cgit v1.1