Age | Commit message (Expand) | Author |
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 |
2010-09-04 | hush: fix handling of backslashes in variable assignment | Denys Vlasenko |
2010-08-30 | ash: add another ${v/a/b} test we currently fail | Denys Vlasenko |
2010-08-07 | ash: fix another bit of var_bash4 bug | Denys Vlasenko |
2010-08-06 | var_bash4.tests: better wording in comment | Denys Vlasenko |
2010-08-06 | update var_bash4 test. one more bug revealed by it now... | Denys Vlasenko |
2010-08-05 | ash: extend var_bash4.tests; nocode changes | Denys Vlasenko |
2010-08-05 | ash: add a testcase for bug 2281 (currently fails). Small code cleanups. | Denys Vlasenko |
2010-05-18 | ash: fix var_leak.tests so that it actually catches the NOFORK bug | Denys Vlasenko |
2010-05-18 | ash: fix var_leak testcase | Denys Vlasenko |
2008-06-14 | ash: fix ${var/s/r} handling, add testcase. | Denis Vlasenko |
2008-04-13 | ash: add another testsuite entry ("leaking variables" bug) | Denis Vlasenko |
2008-04-12 | ash: a bit more complete POSIX subst testsuite entry | Denis Vlasenko |
2008-04-12 | ash: add testsuite entry for POSIX-mandated ${var#word} ${var##word} | Denis Vlasenko |
2008-03-25 | ash: support for && and || in [[ expr ]]; add testsuite checks | Denis Vlasenko |
2008-02-15 | ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947. | Denis Vlasenko |