aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-misc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* hush: fix handling of \" in quoted/unquoted `cmd`Denys Vlasenko2010-09-122-0/+16
* hush: fix another corner case with backslashes in heredocsDenys Vlasenko2010-09-062-0/+16
* hush: fix backslash and terminator handling in <<[-]["]heredoc["]Denys Vlasenko2010-09-062-0/+81
* *: trailing empty lines removedDenys Vlasenko2010-07-261-1/+0
* whitespace fixesDenys Vlasenko2010-01-251-1/+1
* hush: two NOMMU fixes for bugs 877 and 883Denys Vlasenko2010-01-122-0/+10
* hush: fix exitcodes of killed processesDenys Vlasenko2010-01-042-0/+14
* hush: fix handling of empty argumentsDenys Vlasenko2009-10-182-0/+15
* hush: do not process options after non-option argsDenys Vlasenko2009-08-202-0/+7
* hush: fix \<newline> handling on NOMMUDenys Vlasenko2009-08-122-0/+19
* hush: add support for local builtinDenys Vlasenko2009-06-034-0/+29
* make compound.tests executableDenys Vlasenko2009-05-231-0/+0
* hush: fix problems with case in subshells and with "case esac"Denys Vlasenko2009-05-232-6/+17
* hush_test: add some pathological compound list testsMike Frysinger2009-05-212-0/+35
* hush_test: test for subshell function syntaxMike Frysinger2009-05-212-0/+12
* hush_test: add subshelled case testsMike Frysinger2009-05-211-0/+12
* TODO: add someDenys Vlasenko2009-05-131-2/+2
* hush: fix bug where in "var=val func" var's value is not visible in funcDenys Vlasenko2009-05-042-0/+6
* hush: fix multiple redirections of the same fd (bug 227)Denys Vlasenko2009-05-022-0/+9
* hush: nommu fix for function passingDenis Vlasenko2009-04-262-0/+9
* hush: export -n supportDenis Vlasenko2009-04-202-0/+47
* hush: add two testcasesDenis Vlasenko2009-04-202-0/+15
* hush: fix stdin of backgrounded pipe Denis Vlasenko2009-04-202-0/+17
* hush: fix handling of } which is not a closing one in { cmd; }Denis Vlasenko2009-04-191-1/+1
* hush: return builtin by Bayram Kurumahmut (kbayram AT ubicom.com)Denis Vlasenko2009-04-172-0/+12
* hush: add function testsDenis Vlasenko2009-04-104-0/+36
* hush: fix some TODOs. TODO in export builting: +250 bytes.Denis Vlasenko2009-04-102-0/+13
* hush: tighten up "for" variable name check.Denis Vlasenko2009-04-105-11/+27
* hush: readability improvements.Denis Vlasenko2009-04-104-0/+113
* hush: fix EXIT trap recursion case; check redirection failuresDenis Vlasenko2009-04-094-0/+28
* hush: more rodust detection of unterminated strings etc;Denis Vlasenko2009-04-082-0/+12
* hush: echo \2>file fixDenis Vlasenko2009-04-086-0/+7
* hush: fix heredoc expansion of $var and `cmd`Denis Vlasenko2009-04-074-0/+21
* add a pathological test case for here doc related to eof marker and other ugl...Mike Frysinger2009-04-072-0/+17
* 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-068-0/+27
* *.tests should be executableDenis Vlasenko2009-04-061-0/+0
* move hush-parsing/and-or.tests to hush-misc/*Denis Vlasenko2009-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
* 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 mishandling of a'b'c=fff as assignments. They are not.Denis Vlasenko2008-08-044-0/+57
* 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