summaryrefslogtreecommitdiff
path: root/shell/README
Commit message (Expand)AuthorAge
* update shell/READMEDenys Vlasenko2010-05-20
* shell/README: describe special builtinsDenys Vlasenko2010-05-17
* typo fixDenis Vlasenko2008-02-14
* tar: do "short EOF" compat only if CONFIG_DESKTOP.Denis Vlasenko2008-02-14
* hush: fix $ expansion in redirections, add testcase for thatDenis Vlasenko2007-11-23
* hush: fix read builtin to not read ahead past eol and to not useDenis Vlasenko2007-06-13
* hush: rework variable storage and environment handling.Denis Vlasenko2007-05-25
* hush: update README with yet another failure caseDenis Vlasenko2007-05-24
* shells: update README and testsuite. environment memory leakDenis Vlasenko2007-05-21
* hush: fix double-free in "echo TEST &"Denis Vlasenko2007-05-06
* hush: fix "while true; do true; done" + ctrl-zDenis Vlasenko2007-05-04
* applets: fix compile-time warningDenis Vlasenko2007-05-04
* hush: add parse tree debug printDenis Vlasenko2007-05-04
* hush: fix "true | exit 3; echo $?" bugDenis Vlasenko2007-05-03
* ash: fix infinite loop on exit if tty is not there anymoreDenis Vlasenko2007-04-28
* hush: make Ctrl-Z work (at least sometimes)Denis Vlasenko2007-04-21
* hush: fix more backgrounding bugs. Plenty of them remains still.Denis Vlasenko2007-04-21
* hush: explain why "pipe; exit $?" doesn't show correct exitcodeDenis Vlasenko2007-04-21
* hush: begin fixing non-functional job controlDenis Vlasenko2007-04-21
* msh: style fixesDenis Vlasenko2007-04-14