index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
ash_test
/
ash-vars
Age
Commit message (
Expand
)
Author
2022-03-01
ash: don't read past end of var in subvareval for bash substitutions
Sören Tempel
2021-09-07
ash: LINENO starts from 0 in -c SCRIPT mode
Denys Vlasenko
2021-09-07
ash: fix LINENO in functions
Denys Vlasenko
2021-07-25
ahell: update testsuite
Denys Vlasenko
2021-01-09
ash: match bash behavior for ${empty_var/*/repl}
Denys Vlasenko
2021-01-09
ash: fix ${unset_var/pattern/repl}
Denys Vlasenko
2020-02-17
ash: parser: Only accept single-digit parameter expansion outside of braces
Denys Vlasenko
2019-05-19
hush: remove test for "echo ${-}" errorring out - now it works
Denys Vlasenko
2019-05-15
hush: fix quoted "${notexist-}" expansion to not disappear
Denys Vlasenko
2018-08-05
ash: expand: Fix ghost fields with unquoted $@/$*
Denys Vlasenko
2018-08-05
ash: eval: Variable assignments on functions are no longer persistent
Denys Vlasenko
2018-08-04
ash,hush: properly handle ${v//pattern/repl} if pattern starts with /
Denys Vlasenko
2018-04-11
hush: IFS fixes
Denys Vlasenko
2018-04-11
ash: parser: Allow newlines within parameter substitution
Denys Vlasenko
2018-04-02
ash: parser: Add syntax stack for recursive parsing
Denys Vlasenko
2018-03-31
shells: fix var_LINENO1.tests false positive, add it to ash tests too
Denys Vlasenko
2018-01-25
ash testsuite: add two hush tests from last commit
Denys Vlasenko
2018-01-13
shell: echo ${?:0} was fixed sometime ago, enable it in tests
Denys Vlasenko
2017-08-14
ash: update testsuite (we now error out on ${#=})
Denys Vlasenko
2017-07-26
shell: remove ${#+} tests, it is not a valid construct
Denys Vlasenko
2017-07-26
hush: fix ${##}, ${#?}, ${#!} handling
Denys Vlasenko
2017-07-25
ash: [VAR] Move unsetvar functionality into setvareq
Denys Vlasenko
2017-07-25
ash: import param_expand_default.tests from hush
Denys Vlasenko
2017-07-25
hush: treat ${#?} as "length of $?"
Denys Vlasenko
2017-07-25
ash: add a few tests from hush-vars/*
Denys Vlasenko
2017-07-21
ash: suppress readonly1.tests false positive; add readonly0.tests
Denys Vlasenko
2017-07-17
ash: more general format ${var:EXPR:EXPR}
Denys Vlasenko
2017-07-06
typo fix
Denys Vlasenko
2017-07-06
hush: implement negative start in the ${v: -n[:m]} idiom
Denys Vlasenko
2017-07-06
hush: "adopt" ash var-utf8-length.tests
Denys Vlasenko
2016-10-28
ash: fix interactive "command eval STRING" exiting on errors.
Denys Vlasenko
2016-10-26
ash: [PARSER] Fix parsing of ${##1}
Denys Vlasenko
2016-10-03
ash testsuite: add most of hust tests which pass for ash
Denys Vlasenko
2016-10-02
sh testsuite: sync ash-vars/ and hush-vars/
Denys Vlasenko
2016-10-02
ash testsuite: update some of variable tests with newer versions from hush
Denys Vlasenko
2016-10-02
ash: expand: Fixed "$@" expansion when EXP_FULL is false
Denys Vlasenko
2016-10-01
ash: [EXPAND] Do not split quoted VSLENGTH and VSTRIM
Denys Vlasenko
2016-10-01
ash: [EXPAND] Split unquoted $@/$* correctly when IFS is set but empty
Denys Vlasenko
2016-09-29
shell testsuite: add trailing newline to var_unbackslash1.tests
Denys Vlasenko
2016-09-29
ash: fix arithmetic closing )) split by backslash-newline
Denys Vlasenko
2016-09-29
hush: rework input char buffering to allow more than one-deep peek
Denys Vlasenko
2016-07-25
ash: fix handling of ${VAR: -2}
Denys Vlasenko
2016-03-22
ash: fix corruption of ${#var} if $var contains UTF-8 characters
Ron Yorston
2015-05-18
testsuite: add some tests for ash
Ron Yorston
2015-05-18
ash: move parse-time quote flag detection to run-time
Ron Yorston
2015-05-18
ash: remove arithmetic expansion collapsing at parse time
Ron Yorston
2015-05-18
ash: do not expand tilde in parameter expansion within quotes
Ron Yorston
2015-05-18
ash: perform tilde expansion in all parameter expansion words
Ron Yorston
2015-04-18
ash: fix handling of duplicate "local"
Denys Vlasenko
2010-09-05
hush: add support for ${var/pattern/repl}, conditional on bash compat
Denys Vlasenko
[next]