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