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
/
hush-quoting
Age
Commit message (
Expand
)
Author
2018-08-05
hush: adopt ash's quote_in_varexp1.tests
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
hush: fix "$v" expansion in case patterns when v='[a]'
Denys Vlasenko
2018-04-02
hush: fix a backslash-removal bug in case
Denys Vlasenko
2018-04-02
ash: parser: Add syntax stack for recursive parsing
Denys Vlasenko
2018-03-30
ash,hush: new test dollar_repl_slash_bash2.tests
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
2017-07-05
hush: fix quoted_punct.tests failure
Denys Vlasenko
2017-07-05
ash: fix matching of unicode greek letter rho (cf 81) and similar cases
Denys Vlasenko
2016-10-02
hush testsuite: add many tests from ash testsuite
Denys Vlasenko