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
/
ash_test
/
ash-misc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
shell: some additions to *sh-misc/* tests
Denys Vlasenko
2017-07-24
6
-0
/
+30
*
hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?"
Denys Vlasenko
2017-07-07
2
-0
/
+8
*
hush: Print error messages on shift -1
Denys Vlasenko
2017-07-06
1
-1
/
+1
*
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
1
-1
/
+1
*
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 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
*
ash testsuite: fix false positives
Denys Vlasenko
2016-10-07
2
-2
/
+2
*
sh testsuite: add tests for exitcode on failure to exec
Denys Vlasenko
2016-10-03
4
-0
/
+8
*
ash testsuite: add most of hust tests which pass for ash
Denys Vlasenko
2016-10-03
76
-0
/
+607
*
sh testsuite: sync ash-misc/source* and hush-misc/source*
Denys Vlasenko
2016-10-02
2
-0
/
+12
*
ash: fix "return N" not setting $? in loop conditionals
Denys Vlasenko
2016-10-01
2
-0
/
+13
*
hush: fix 'eval ""' handling
Denys Vlasenko
2016-09-29
2
-0
/
+7
*
hush: fix ". EMPTY_LINE" not setting $? to 0
Denys Vlasenko
2016-09-29
2
-0
/
+8
*
ash: [EVAL] Make eval with empty arguments return 0
Denys Vlasenko
2016-09-29
2
-0
/
+5
*
ash: eval: Return status in eval functions
Denys Vlasenko
2016-09-28
2
-0
/
+4
*
ash: exit after subshell error when errexit option is set
Rostislav Skudnov
2016-09-17
2
-0
/
+6
*
ash: add support for bash 'function' keyword
Ron Yorston
2015-11-04
2
-0
/
+40
*
hush-misc/func_args1.tests: remove "UNFIXED BUG", it does not fail
Denys Vlasenko
2015-11-04
1
-1
/
+0
*
ash: copy function tests from hush testsuite
Ron Yorston
2015-11-04
16
-0
/
+119
*
ash: add tests for failures of the exec and command builtins
Ron Yorston
2015-10-30
4
-0
/
+13
*
ash: only allow local variables in functions
Ron Yorston
2015-10-29
2
-0
/
+2
*
ash: respect -p flag when command builtin is run with -v/-V
Ron Yorston
2015-10-29
2
-0
/
+2
*
ash: allow newline after variable name in for loop
Ron Yorston
2015-10-29
2
-0
/
+6
*
fix file mode
Denys Vlasenko
2015-07-13
1
-0
/
+0
*
ash: remove parsebackquote flag
Ron Yorston
2015-07-13
2
-0
/
+2
*
ash: make "locak VAR" unset VAR (bash does that)
Denys Vlasenko
2014-03-16
2
-0
/
+15
*
echo: do not retry on write errors
Denys Vlasenko
2011-02-07
2
-0
/
+9
*
ash: fix ". empty_file" exitcode. +5 bytes
Denys Vlasenko
2010-05-17
1
-1
/
+0
*
ash: add two testcases for (not yet fixed) ash bugs
Denys Vlasenko
2010-05-17
2
-0
/
+5
*
fix bug 1087. Fix by Leonid (lly.dev AT gmail.com)
Denys Vlasenko
2010-02-21
2
-0
/
+6
*
ash: fix . builtin
Denys Vlasenko
2009-06-14
2
-0
/
+7
*
ash: better fix for ash -c 'echo 5&' and ash -c 'sleep 5&'
Denis Vlasenko
2008-11-28
2
-0
/
+10
*
ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1"
Denis Vlasenko
2008-07-30
2
-0
/
+19