Age | Commit message (Expand) | Author |
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-09-29 | hush: fix 'eval ""' handling | Denys Vlasenko |
2016-09-29 | hush: fix ". EMPTY_LINE" not setting $? to 0 | Denys Vlasenko |
2016-09-29 | ash: [EVAL] Make eval with empty arguments return 0 | Denys Vlasenko |
2016-09-28 | ash: eval: Return status in eval functions | Denys Vlasenko |
2016-09-25 | ash: fix handling of NULs in $'abc\000def\x00asd'. Closes 9286 | Denys Vlasenko |
2016-09-17 | ash: exit after subshell error when errexit option is set | Rostislav Skudnov |
2016-07-25 | ash: fix handling of ${VAR: -2} | Denys Vlasenko |
2016-07-16 | ash: do not leave SIGQUIT ignored on "exec CMD" | Denys Vlasenko |
2016-04-15 | ash: bash-compatible $'...' shouldn't expand in double quotes | Ron Yorston |
2016-03-22 | ash_test: ignore generated files | Mike Frysinger |
2016-03-22 | ash_test: printenv: fix missing includes | Mike Frysinger |
2016-03-22 | ash: fix corruption of ${#var} if $var contains UTF-8 characters | Ron Yorston |
2015-11-04 | ash: add support for bash 'function' keyword | Ron Yorston |
2015-11-04 | hush-misc/func_args1.tests: remove "UNFIXED BUG", it does not fail | Denys Vlasenko |
2015-11-04 | ash: copy function tests from hush testsuite | Ron Yorston |
2015-10-30 | ash: add tests for failures of the exec and command builtins | Ron Yorston |
2015-10-29 | ash: fix error during recursive processing of here document | Ron Yorston |
2015-10-29 | ash tests: make test print test name before it is run | Denys Vlasenko |
2015-10-29 | ash: only allow local variables in functions | Ron Yorston |
2015-10-29 | ash: respect -p flag when command builtin is run with -v/-V | Ron Yorston |
2015-10-29 | ash: allow newline after variable name in for loop | Ron Yorston |
2015-10-29 | ash: add test for issue with here document | Ron Yorston |
2015-09-04 | ash,hush: add a test which fails for ash since commit 549deab | Denys Vlasenko |
2015-09-04 | ash: add tests adapted from hush glob tests. glob2.tests currently fails | Denys Vlasenko |
2015-07-13 | fix file mode | Denys Vlasenko |
2015-07-13 | ash: remove parsebackquote flag | 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 |
2015-02-05 | ash: fix a SEGV case in an invalid heredoc | Denys Vlasenko |
2014-03-16 | ash: make "locak VAR" unset VAR (bash does that) | Denys Vlasenko |
2012-06-09 | ash: fix a bug in >${varexp} handling. Closes 5282 | Denys Vlasenko |
2011-02-21 | slightly better wording in comments | Denys Vlasenko |
2011-02-21 | ash: fix ash-signals/signal8 testcase failure | Denys Vlasenko |
2011-02-07 | echo: do not retry on write errors | Denys Vlasenko |
2010-10-29 | whitespace cleanup | Denys Vlasenko |
2010-09-25 | ash: fix signal and "set -e" interaction | Denys Vlasenko |
2010-09-16 | shell/math: deconvolute and explain ?: handling. Give better error message | Denys Vlasenko |
2010-09-15 | shell/math: return string error indicator, not integer | 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 |