Age | Commit message (Expand) | Author |
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 |
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-07-25 | ash: fix $! value when traps are set | Alexander Shishkin |
2010-06-26 | ash: fix obscure case of replacing + globbing + backslashes | Denys Vlasenko |
2010-06-24 | ash: <> redir should not truncate | Andreas Bühmann |
2010-06-18 | ash: fix unset in standalone mode | Denys Vlasenko |
2010-06-03 | ash: fix redirection of fd 0 in scripts are sourced from interactive ash | 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 bug which causes signal6.tests to fail | Denys Vlasenko |
2010-05-18 | ash: fix var_leak testcase | Denys Vlasenko |
2010-05-18 | ash: fix testsuite false positives | Denys Vlasenko |
2010-05-17 | ash: fix ". empty_file" exitcode. +5 bytes | Denys Vlasenko |
2010-05-17 | fix false positive in signal5.tests | Denys Vlasenko |
2010-05-17 | add two more tests which currently fail | Denys Vlasenko |
2010-05-17 | ash: fix signal5.tests | Denys Vlasenko |
2010-05-17 | ash: add two testcases for (not yet fixed) ash bugs | Denys Vlasenko |
2010-03-26 | ash: trap with bad signal name should not abort | Denys Vlasenko |
2010-02-21 | fix bug 1087. Fix by Leonid (lly.dev AT gmail.com) | Denys Vlasenko |
2010-01-12 | shell: split read builtin from ash | Denys Vlasenko |
2010-01-08 | ash: fix for read $IFS splitting. Closes bug 235 | Denys Vlasenko |
2009-10-09 | laguage and copyright date corrections, no code changes | Denys Vlasenko |