index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
README
Age
Commit message (
Expand
)
Author
2008-02-14
typo fix
Denis Vlasenko
2008-02-14
tar: do "short EOF" compat only if CONFIG_DESKTOP.
Denis Vlasenko
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
2007-05-25
hush: rework variable storage and environment handling.
Denis Vlasenko
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
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