aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* implement support for parameter substitution via #/% operatorsMike Frysinger2009-04-072-0/+38
* hush: heredoc support, based on patch by Mike Frysinger (vapier AT gentoo.org)Denis Vlasenko2009-04-073-11/+25
* hush: fix "if false; then...fi" exitcode;Denis Vlasenko2009-04-062-0/+3
* make hush-misc/*.tests executableDenis Vlasenko2009-04-064-0/+0
* hush: fix a bunch of obscure while/until/continue bugsDenis Vlasenko2009-04-069-1/+28
* *.tests should be executableDenis Vlasenko2009-04-061-0/+0
* move hush-parsing/and-or.tests to hush-misc/*Denis Vlasenko2009-04-062-0/+0
* add some brute force logic testsMike Frysinger2009-04-062-0/+52
* add tests for basic fd open/close/dupeMike Frysinger2009-04-062-0/+36
* fix redir1 tests -- usleep isnt standard in $PATHMike Frysinger2009-04-061-1/+3
* fixing mode on hush-leak/leak_argv1.testsDenis Vlasenko2009-04-051-0/+117
* fixing mode on hush-leak/leak_argv1.testsDenis Vlasenko2009-04-051-117/+0
* hush: fix passing of $n on NOMMUDenis Vlasenko2009-04-052-0/+20
* hush: fix "var=val >file" not creating fileDenis Vlasenko2009-04-042-0/+42
* hush: finally make `cmd` safe on NOMMUDenis Vlasenko2009-04-031-0/+2
* hush: improve parse_stream: does not require parsing context struct;Denis Vlasenko2009-04-031-1/+1
* hush: fix bug with local environment vars in pipes; simplify parse_stream()Denis Vlasenko2009-04-032-0/+13
* trim trailing slashes from specified subdir so we output to the right placeMike Frysinger2009-04-021-0/+1
* hush: rename ->o_quote to ->o_escapeDenis Vlasenko2009-04-024-0/+537
* hust_test/*: use "$THIS_SH" instead of hushDenis Vlasenko2009-03-317-52/+52
* implement `unset` semantics as required by POSIXMike Frysinger2009-03-302-0/+55
* enable trap testsMike Frysinger2009-03-294-0/+0
* add test cases for `trap` ... but disabled for now until trap support is comm...Mike Frysinger2009-03-298-0/+72
* test for invalid named variablesMike Frysinger2009-03-282-0/+7
* remove ((expr)) bash'ismDenis Vlasenko2009-03-281-1/+1
* add hush tests for parameter expansionMike Frysinger2009-03-2810-0/+210
* make sure we exit based on test failure rather than always exiting with 0Mike Frysinger2009-03-281-3/+9
* hush: fix segv at repeated "set -- a b c" + "shift"Denis Vlasenko2009-03-222-0/+119
* hush: tweak testsuiteDenis Vlasenko2009-03-202-1/+5
* hush: fix bug 207 and "hush -c" parameter passing.Denis Vlasenko2009-03-202-0/+4
* hush: fix NOMMU bug (analogous to preceding commit for MMU)Denis Vlasenko2008-10-132-7/+7
* testcase for the last fixDenis Vlasenko2008-10-132-0/+20
* hush: fix environment and memory leaks, add tests for themDenis Vlasenko2008-10-095-0/+127
* hush: fix mishandling of a'b'c=fff as assignments. They are not.Denis Vlasenko2008-08-044-0/+57
* hush: support $_NUMBERS variable namesDenis Vlasenko2008-07-314-0/+6
* hush: fix "case ... in <newline> word)..."Denis Vlasenko2008-07-312-0/+9
* hush: small fix for repeated continue and fix for wrong loop depth countDenis Vlasenko2008-07-292-0/+12
* hush: fix break'ing out of {} and () groups; with testcaseDenis Vlasenko2008-07-292-0/+17
* hush: add #defines to switch off break/continue if loops are not supportedDenis Vlasenko2008-07-292-0/+8
* hush: fix "while false; ..." exitcode; add testsuitesDenis Vlasenko2008-07-284-0/+21
* hush: support "break N" and "continue N"Denis Vlasenko2008-07-286-0/+18
* hush: finish and enable optional case...esac support. Code size cost:Denis Vlasenko2008-07-282-0/+30
* hush: support "for if in do done then; do echo $if; done" caseDenis Vlasenko2008-07-062-0/+6
* hush: support "for v; do ... done" syntax (implied 'in "$@"')Denis Vlasenko2008-07-052-0/+10
* hush: fix a case where "$@" must expand to no word at allDenis Vlasenko2008-07-052-0/+16
* cosmetics in hush testsuitesDenis Vlasenko2008-06-182-3/+1
* fix globbing in unquoted $* and $@Denis Vlasenko2008-06-182-0/+14
* hush: add testsuite for "no globbing in redirection" rule.Denis Vlasenko2008-06-186-0/+51
* hush: expand quote3.tests and move from hush-bugs to hush-parsingDenis Vlasenko2008-06-184-11/+33
* hush: fix $$ handlingDenis Vlasenko2008-06-172-0/+2