aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test
AgeCommit message (Expand)Author
2012-06-09ash: fix a bug in >${varexp} handling. Closes 5282Denys Vlasenko
2011-02-21slightly better wording in commentsDenys Vlasenko
2011-02-21ash: fix ash-signals/signal8 testcase failureDenys Vlasenko
2011-02-07echo: do not retry on write errorsDenys Vlasenko
2010-10-29whitespace cleanupDenys Vlasenko
2010-09-25ash: fix signal and "set -e" interactionDenys Vlasenko
2010-09-16shell/math: deconvolute and explain ?: handling. Give better error messageDenys Vlasenko
2010-09-15shell/math: return string error indicator, not integerDenys 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-07-25ash: fix $! value when traps are setAlexander Shishkin
2010-06-26ash: fix obscure case of replacing + globbing + backslashesDenys Vlasenko
2010-06-24ash: <> redir should not truncateAndreas Bühmann
2010-06-18ash: fix unset in standalone modeDenys Vlasenko
2010-06-03ash: fix redirection of fd 0 in scripts are sourced from interactive ashDenys Vlasenko
2010-05-18ash: fix var_leak.tests so that it actually catches the NOFORK bugDenys Vlasenko
2010-05-18ash: fix bug which causes signal6.tests to failDenys Vlasenko
2010-05-18ash: fix var_leak testcaseDenys Vlasenko
2010-05-18ash: fix testsuite false positivesDenys Vlasenko
2010-05-17ash: fix ". empty_file" exitcode. +5 bytesDenys Vlasenko
2010-05-17fix false positive in signal5.testsDenys Vlasenko
2010-05-17add two more tests which currently failDenys Vlasenko
2010-05-17ash: fix signal5.testsDenys Vlasenko
2010-05-17ash: add two testcases for (not yet fixed) ash bugsDenys Vlasenko
2010-03-26ash: trap with bad signal name should not abortDenys Vlasenko
2010-02-21fix bug 1087. Fix by Leonid (lly.dev AT gmail.com)Denys Vlasenko
2010-01-12shell: split read builtin from ashDenys Vlasenko
2010-01-08ash: fix for read $IFS splitting. Closes bug 235Denys Vlasenko
2009-10-09laguage and copyright date corrections, no code changesDenys Vlasenko
2009-10-09ash: make one testsuite entry more robustDenys Vlasenko
2009-09-27ash,hush: make trap output short signal names, without SIG prefixDenys Vlasenko
2009-09-25ash: better handling of EXIT trap in `trap` hackDenys Vlasenko
2009-09-23ash: fix `trap`Denys Vlasenko
2009-09-16add a testcase for reopened bug 585 (not fixed yet)Denys Vlasenko
2009-08-29ash: add testsuite for bug 585Denys Vlasenko
2009-06-14ash: fix . builtinDenys Vlasenko
2009-03-31ash: fix $IFS handling in read. closes bug 235Denis Vlasenko
2008-11-28ash: better fix for ash -c 'echo 5&' and ash -c 'sleep 5&'Denis Vlasenko
2008-10-27ash: add testcase for bug 5304Denis Vlasenko
2008-10-20dc: conditionalize parts which require libmDenis Vlasenko
2008-10-20ash: fix NOEXEC mode - we were forgetting to pass environment!Denis Vlasenko
2008-10-20ash: fix a bug in standalone mode (corrupted getopt() state)Denis Vlasenko
2008-08-16ash: fix "(cat < file)" hang introduced by rev 22944.Denis Vlasenko
2008-07-30ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1"Denis Vlasenko