Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-20 | update shell/README | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2010-05-17 | shell/README: describe special builtins | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2008-02-14 | typo fix | Denis Vlasenko | |
2008-02-14 | tar: do "short EOF" compat only if CONFIG_DESKTOP. | Denis Vlasenko | |
ash: add a comment about new minor bug | |||
2007-11-23 | hush: fix $ expansion in redirections, add testcase for that | Denis Vlasenko | |
2007-06-13 | hush: fix read builtin to not read ahead past eol and to not use | Denis Vlasenko | |
insane amounts of stack. Testsuite updated. | |||
2007-05-25 | hush: rework variable storage and environment handling. | Denis Vlasenko | |
More that -100 bytes of code + memory leak plugged. Added a testcase for it. | |||
2007-05-24 | hush: update README with yet another failure case | Denis Vlasenko | |
2007-05-21 | shells: update README and testsuite. environment memory leak | Denis Vlasenko | |
needs to be fixed - and documented! | |||
2007-05-06 | hush: fix double-free in "echo TEST &" | Denis Vlasenko | |
2007-05-04 | hush: fix "while true; do true; done" + ctrl-z | Denis Vlasenko | |
2007-05-04 | applets: fix compile-time warning | Denis Vlasenko | |
2007-05-04 | hush: add parse tree debug print | Denis Vlasenko | |
2007-05-03 | hush: fix "true | exit 3; echo $?" bug | Denis Vlasenko | |
2007-04-28 | ash: fix infinite loop on exit if tty is not there anymore | Denis Vlasenko | |
2007-04-21 | hush: make Ctrl-Z work (at least sometimes) | Denis Vlasenko | |
2007-04-21 | hush: fix more backgrounding bugs. Plenty of them remains still. | Denis Vlasenko | |
2007-04-21 | hush: explain why "pipe; exit $?" doesn't show correct exitcode | Denis Vlasenko | |
2007-04-21 | hush: begin fixing non-functional job control | Denis Vlasenko | |
2007-04-14 | msh: style fixes | Denis Vlasenko | |
shell/README - a place to record things about busybox shells |