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: don't read past end of var in subvareval for bash substitutions
Sören Tempel
2022-03-01
2
-0
/
+3
*
ash: LINENO starts from 0 in -c SCRIPT mode
Denys Vlasenko
2021-09-07
8
-33
/
+37
*
ash: fix LINENO in functions
Denys Vlasenko
2021-09-07
2
-0
/
+11
*
ahell: update testsuite
Denys Vlasenko
2021-07-25
6
-0
/
+29
*
ash: match bash behavior for ${empty_var/*/repl}
Denys Vlasenko
2021-01-09
1
-1
/
+1
*
ash: fix ${unset_var/pattern/repl}
Denys Vlasenko
2021-01-09
2
-0
/
+3
*
ash: parser: Only accept single-digit parameter expansion outside of braces
Denys Vlasenko
2020-02-17
2
-0
/
+7
*
hush: remove test for "echo ${-}" errorring out - now it works
Denys Vlasenko
2019-05-19
1
-1
/
+0
*
hush: fix quoted "${notexist-}" expansion to not disappear
Denys Vlasenko
2019-05-15
2
-0
/
+7
*
ash: expand: Fix ghost fields with unquoted $@/$*
Denys Vlasenko
2018-08-05
2
-0
/
+5
*
ash: eval: Variable assignments on functions are no longer persistent
Denys Vlasenko
2018-08-05
2
-4
/
+2
*
ash,hush: properly handle ${v//pattern/repl} if pattern starts with /
Denys Vlasenko
2018-08-04
2
-0
/
+5
*
hush: IFS fixes
Denys Vlasenko
2018-04-11
2
-0
/
+9
*
ash: parser: Allow newlines within parameter substitution
Denys Vlasenko
2018-04-11
2
-0
/
+11
*
ash: parser: Add syntax stack for recursive parsing
Denys Vlasenko
2018-04-02
6
-12
/
+14
*
shells: fix var_LINENO1.tests false positive, add it to ash tests too
Denys Vlasenko
2018-03-31
2
-0
/
+14
*
ash testsuite: add two hush tests from last commit
Denys Vlasenko
2018-01-25
4
-0
/
+10
*
shell: echo ${?:0} was fixed sometime ago, enable it in tests
Denys Vlasenko
2018-01-13
2
-1
/
+2
*
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
[next]