aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-vars
AgeCommit message (Expand)Author
2016-10-28ash: fix interactive "command eval STRING" exiting on errors.Denys Vlasenko
2016-10-26ash: [PARSER] Fix parsing of ${##1}Denys Vlasenko
2016-10-03ash testsuite: add most of hust tests which pass for ashDenys Vlasenko
2016-10-02sh testsuite: sync ash-vars/ and hush-vars/Denys Vlasenko
2016-10-02ash testsuite: update some of variable tests with newer versions from hushDenys Vlasenko
2016-10-02ash: expand: Fixed "$@" expansion when EXP_FULL is falseDenys Vlasenko
2016-10-01ash: [EXPAND] Do not split quoted VSLENGTH and VSTRIMDenys Vlasenko
2016-10-01ash: [EXPAND] Split unquoted $@/$* correctly when IFS is set but emptyDenys Vlasenko
2016-09-29shell testsuite: add trailing newline to var_unbackslash1.testsDenys Vlasenko
2016-09-29ash: fix arithmetic closing )) split by backslash-newlineDenys Vlasenko
2016-09-29hush: rework input char buffering to allow more than one-deep peekDenys Vlasenko
2016-07-25ash: fix handling of ${VAR: -2}Denys Vlasenko
2016-03-22ash: fix corruption of ${#var} if $var contains UTF-8 charactersRon Yorston
2015-05-18testsuite: add some tests for ashRon Yorston
2015-05-18ash: move parse-time quote flag detection to run-timeRon Yorston
2015-05-18ash: remove arithmetic expansion collapsing at parse timeRon Yorston
2015-05-18ash: do not expand tilde in parameter expansion within quotesRon Yorston
2015-05-18ash: perform tilde expansion in all parameter expansion wordsRon Yorston
2015-04-18ash: fix handling of duplicate "local"Denys Vlasenko
2010-09-05hush: add support for ${var/pattern/repl}, conditional on bash compatDenys Vlasenko
2010-09-04hush: fix handling of backslashes in variable assignmentDenys Vlasenko
2010-08-30ash: add another ${v/a/b} test we currently failDenys Vlasenko
2010-08-07ash: fix another bit of var_bash4 bugDenys Vlasenko
2010-08-06var_bash4.tests: better wording in commentDenys Vlasenko
2010-08-06update var_bash4 test. one more bug revealed by it now...Denys Vlasenko
2010-08-05ash: extend var_bash4.tests; nocode changesDenys Vlasenko
2010-08-05ash: add a testcase for bug 2281 (currently fails). Small code cleanups.Denys Vlasenko
2010-05-18ash: fix var_leak.tests so that it actually catches the NOFORK bugDenys Vlasenko
2010-05-18ash: fix var_leak testcaseDenys Vlasenko
2008-06-14ash: fix ${var/s/r} handling, add testcase.Denis Vlasenko
2008-04-13ash: add another testsuite entry ("leaking variables" bug)Denis Vlasenko
2008-04-12ash: a bit more complete POSIX subst testsuite entryDenis Vlasenko
2008-04-12ash: add testsuite entry for POSIX-mandated ${var#word} ${var##word}Denis Vlasenko
2008-03-25ash: support for && and || in [[ expr ]]; add testsuite checksDenis Vlasenko
2008-02-15ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947.Denis Vlasenko