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
2019-04-16
ash: an unset dynamic variable should not be dynamic
Ron Yorston
2019-04-16
hush: add bash-compatible EPOCH variables
Ron Yorston
2019-04-02
ash: distinguish 'wait -n' from other bashisms
Ron Yorston
2019-03-27
hush: fix "wait -n" to wait for a _job_, not a _process_
Denys Vlasenko
2019-03-27
ash: add "wait -n" bashism
Denys Vlasenko
2019-03-26
hush: add "wait -n" bashism
Denys Vlasenko
2019-02-25
ash: eval: avoid leaking memory associated with redirections. Closes 7748
Ron Yorston
2018-12-28
config: update size information
Denys Vlasenko
2018-12-27
randomconfig fixes
Denys Vlasenko
2018-12-08
inetd: suppress aliasing warning
Denys Vlasenko
2018-12-08
suppress gcc 8 aliasing warnings
Denys Vlasenko
2018-11-27
hush: allow hush to run embedded scripts
Ron Yorston
2018-11-20
ash: reset tokpushback before prompting while parsing heredoc
Christoph Schulz
2018-11-17
Treat custom and applet scripts as applets
Ron Yorston
2018-11-16
ash: ensure variables are fully initialised when unset
Ron Yorston
2018-11-14
hush: correct description for HUSH_TICK config option
Ron Yorston
2018-11-06
ash: minor fixes
Ron Yorston
2018-11-01
ash: fix thinko in last commit
Denys Vlasenko
2018-11-01
ash: in tryexec(), ensure we don't try to run embedded scripts as applets
Ron Yorston
2018-11-01
ash: recognize embedded scripts in SH_STANDALONE mode
Ron Yorston
2018-11-01
claenups for previous commit
Denys Vlasenko
2018-11-01
ash: allow shell scripts to be embedded in the binary
Denys Vlasenko
2018-08-14
hush: tweak comment, no code changes
Denys Vlasenko
2018-08-11
hush: add a comment on how globbing (should) work
Denys Vlasenko
2018-08-07
ash: expand: Do not quote backslashes in unquoted parameter expansion
Denys Vlasenko
2018-08-05
hush: adopt ash's quote_in_varexp1.tests
Denys Vlasenko
2018-08-05
ash: exec: Return 126 on most errors in shellexec
Denys Vlasenko
2018-08-05
ash: eval: Restore input files in evalcommand
Denys Vlasenko
2018-08-05
ash: parser: Fix parsing of ${}
Denys Vlasenko
2018-08-05
ash,hush: fold shell_builtin_read() way-too-many params into a struct param
Denys Vlasenko
2018-08-05
hush: set IFS to default on startup
Denys Vlasenko
2018-08-05
hush: fix fallout from FILE->HFILE conversion
Denys Vlasenko
2018-08-05
ash: expand: Fix ghost fields with unquoted $@/$*
Denys Vlasenko
2018-08-05
ash: var: Set IFS to fixed value at start time
Denys Vlasenko
2018-08-05
ash: eval: Variable assignments on functions are no longer persistent
Denys Vlasenko
2018-08-04
ash,hush: properly handle ${v//pattern/repl} if pattern starts with /
Denys Vlasenko
2018-07-31
hush: speed up ${var:+ARG} for literal ARGs
Denys Vlasenko
2018-07-28
hush: fix another case where empty "for" wasn't setting exitcode to 0
Denys Vlasenko
2018-07-28
hush: disable debug_indent increment/decrement for HUSH_DEBUG < 2 builds
Denys Vlasenko
2018-07-28
hush: make "set -x" output don't redirectable when fd#2 redirected
Denys Vlasenko
2018-07-27
hush: make "set -x" output closer to bash
Denys Vlasenko
2018-07-27
hush: fix "set -x" output prefix overlapping for v="..`cmd`.." case
Denys Vlasenko
2018-07-27
hush: in some cases, expand_on_ifs() relied of uninitialized memory
Denys Vlasenko
2018-07-26
hush: improve set -x: make "+++" indent level increase in `cmd` and eval.
Denys Vlasenko
2018-07-24
hush: fix/explain corner cases of redirection colliding with script fd
Denys Vlasenko
2018-07-24
hush: add "heredoc.tests" from ash, tweak ash "is a function" message
Denys Vlasenko
2018-07-24
hush: fix nested redirects colliding with script fds
Denys Vlasenko
2018-07-24
hush: handle backslash-newline in heredoc terminators
Denys Vlasenko
2018-07-24
hush: fix handling of heredocs not enclosed in groups where they are "declared"
Denys Vlasenko
2018-07-23
hush: fix heredoc handling in the "cmd <<EOF ;<newline>" case
Denys Vlasenko
[prev]
[next]