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
/
ash_test
Age
Commit message (
Expand
)
Author
2020-12-25
typo fix
Denys Vlasenko
2020-12-25
hush: fix this case: echo "SCRIPT" | hush
Denys Vlasenko
2020-10-24
hush: output bash-compat killing signal names
Denys Vlasenko
2020-09-29
shell: add testsuite for "wait $pid" waiting for other tasks
Denys Vlasenko
2020-07-31
shell: Fix "read -d ''" behavior
Christian Eggers
2020-02-26
shells: fix exitcode_trapN tests to avoid races
Denys Vlasenko
2020-02-22
ash: Expand here-documents in the current shell environment
Denys Vlasenko
2020-02-21
ash: expand: Ensure result is escaped in cvtnum
Denys Vlasenko
2020-02-21
hush: make "exit" in trap use pre-trap exitcode - fix for nested trap
Denys Vlasenko
2020-02-20
hush: implement "return NUM in trap sets $? after trap"
Denys Vlasenko
2020-02-20
ash: eval: Fail immediately with redirections errors for simple command
Denys Vlasenko
2020-02-19
ash,hush: testcase for "exit" without arguments in a trap
Denys Vlasenko
2020-02-17
ash: expand: Fix trailing newlines processing in backquote expanding
Denys Vlasenko
2020-02-17
ash: parser: Only accept single-digit parameter expansion outside of braces
Denys Vlasenko
2020-02-16
ash: [BUILTIN] Exit without arguments in a trap should use status outside traps
Denys Vlasenko
2019-11-01
hush: restore redirected stdin
Denys Vlasenko
2019-05-19
hush: remove test for "echo ${-}" errorring out - now it works
Denys Vlasenko
2019-05-15
hush: fix quoted "${notexist-}" expansion to not disappear
Denys Vlasenko
2019-05-14
shells: add tests for backslashes in export VAR=VAL
Denys Vlasenko
2018-08-07
ash: expand: Do not quote backslashes in unquoted parameter expansion
Denys Vlasenko
2018-08-05
ash: expand: Fix ghost fields with unquoted $@/$*
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-28
hush: fix another case where empty "for" wasn't setting exitcode to 0
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
2018-07-23
hush: fix handling of heredocs starting with empty lines
Denys Vlasenko
2018-07-20
hush: never glob result of dquoted "${v:+/bin/c*}"
Denys Vlasenko
2018-07-20
hush: fix handling of '' in ${var:+ARG}
Denys Vlasenko
2018-07-20
hush: fix word splitting in ${v:+ARG} - dollar_altvalue1 test
Denys Vlasenko
2018-07-17
hush: improve ${var#...}, ${var:+...} and ${var/.../...} - handle quoting
Denys Vlasenko
2018-04-11
shell: add 6856 $IFS tests to testsuites
Denys Vlasenko
2018-04-11
hush: fix recent breakage from parse_stream() changes
Denys Vlasenko
2018-04-11
hush: IFS fixes
Denys Vlasenko
2018-04-11
hush: fix "$v" expansion in case patterns when v='[a]'
Denys Vlasenko
2018-04-11
ash: parser: Allow newlines within parameter substitution
Denys Vlasenko
2018-04-11
hush: do not drop backslash from eval 'echo ok\'
Denys Vlasenko
2018-04-05
hush: fix corner cases with exec in empty expansions
Denys Vlasenko
2018-04-03
hush: support "f() (cmd)" functions
Denys Vlasenko
2018-04-03
hush: fix "set -e; false || x=1; echo OK"
Denys Vlasenko
2018-04-02
ash: parser: Fix parameter expansion inside inner double quotes
Denys Vlasenko
2018-04-02
hush: fix a backslash-removal bug in case
Denys Vlasenko
2018-04-02
ash: expand: Fix bugs with words connected to the right of $@
Denys Vlasenko
2018-04-02
ash: parser: Fix single-quoted patterns in here-documents
Denys Vlasenko
2018-04-02
ash: parser: Add syntax stack for recursive parsing
Denys Vlasenko
2018-04-01
parser: Fix backquote support in here-document EOF mark
Denys Vlasenko
2018-04-01
ash,hush: handle a few more bkslash-newline cases
Denys Vlasenko
[next]