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
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
2018-01-28
shell: handle $((NUM++...) like bash does. Closes 10706
Denys Vlasenko
2018-01-25
hush: fix two corner cases in ${v/pattern/repl}. Closes 10686
Denys Vlasenko
2018-01-19
hush: implement $LINENO bashism
Denys Vlasenko
2018-01-13
shell: echo ${?:0} was fixed sometime ago, enable it in tests
Denys Vlasenko
2018-01-13
hush: fix raw ^C handlisg in single-quoted strings
Denys Vlasenko
2018-01-12
hush: add command2.tests from ash tests
Denys Vlasenko
2018-01-11
hush: fix handling of ^C in eval
Denys Vlasenko
2018-01-11
hush: fix handling of raw ^C in scripts: "echo ^C"
Denys Vlasenko
2017-11-03
ash: fix nofork bug where environment is not properly passed to a command
Denys Vlasenko
2017-10-22
hush: fix comment parsing in `cmd`, closes 10421
Denys Vlasenko
2017-08-29
hush: fix false positive in unset.tests
Denys Vlasenko
2017-08-29
hush: fix "getopts" builtin to not be upset by other builtins calling getopt()
Denys Vlasenko
[prev]
[next]