index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
hush_test
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hush: fix handling of \^C and "^C"
Denys Vlasenko
2021-11-23
4
-0
/
+6
*
typo fix
Denys Vlasenko
2020-12-25
1
-1
/
+1
*
hush: fix this case: echo "SCRIPT" | hush
Denys Vlasenko
2020-12-25
2
-0
/
+5
*
hush: fix fallout from tweaking ${var:START:LEN} code
Denys Vlasenko
2020-12-23
2
-0
/
+3
*
hush: document bugs in [[ =~ ]] comparison
Denys Vlasenko
2020-11-01
4
-0
/
+28
*
hush: add tests for unquoted < > in [[ ]]
Denys Vlasenko
2020-10-31
2
-0
/
+5
*
shell: better support of [[ ]] bashism
Denys Vlasenko
2020-10-31
10
-0
/
+79
*
hush: output bash-compat killing signal names
Denys Vlasenko
2020-10-24
6
-5
/
+53
*
hush: do not print killing signal name in `cmd_whihc_dies_on_signal`
Denys Vlasenko
2020-10-24
2
-0
/
+2
*
shell: add testsuite for "wait $pid" waiting for other tasks
Denys Vlasenko
2020-09-29
2
-0
/
+9
*
shell: Fix "read -d ''" behavior
Christian Eggers
2020-07-31
2
-0
/
+2
*
shells: fix exitcode_trapN tests to avoid races
Denys Vlasenko
2020-02-26
2
-4
/
+2
*
ash: expand: Ensure result is escaped in cvtnum
Denys Vlasenko
2020-02-21
2
-0
/
+10
*
hush: make "exit" in trap use pre-trap exitcode - fix for nested trap
Denys Vlasenko
2020-02-21
2
-0
/
+13
*
hush: implement "return NUM in trap sets $? after trap"
Denys Vlasenko
2020-02-20
6
-0
/
+34
*
ash,hush: testcase for "exit" without arguments in a trap
Denys Vlasenko
2020-02-19
2
-0
/
+10
*
ash: expand: Fix trailing newlines processing in backquote expanding
Denys Vlasenko
2020-02-17
2
-0
/
+12
*
ash: parser: Only accept single-digit parameter expansion outside of braces
Denys Vlasenko
2020-02-17
2
-0
/
+7
*
hush: restore redirected stdin
Denys Vlasenko
2019-11-01
2
-0
/
+10
*
hush: remove test for "echo ${-}" errorring out - now it works
Denys Vlasenko
2019-05-19
2
-3
/
+0
*
hush: fix quoted "${notexist-}" expansion to not disappear
Denys Vlasenko
2019-05-15
2
-0
/
+7
*
shells: add tests for backslashes in export VAR=VAL
Denys Vlasenko
2019-05-14
2
-0
/
+3
*
ash: expand: Do not quote backslashes in unquoted parameter expansion
Denys Vlasenko
2018-08-07
2
-0
/
+14
*
hush: adopt ash's quote_in_varexp1.tests
Denys Vlasenko
2018-08-05
2
-0
/
+4
*
ash: expand: Fix ghost fields with unquoted $@/$*
Denys Vlasenko
2018-08-05
2
-0
/
+5
*
ash: eval: Variable assignments on functions are no longer persistent
Denys Vlasenko
2018-08-05
1
-1
/
+1
*
ash,hush: properly handle ${v//pattern/repl} if pattern starts with /
Denys Vlasenko
2018-08-04
2
-0
/
+5
*
hush: fix another case where empty "for" wasn't setting exitcode to 0
Denys Vlasenko
2018-07-28
2
-0
/
+6
*
hush: add "heredoc.tests" from ash, tweak ash "is a function" message
Denys Vlasenko
2018-07-24
2
-0
/
+117
*
hush: fix nested redirects colliding with script fds
Denys Vlasenko
2018-07-24
3
-0
/
+19
*
hush: handle backslash-newline in heredoc terminators
Denys Vlasenko
2018-07-24
2
-0
/
+5
*
hush: fix handling of heredocs not enclosed in groups where they are "declared"
Denys Vlasenko
2018-07-24
4
-0
/
+20
*
hush: fix heredoc handling in the "cmd <<EOF ;<newline>" case
Denys Vlasenko
2018-07-23
4
-0
/
+15
*
hush: fix handling of heredocs starting with empty lines
Denys Vlasenko
2018-07-23
2
-0
/
+6
*
hush: never glob result of dquoted "${v:+/bin/c*}"
Denys Vlasenko
2018-07-20
2
-0
/
+20
*
hush: fix handling of '' in ${var:+ARG}
Denys Vlasenko
2018-07-20
3
-0
/
+104
*
hush: fix word splitting in ${v:+ARG} - dollar_altvalue1 test
Denys Vlasenko
2018-07-20
2
-0
/
+41
*
hush: improve ${var#...}, ${var:+...} and ${var/.../...} - handle quoting
Denys Vlasenko
2018-07-17
9
-2
/
+72
*
shell: add 6856 $IFS tests to testsuites
Denys Vlasenko
2018-04-11
2
-0
/
+258
*
hush: fix recent breakage from parse_stream() changes
Denys Vlasenko
2018-04-11
2
-0
/
+5
*
hush: fix IFS handling in read
Denys Vlasenko
2018-04-11
2
-0
/
+18
*
hush: IFS fixes
Denys Vlasenko
2018-04-11
2
-0
/
+9
*
hush: fix "$v" expansion in case patterns when v='[a]'
Denys Vlasenko
2018-04-11
2
-0
/
+9
*
ash: parser: Allow newlines within parameter substitution
Denys Vlasenko
2018-04-11
2
-0
/
+11
*
hush: do not drop backslash from eval 'echo ok\'
Denys Vlasenko
2018-04-11
1
-1
/
+1
*
hush: fix handling of \<eof> in double-quoted strings
Denys Vlasenko
2018-04-10
2
-0
/
+6
*
hush: fix eval 'echo ok\'
Denys Vlasenko
2018-04-10
2
-0
/
+2
*
hush: fix a few more corner cases with empty-expanding `cmds`
Denys Vlasenko
2018-04-05
4
-0
/
+34
*
hush: fix corner cases with exec in empty expansions
Denys Vlasenko
2018-04-05
2
-0
/
+5
*
hush: fix a bug where we don't properly handle f() { a=A; b=B; }; a= f
Denys Vlasenko
2018-04-05
4
-0
/
+22
[next]