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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
ash: fix obscure case of replacing + globbing + backslashes
Denys Vlasenko
2010-06-26
2
-0
/
+31
*
ash: <> redir should not truncate
Andreas Bühmann
2010-06-24
2
-0
/
+6
*
ash: fix unset in standalone mode
Denys Vlasenko
2010-06-18
2
-0
/
+3
*
ash: fix redirection of fd 0 in scripts are sourced from interactive ash
Denys Vlasenko
2010-06-03
2
-3
/
+3
*
ash: fix var_leak.tests so that it actually catches the NOFORK bug
Denys Vlasenko
2010-05-18
2
-1
/
+7
*
ash: fix bug which causes signal6.tests to fail
Denys Vlasenko
2010-05-18
1
-1
/
+0
*
ash: fix var_leak testcase
Denys Vlasenko
2010-05-18
2
-6
/
+16
*
ash: fix testsuite false positives
Denys Vlasenko
2010-05-18
3
-3
/
+3
*
ash: fix ". empty_file" exitcode. +5 bytes
Denys Vlasenko
2010-05-17
1
-1
/
+0
*
fix false positive in signal5.tests
Denys Vlasenko
2010-05-17
2
-5
/
+6
*
add two more tests which currently fail
Denys Vlasenko
2010-05-17
2
-0
/
+5
*
ash: fix signal5.tests
Denys Vlasenko
2010-05-17
1
-1
/
+0
*
ash: add two testcases for (not yet fixed) ash bugs
Denys Vlasenko
2010-05-17
4
-0
/
+31
*
ash: trap with bad signal name should not abort
Denys Vlasenko
2010-03-26
2
-0
/
+9
*
fix bug 1087. Fix by Leonid (lly.dev AT gmail.com)
Denys Vlasenko
2010-02-21
2
-0
/
+6
*
shell: split read builtin from ash
Denys Vlasenko
2010-01-12
2
-0
/
+10
[prev]
[next]