summaryrefslogtreecommitdiff
path: root/shell/hush_test (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* hush: fix "for a in; do echo 'I should never run'; done" bugDenis Vlasenko2008-06-172-0/+0
* move glob_and_assign.tests from hush-bugs to hush-globDenis Vlasenko2008-06-172-0/+0
* hush: continue fixing quoting and subst: fix glob_and_assign.tests.Denis Vlasenko2008-06-173-19/+24
* hush: delete hush-bugs/glob_and_vars.tests for realDenis Vlasenko2008-06-161-2/+0
* hush: fix hush-bugs/glob_and_vars.tests testcase:Denis Vlasenko2008-06-165-1/+7
* hush: fix a bug where we were requiring semicolon here: (cmd;)Denis Vlasenko2008-06-143-2/+1
* hush: add support for ':'; create testsuite entriesDenis Vlasenko2008-06-149-5/+17
* hush: support "! cmd | cmd" negationDenis Vlasenko2008-06-145-2/+57
* hush: fix for nested $()s with escapes + testsuiteDenis Vlasenko2008-06-123-1/+14
* hush: more backtick and quoting fixes...Denis Vlasenko2008-06-102-0/+17
* hush: fix escaping of \[*?; add testsuites for these and for globbingDenis Vlasenko2008-06-106-0/+20
* hush: fix yet another falloutDenis Vlasenko2008-06-104-1/+0
* hush: fix some fallout from prev commits, add testsuiteDenis Vlasenko2008-06-102-0/+10
* hush: add yet another bug to testsuite :(Denis Vlasenko2008-06-082-0/+7
* msh: create testsuite (based on hush one)Denis Vlasenko2008-03-021-0/+3
* hush: small fixes to docs/testsuiteDenis Vlasenko2008-02-101-1/+1
* hush: reinstate `cmd` handling for NOMMU (with fat big warning).Denis Vlasenko2008-02-102-1/+23
* add expected outputMike Frysinger2007-12-251-0/+2
* hush: fix $ expansion in redirections, add testcase for thatDenis Vlasenko2007-11-233-0/+17
* hush: plug memory leakDenis Vlasenko2007-11-232-17/+40
* hush: fix read builtin to not read ahead past eol and to not useDenis Vlasenko2007-06-132-0/+8
* hush: rework variable storage and environment handling.Denis Vlasenko2007-05-252-0/+71
* hush: improve 2 testsuite testsDenis Vlasenko2007-05-244-2/+17
* hush: add 2 tests for correct syntax error reportingDenis Vlasenko2007-05-242-0/+2
* hush: make syntax error messages a bit more usefulDenis Vlasenko2007-05-232-0/+0
* hush: prepare testsuite for new, fixed error message formatDenis Vlasenko2007-05-231-1/+1
* hush: fix job control with eval /bin/external_progDenis Vlasenko2007-05-232-0/+3
* hush: fix a bit different instance of "No EOL" bug,Denis Vlasenko2007-05-234-2/+11
* fix execute bit on hush-misc/shift.testsDenis Vlasenko2007-05-231-0/+0
* shells: update README and testsuite. environment memory leakDenis Vlasenko2007-05-212-0/+2
* hush: fix shift + $0 bug; add testcaseDenis Vlasenko2007-05-202-0/+8
* hush: make process substitution configurable; add a testcaseDenis Vlasenko2007-05-202-0/+4
* hush: fix expansion of quoted $VAR, $* and $@Denis Vlasenko2007-05-168-14/+19