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
Age
Commit message (
Expand
)
Author
2009-05-21
hush_test: update test output to match new getopt() output
Mike Frysinger
2009-05-21
hush_test: ignore generated files
Mike Frysinger
2009-05-20
hush: fix build failure when jobs are disabled
Mike Frysinger
2009-05-13
TODO: add some
Denys Vlasenko
2009-05-04
hush: small fix for unset -f on NOMMU.
root
2009-05-04
hush: add more complex case to leak testcase, fix found breakage
Denys Vlasenko
2009-05-04
hush: fix bug where in "var=val func" var's value is not visible in func
Denys Vlasenko
2009-05-03
hush: fix \<newline> handling
Denys Vlasenko
2009-05-02
hush: fix handling of unterminated subshell: (<eof>. Fixes bug 229.
Denys Vlasenko
2009-05-02
hush: fix multiple redirections of the same fd (bug 227)
Denys Vlasenko
2009-05-02
hush: make . cmd search $PATH
Denys Vlasenko
2009-04-30
git commit test
Denys Vlasenko
2009-04-27
hush: make it possible to have interactive shell on non-ctty.
Denis Vlasenko
2009-04-26
make leak test more robust by unsetting all vars
Denis Vlasenko
2009-04-26
hush: make getopt32 usable in builtins. use it in unset.
Denis Vlasenko
2009-04-26
hush: nommu fix for function passing
Denis Vlasenko
2009-04-26
hush: fix SEGV in % expansion
Denis Vlasenko
2009-04-24
do not tell people they can enter "help" if help has actually been disabled
Mike Frysinger
2009-04-24
use get_local_var_value() rather than getenv() when working with PS1/PS2/HOME...
Mike Frysinger
2009-04-21
switch_root: improve behavior on error; improve help text
Denis Vlasenko
2009-04-21
hush: speed up set_local_var
Denis Vlasenko
2009-04-21
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-20
hush: export -n support
Denis Vlasenko
2009-04-20
hush: add two testcases
Denis Vlasenko
2009-04-20
hush: fix stdin of backgrounded pipe
Denis Vlasenko
2009-04-19
hush: fix "export not_yet_defined_var", fix parsing of "cmd | }"
Denis Vlasenko
2009-04-19
same as previous, but -100 bytes
Denis Vlasenko
2009-04-19
hush: fix handling of } which is not a closing one in { cmd; }
Denis Vlasenko
2009-04-18
fix build errors when function support is turned off
Mike Frysinger
2009-04-18
hush: fix thinko in error msg
Denis Vlasenko
2009-04-18
hush: fix "trap -- handler SIGs..."; escape handlers in "trap" output
Denis Vlasenko
2009-04-18
hush: fix thinko in unset_func
Denis Vlasenko
2009-04-18
hush: implement unset -f; beautify the handling of signal-killed pipe
Denis Vlasenko
2009-04-18
hush: deal with umask TODO (symbolic modes)
Denis Vlasenko
2009-04-18
hush: implement proper SIGHUP handling
Denis Vlasenko
2009-04-17
builtin_return's parameter is not unused
Denis Vlasenko
2009-04-17
hush: return builtin by Bayram Kurumahmut (kbayram AT ubicom.com)
Denis Vlasenko
2009-04-17
hush: set $n properly for "source" builtin
Denis Vlasenko
2009-04-17
hush: fix non-interactive response to pipe being stopped.
Denis Vlasenko
2009-04-17
hush: unblock TERM, INT, HUP in child shells too.
Denis Vlasenko
2009-04-17
hush: disallow "{echo hi; }" (require whitespace)
Denis Vlasenko
2009-04-16
hush: add a TODO
Denis Vlasenko
2009-04-16
hush: fix "if { echo foo; } then { echo bar; } fi" parsing
Denis Vlasenko
2009-04-15
hush: stop ignoring ^Z in child shells
Denis Vlasenko
2009-04-15
hush: remove old disabled ^Z handling
Denis Vlasenko
2009-04-15
hush: fix heredoc_huge.tests broken in last commits
Denis Vlasenko
2009-04-15
hush: remove TODO comment itself :)
Denis Vlasenko
2009-04-15
hush: deal with a TODO: move argv_from_re_execing out of globals
Denis Vlasenko
2009-04-14
randomconfig fixes
Denis Vlasenko
2009-04-13
hush: make function support configurable
Denis Vlasenko
[prev]
[next]