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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
ash_test
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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: fix handling of NULs in $'abc\000def\x00asd'. Closes 9286
Denys Vlasenko
2016-09-25
2
-0
/
+16
*
ash: exit after subshell error when errexit option is set
Rostislav Skudnov
2016-09-17
2
-0
/
+6
*
ash: fix handling of ${VAR: -2}
Denys Vlasenko
2016-07-25
2
-0
/
+17
*
ash: do not leave SIGQUIT ignored on "exec CMD"
Denys Vlasenko
2016-07-16
2
-0
/
+6
*
ash: bash-compatible $'...' shouldn't expand in double quotes
Ron Yorston
2016-04-15
4
-0
/
+6
*
ash_test: ignore generated files
Mike Frysinger
2016-03-22
1
-0
/
+7
*
ash_test: printenv: fix missing includes
Mike Frysinger
2016-03-22
1
-0
/
+1
*
ash: fix corruption of ${#var} if $var contains UTF-8 characters
Ron Yorston
2016-03-22
2
-0
/
+3
*
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: fix error during recursive processing of here document
Ron Yorston
2015-10-29
2
-0
/
+10
*
ash tests: make test print test name before it is run
Denys Vlasenko
2015-10-29
1
-2
/
+4
*
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
*
ash: add test for issue with here document
Ron Yorston
2015-10-29
2
-0
/
+9
*
ash,hush: add a test which fails for ash since commit 549deab
Denys Vlasenko
2015-09-04
2
-0
/
+4
*
ash: add tests adapted from hush glob tests. glob2.tests currently fails
Denys Vlasenko
2015-09-04
8
-0
/
+76
*
fix file mode
Denys Vlasenko
2015-07-13
1
-0
/
+0
*
ash: remove parsebackquote flag
Ron Yorston
2015-07-13
2
-0
/
+2
*
testsuite: add some tests for ash
Ron Yorston
2015-05-18
10
-0
/
+15
*
ash: move parse-time quote flag detection to run-time
Ron Yorston
2015-05-18
4
-0
/
+6
*
ash: remove arithmetic expansion collapsing at parse time
Ron Yorston
2015-05-18
2
-0
/
+5
*
ash: do not expand tilde in parameter expansion within quotes
Ron Yorston
2015-05-18
2
-0
/
+3
*
ash: perform tilde expansion in all parameter expansion words
Ron Yorston
2015-05-18
2
-0
/
+3
*
ash: fix handling of duplicate "local"
Denys Vlasenko
2015-04-18
3
-1
/
+7
*
ash: fix a SEGV case in an invalid heredoc
Denys Vlasenko
2015-02-05
2
-0
/
+4
*
ash: make "locak VAR" unset VAR (bash does that)
Denys Vlasenko
2014-03-16
2
-0
/
+15
*
ash: fix a bug in >${varexp} handling. Closes 5282
Denys Vlasenko
2012-06-09
2
-0
/
+13
*
slightly better wording in comments
Denys Vlasenko
2011-02-21
1
-2
/
+2
*
ash: fix ash-signals/signal8 testcase failure
Denys Vlasenko
2011-02-21
2
-0
/
+42
*
echo: do not retry on write errors
Denys Vlasenko
2011-02-07
3
-0
/
+10
*
whitespace cleanup
Denys Vlasenko
2010-10-29
2
-13
/
+5
*
ash: fix signal and "set -e" interaction
Denys Vlasenko
2010-09-25
4
-0
/
+45
*
shell/math: deconvolute and explain ?: handling. Give better error message
Denys Vlasenko
2010-09-16
1
-1
/
+1
*
shell/math: return string error indicator, not integer
Denys Vlasenko
2010-09-15
1
-28
/
+28
*
hush: add support for ${var/pattern/repl}, conditional on bash compat
Denys Vlasenko
2010-09-05
1
-7
/
+0
*
hush: fix handling of backslashes in variable assignment
Denys Vlasenko
2010-09-04
1
-2
/
+2
*
ash: add another ${v/a/b} test we currently fail
Denys Vlasenko
2010-08-30
2
-0
/
+15
*
ash: fix another bit of var_bash4 bug
Denys Vlasenko
2010-08-07
2
-2
/
+2
*
var_bash4.tests: better wording in comment
Denys Vlasenko
2010-08-06
1
-4
/
+4
*
update var_bash4 test. one more bug revealed by it now...
Denys Vlasenko
2010-08-06
2
-8
/
+68
*
ash: extend var_bash4.tests; nocode changes
Denys Vlasenko
2010-08-05
2
-2
/
+7
*
ash: add a testcase for bug 2281 (currently fails). Small code cleanups.
Denys Vlasenko
2010-08-05
5
-40
/
+52
*
ash: fix $! value when traps are set
Alexander Shishkin
2010-07-25
2
-0
/
+19
[prev]
[next]