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
*
ash: update testsuite (we now error out on ${#=})
Denys Vlasenko
2017-08-14
1
-1
/
+1
*
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
3
-1
/
+58
*
ash: import param_expand_default.tests from hush
Denys Vlasenko
2017-07-25
2
-0
/
+30
*
hush: treat ${#?} as "length of $?"
Denys Vlasenko
2017-07-25
2
-0
/
+104
*
ash: add a few tests from hush-vars/*
Denys Vlasenko
2017-07-25
6
-0
/
+251
*
ash: suppress readonly1.tests false positive; add readonly0.tests
Denys Vlasenko
2017-07-21
4
-4
/
+62
*
ash: more general format ${var:EXPR:EXPR}
Denys Vlasenko
2017-07-17
2
-0
/
+47
*
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
/
+14
*
hush: "adopt" ash var-utf8-length.tests
Denys Vlasenko
2017-07-06
1
-0
/
+2
*
ash: fix interactive "command eval STRING" exiting on errors.
Denys Vlasenko
2016-10-28
2
-0
/
+9
*
ash: [PARSER] Fix parsing of ${##1}
Denys Vlasenko
2016-10-26
2
-0
/
+10
*
ash testsuite: add most of hust tests which pass for ash
Denys Vlasenko
2016-10-03
22
-0
/
+170
*
sh testsuite: sync ash-vars/ and hush-vars/
Denys Vlasenko
2016-10-02
8
-20
/
+39
*
ash testsuite: update some of variable tests with newer versions from hush
Denys Vlasenko
2016-10-02
6
-25
/
+156
*
ash: expand: Fixed "$@" expansion when EXP_FULL is false
Denys Vlasenko
2016-10-02
2
-0
/
+37
*
ash: [EXPAND] Do not split quoted VSLENGTH and VSTRIM
Denys Vlasenko
2016-10-01
4
-0
/
+33
*
ash: [EXPAND] Split unquoted $@/$* correctly when IFS is set but empty
Denys Vlasenko
2016-10-01
2
-0
/
+46
*
shell testsuite: add trailing newline to var_unbackslash1.tests
Denys Vlasenko
2016-09-29
1
-1
/
+1
*
ash: fix arithmetic closing )) split by backslash-newline
Denys Vlasenko
2016-09-29
2
-0
/
+24
*
hush: rework input char buffering to allow more than one-deep peek
Denys Vlasenko
2016-09-29
8
-0
/
+159
*
ash: fix handling of ${VAR: -2}
Denys Vlasenko
2016-07-25
2
-0
/
+17
*
ash: fix corruption of ${#var} if $var contains UTF-8 characters
Ron Yorston
2016-03-22
2
-0
/
+3
*
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
2
-0
/
+6
*
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