From 5331025f796d1defe90c8dda1fe1481de95850e5 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 4 Jul 2000 19:42:23 +0000 Subject: A first pass at integrating the SGML docs into the Makefile. A first pass a cleaning up the current SGML (lots more cleanup is needed though). -Erik --- Changelog | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'Changelog') diff --git a/Changelog b/Changelog index e3467f3b9..d18244215 100644 --- a/Changelog +++ b/Changelog @@ -10,13 +10,20 @@ Fix thanks to Marc Nijdam * Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport. Fix thanks to Arne Bernin - * Added support for "sh -c command args...", thanks to - Marius Groeger + * Several fixes from Marius Groeger + - Added support for "sh -c command args..." + - Fixed globbing, i.e. 'echo * *' and 'echo "******"' now work. + - Added shell environment variable substitution + - Added the "read" shell builtin. + * Fixed cursor editing in cmdedit.c. The following keyboard sequence + used to create an infinite loop: ls, cursor up, left, down. * Added support for being a login shell, so things like '-su' or '-sh' (stuff where argv[0][0]=='-') will now always invoke the shell. Now you can use BusyBox as a login shell. * ls.c now ignores '-g', since some ftp clients like that sort of thing. Patch thanks to David Vrabel + * Fix to init.c from Stuart Menefy so that + it always sets the controlling terminal before running any programs -Erik Andersen @@ -45,7 +52,7 @@ * Replaced the telnet implementation with one written by Tomi Ollila It works great and costs 3k. * BusyBox sh (lash) now supports being used as a standalone shell. When - BB_FEATURE_STANDALONE_SHELL is defined, all the busybox commands may + BB_FEATURE_SH_STANDALONE_SHELL is defined, all the busybox commands may be invoked as shell internals. Best used when compiling staticly (i.e. DOSTATIC=true) * BusyBox sh (lash) internals now behave as expected wrt pipes -- cgit v1.2.3