aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-vars (follow)
Commit message (Expand)AuthorAgeFilesLines
* ash: fix corruption of ${#var} if $var contains UTF-8 charactersRon Yorston2016-03-222-0/+3
* testsuite: add some tests for ashRon Yorston2015-05-1810-0/+15
* ash: move parse-time quote flag detection to run-timeRon Yorston2015-05-184-0/+6
* ash: remove arithmetic expansion collapsing at parse timeRon Yorston2015-05-182-0/+5
* ash: do not expand tilde in parameter expansion within quotesRon Yorston2015-05-182-0/+3
* ash: perform tilde expansion in all parameter expansion wordsRon Yorston2015-05-182-0/+3
* ash: fix handling of duplicate "local"Denys Vlasenko2015-04-182-0/+6
* hush: add support for ${var/pattern/repl}, conditional on bash compatDenys Vlasenko2010-09-051-7/+0
* hush: fix handling of backslashes in variable assignmentDenys Vlasenko2010-09-041-2/+2
* ash: add another ${v/a/b} test we currently failDenys Vlasenko2010-08-302-0/+15
* ash: fix another bit of var_bash4 bugDenys Vlasenko2010-08-072-2/+2
* var_bash4.tests: better wording in commentDenys Vlasenko2010-08-061-4/+4
* update var_bash4 test. one more bug revealed by it now...Denys Vlasenko2010-08-062-8/+68
* ash: extend var_bash4.tests; nocode changesDenys Vlasenko2010-08-052-2/+7
* ash: add a testcase for bug 2281 (currently fails). Small code cleanups.Denys Vlasenko2010-08-054-40/+52
* ash: fix var_leak.tests so that it actually catches the NOFORK bugDenys Vlasenko2010-05-182-1/+7
* ash: fix var_leak testcaseDenys Vlasenko2010-05-182-6/+16
* ash: fix ${var/s/r} handling, add testcase.Denis Vlasenko2008-06-142-0/+61
* ash: add another testsuite entry ("leaking variables" bug)Denis Vlasenko2008-04-132-0/+11
* ash: a bit more complete POSIX subst testsuite entryDenis Vlasenko2008-04-122-2/+17
* ash: add testsuite entry for POSIX-mandated ${var#word} ${var##word}Denis Vlasenko2008-04-122-0/+23
* ash: support for && and || in [[ expr ]]; add testsuite checksDenis Vlasenko2008-03-254-0/+66
* ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947.Denis Vlasenko2008-02-154-0/+22