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-vars
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
4
-40
/
+52
*
ash: fix var_leak.tests so that it actually catches the NOFORK bug
Denys Vlasenko
2010-05-18
2
-1
/
+7
*
ash: fix var_leak testcase
Denys Vlasenko
2010-05-18
2
-6
/
+16
*
ash: fix ${var/s/r} handling, add testcase.
Denis Vlasenko
2008-06-14
2
-0
/
+61
*
ash: add another testsuite entry ("leaking variables" bug)
Denis Vlasenko
2008-04-13
2
-0
/
+11
*
ash: a bit more complete POSIX subst testsuite entry
Denis Vlasenko
2008-04-12
2
-2
/
+17
*
ash: add testsuite entry for POSIX-mandated ${var#word} ${var##word}
Denis Vlasenko
2008-04-12
2
-0
/
+23
*
ash: support for && and || in [[ expr ]]; add testsuite checks
Denis Vlasenko
2008-03-25
4
-0
/
+66
*
ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947.
Denis Vlasenko
2008-02-15
4
-0
/
+22