aboutsummaryrefslogtreecommitdiff
path: root/shell/README (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update shell/READMEDenys Vlasenko2010-05-201-3/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* shell/README: describe special builtinsDenys Vlasenko2010-05-171-108/+82
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* typo fixDenis Vlasenko2008-02-141-1/+1
|
* tar: do "short EOF" compat only if CONFIG_DESKTOP.Denis Vlasenko2008-02-141-0/+4
| | | | | ash: add a comment about new minor bug
* hush: fix $ expansion in redirections, add testcase for thatDenis Vlasenko2007-11-231-0/+3
|
* hush: fix read builtin to not read ahead past eol and to not useDenis Vlasenko2007-06-131-0/+3
| | | | | insane amounts of stack. Testsuite updated.
* hush: rework variable storage and environment handling.Denis Vlasenko2007-05-251-0/+4
| | | | | | More that -100 bytes of code + memory leak plugged. Added a testcase for it.
* hush: update README with yet another failure caseDenis Vlasenko2007-05-241-0/+5
|
* shells: update README and testsuite. environment memory leakDenis Vlasenko2007-05-211-1/+15
| | | | needs to be fixed - and documented!
* hush: fix double-free in "echo TEST &"Denis Vlasenko2007-05-061-1/+18
|
* hush: fix "while true; do true; done" + ctrl-zDenis Vlasenko2007-05-041-0/+3
|
* applets: fix compile-time warningDenis Vlasenko2007-05-041-2/+7
|
* hush: add parse tree debug printDenis Vlasenko2007-05-041-0/+4
|
* hush: fix "true | exit 3; echo $?" bugDenis Vlasenko2007-05-031-0/+13
|
* ash: fix infinite loop on exit if tty is not there anymoreDenis Vlasenko2007-04-281-0/+5
|
* hush: make Ctrl-Z work (at least sometimes)Denis Vlasenko2007-04-211-0/+5
|
* hush: fix more backgrounding bugs. Plenty of them remains still.Denis Vlasenko2007-04-211-1/+7
|
* hush: explain why "pipe; exit $?" doesn't show correct exitcodeDenis Vlasenko2007-04-211-0/+5
|
* hush: begin fixing non-functional job controlDenis Vlasenko2007-04-211-0/+6
|
* msh: style fixesDenis Vlasenko2007-04-141-0/+6
shell/README - a place to record things about busybox shells