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