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
/
hush_test
Age
Commit message (
Expand
)
Author
2020-02-17
ash: parser: Only accept single-digit parameter expansion outside of braces
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
hush: adopt ash's quote_in_varexp1.tests
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: fix IFS handling in read
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-10
hush: fix handling of \<eof> in double-quoted strings
Denys Vlasenko
2018-04-10
hush: fix eval 'echo ok\'
Denys Vlasenko
2018-04-05
hush: fix a few more corner cases with empty-expanding `cmds`
Denys Vlasenko
2018-04-05
hush: fix corner cases with exec in empty expansions
Denys Vlasenko
2018-04-05
hush: fix a bug where we don't properly handle f() { a=A; b=B; }; a= f
Denys Vlasenko
2018-04-04
hush: fix for readonly vars in "ro=A ro=B cmd" case
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
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: Add syntax stack for recursive parsing
Denys Vlasenko
2018-04-01
hush: add a comment where we differ from bash wrt heredoc EOF mark handling
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
2018-03-31
shells: fix var_LINENO1.tests false positive, add it to ash tests too
Denys Vlasenko
2018-03-31
ash: use pgetc_eatbnl() in more places
Denys Vlasenko
2018-03-30
ash,hush: new test dollar_repl_slash_bash2.tests
Denys Vlasenko
2018-03-28
ash,hush: fix "saved" redirected fds still visible in children
Denys Vlasenko
2018-03-02
hush: fix a='a\\'; echo "${a%\\\\}"
Denys Vlasenko
2018-03-02
shell: tweak bkslash_in_varexp.tests, add bkslash_in_varexp1.tests
Denys Vlasenko
2018-03-02
shell: two new tests, both fail for ash and hush
Denys Vlasenko
2018-02-13
ash : fix double-quoted "\z" handling
Denys Vlasenko
[next]