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: do not accept "if() { echo; }" function def
Denys Vlasenko
2017-08-02
2
-0
/
+12
*
hush: fix "true | func_with_return" not allowing return.
Denys Vlasenko
2017-07-31
4
-0
/
+8
*
hush: functions have priority over builtins (!)
Denys Vlasenko
2017-07-31
2
-0
/
+10
*
ash: significant overhaul of redirect saving logic
Denys Vlasenko
2017-07-31
5
-2
/
+15
*
hush: fix handling of empty heredoc EOF marker
Denys Vlasenko
2017-07-29
2
-0
/
+18
*
shell: remove ${#+} tests, it is not a valid construct
Denys Vlasenko
2017-07-26
2
-3
/
+8
*
hush: fix ${##}, ${#?}, ${#!} handling
Denys Vlasenko
2017-07-26
3
-1
/
+43
*
ash: [VAR] Move unsetvar functionality into setvareq
Denys Vlasenko
2017-07-25
2
-4
/
+7
*
ash: import param_expand_default.tests from hush
Denys Vlasenko
2017-07-25
1
-2
/
+4
*
hush: treat ${#?} as "length of $?"
Denys Vlasenko
2017-07-25
2
-2
/
+2
*
ash: add a few tests from hush-vars/*
Denys Vlasenko
2017-07-25
4
-23
/
+32
*
shell: some additions to *sh-misc/* tests
Denys Vlasenko
2017-07-24
1
-0
/
+4
*
hush: fix a case when redirect to a closed fd #1 is not restoring (closing) it
Denys Vlasenko
2017-07-24
2
-0
/
+8
*
shell: optional support for read -t N.NNN, closes 10101
Denys Vlasenko
2017-07-20
2
-0
/
+17
*
hush: fix readonly2.tests failure
Denys Vlasenko
2017-07-18
2
-0
/
+2
*
hush: another testcase for "READONLY_VAR=VAL BLTIN ..."
Denys Vlasenko
2017-07-18
4
-5
/
+27
*
hush: do not assign to readonly VAR in "VAR=VAL CMD" syntax too
Denys Vlasenko
2017-07-18
2
-11
/
+25
*
hush: add readonly testcase, fix fallout
Denys Vlasenko
2017-07-18
2
-0
/
+36
*
hush: support ${VAR:N:-M}
Denys Vlasenko
2017-07-17
2
-0
/
+47
*
shell: and_or_and_backgrounding.tests is no longer "UNFIXED BUG"
Denys Vlasenko
2017-07-15
1
-1
/
+0
*
hush: fix and_or_and_backgrounding.tests failure
Denys Vlasenko
2017-07-15
2
-0
/
+0
*
hush: add support for "set -e"
Denys Vlasenko
2017-07-14
6
-0
/
+51
*
hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?"
Denys Vlasenko
2017-07-07
2
-0
/
+8
*
hush: fix two redirection testcase failures
Denys Vlasenko
2017-07-07
2
-4
/
+2
*
shell: sync redir/* tests
Denys Vlasenko
2017-07-06
2
-0
/
+5
*
hush: add a TODO about redir3.tests failure
Denys Vlasenko
2017-07-06
2
-0
/
+8
*
hush: rename hush-redir/redir3.tests (ash has redir3.tests which id different)
Denys Vlasenko
2017-07-06
2
-0
/
+0
*
hush: Print error messages on shift -1
Denys Vlasenko
2017-07-06
2
-0
/
+20
*
typo fix
Denys Vlasenko
2017-07-06
1
-1
/
+1
*
hush: implement negative start in the ${v: -n[:m]} idiom
Denys Vlasenko
2017-07-06
2
-0
/
+17
*
hush: "adopt" ash var-utf8-length.tests
Denys Vlasenko
2017-07-06
2
-0
/
+5
*
hush: "adopt" ash signal4.tests
Denys Vlasenko
2017-07-06
2
-0
/
+9
*
shell: remove duplicate sigint1.tests (another copies are in signals/)
Denys Vlasenko
2017-07-06
2
-42
/
+0
*
hush: add tickquote1.tests from ash testsuite
Denys Vlasenko
2017-07-06
2
-0
/
+3
*
shell: syncronize ash and hush heredoc1.tests
Denys Vlasenko
2017-07-06
2
-0
/
+4
*
shell: syncronize ash_test/run-all and hush_test/run-all a bit
Denys Vlasenko
2017-07-06
1
-23
/
+28
*
hush: fix quoted_punct.tests failure
Denys Vlasenko
2017-07-05
2
-0
/
+76
*
ash: fix matching of unicode greek letter rho (cf 81) and similar cases
Denys Vlasenko
2017-07-05
2
-0
/
+34
*
ash,hush: fix SIGCHLD interrupting read builtin
Denys Vlasenko
2017-05-22
2
-0
/
+6
*
Spelling fixes in comments, documentation, tests and examples
Denys Vlasenko
2017-04-17
1
-1
/
+1
*
hush: fix a bug in argv restoration after sourcing a file
Denys Vlasenko
2017-01-09
2
-0
/
+16
*
ash: fix open fds leaking in redirects. Closes 9561
Denys Vlasenko
2017-01-07
2
-0
/
+16
*
ash: fix error code regression
Ron Yorston
2017-01-03
2
-0
/
+16
*
hush: rework "wait %jobspec" to work in non-interactive shells too
Denys Vlasenko
2016-11-08
4
-0
/
+10
*
hush: allow { cmd } to not be terminated by semicolon in some cases
Denys Vlasenko
2016-11-04
2
-0
/
+16
*
hush: fix "wait PID"
Denys Vlasenko
2016-10-28
6
-0
/
+16
*
ash: [PARSER] Recognise here-doc delimiters terminated by EOF
Denys Vlasenko
2016-10-26
4
-0
/
+10
*
ash: [PARSER] Fix parsing of ${##1}
Denys Vlasenko
2016-10-26
2
-0
/
+10
*
typo fixes
Denys Vlasenko
2016-10-26
1
-2
/
+2
*
sh testsuite: add tests for exitcode on failure to exec
Denys Vlasenko
2016-10-03
4
-0
/
+8
[prev]
[next]