aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test (follow)
Commit message (Expand)AuthorAgeFilesLines
* slightly better wording in commentsDenys Vlasenko2011-02-211-2/+2
* ash: fix ash-signals/signal8 testcase failureDenys Vlasenko2011-02-212-0/+42
* echo: do not retry on write errorsDenys Vlasenko2011-02-073-0/+10
* whitespace cleanupDenys Vlasenko2010-10-292-13/+5
* ash: fix signal and "set -e" interactionDenys Vlasenko2010-09-254-0/+45
* shell/math: deconvolute and explain ?: handling. Give better error messageDenys Vlasenko2010-09-161-1/+1
* shell/math: return string error indicator, not integerDenys Vlasenko2010-09-151-28/+28
* hush: add support for ${var/pattern/repl}, conditional on bash compatDenys Vlasenko2010-09-051-7/+0
* hush: fix handling of backslashes in variable assignmentDenys Vlasenko2010-09-041-2/+2
* ash: add another ${v/a/b} test we currently failDenys Vlasenko2010-08-302-0/+15
* ash: fix another bit of var_bash4 bugDenys Vlasenko2010-08-072-2/+2
* var_bash4.tests: better wording in commentDenys Vlasenko2010-08-061-4/+4
* update var_bash4 test. one more bug revealed by it now...Denys Vlasenko2010-08-062-8/+68
* ash: extend var_bash4.tests; nocode changesDenys Vlasenko2010-08-052-2/+7
* ash: add a testcase for bug 2281 (currently fails). Small code cleanups.Denys Vlasenko2010-08-055-40/+52
* ash: fix $! value when traps are setAlexander Shishkin2010-07-252-0/+19
* ash: fix obscure case of replacing + globbing + backslashesDenys Vlasenko2010-06-262-0/+31
* ash: <> redir should not truncateAndreas Bühmann2010-06-242-0/+6
* ash: fix unset in standalone modeDenys Vlasenko2010-06-182-0/+3
* ash: fix redirection of fd 0 in scripts are sourced from interactive ashDenys Vlasenko2010-06-032-3/+3
* ash: fix var_leak.tests so that it actually catches the NOFORK bugDenys Vlasenko2010-05-182-1/+7
* ash: fix bug which causes signal6.tests to failDenys Vlasenko2010-05-181-1/+0
* ash: fix var_leak testcaseDenys Vlasenko2010-05-182-6/+16
* ash: fix testsuite false positivesDenys Vlasenko2010-05-183-3/+3
* ash: fix ". empty_file" exitcode. +5 bytesDenys Vlasenko2010-05-171-1/+0
* fix false positive in signal5.testsDenys Vlasenko2010-05-172-5/+6
* add two more tests which currently failDenys Vlasenko2010-05-172-0/+5
* ash: fix signal5.testsDenys Vlasenko2010-05-171-1/+0
* ash: add two testcases for (not yet fixed) ash bugsDenys Vlasenko2010-05-174-0/+31
* ash: trap with bad signal name should not abortDenys Vlasenko2010-03-262-0/+9
* fix bug 1087. Fix by Leonid (lly.dev AT gmail.com)Denys Vlasenko2010-02-212-0/+6
* shell: split read builtin from ashDenys Vlasenko2010-01-122-0/+10
* ash: fix for read $IFS splitting. Closes bug 235Denys Vlasenko2010-01-082-14/+20
* laguage and copyright date corrections, no code changesDenys Vlasenko2009-10-091-1/+1
* ash: make one testsuite entry more robustDenys Vlasenko2009-10-091-0/+5
* ash,hush: make trap output short signal names, without SIG prefixDenys Vlasenko2009-09-272-8/+8
* ash: better handling of EXIT trap in `trap` hackDenys Vlasenko2009-09-252-2/+10
* ash: fix `trap`Denys Vlasenko2009-09-233-5/+14
* add a testcase for reopened bug 585 (not fixed yet)Denys Vlasenko2009-09-163-1/+21
* ash: add testsuite for bug 585Denys Vlasenko2009-08-292-0/+13
* ash: fix . builtinDenys Vlasenko2009-06-143-1/+8
* ash: fix $IFS handling in read. closes bug 235Denis Vlasenko2009-03-312-0/+14
* ash: better fix for ash -c 'echo 5&' and ash -c 'sleep 5&'Denis Vlasenko2008-11-282-0/+10
* ash: add testcase for bug 5304Denis Vlasenko2008-10-272-0/+15
* dc: conditionalize parts which require libmDenis Vlasenko2008-10-202-0/+4
* ash: fix NOEXEC mode - we were forgetting to pass environment!Denis Vlasenko2008-10-202-0/+5
* ash: fix a bug in standalone mode (corrupted getopt() state)Denis Vlasenko2008-10-202-0/+7
* ash: fix "(cat < file)" hang introduced by rev 22944.Denis Vlasenko2008-08-162-0/+5
* ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1"Denis Vlasenko2008-07-302-0/+19
* ash: add slightly different testcaseDenis Vlasenko2008-07-264-2/+23