aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-vars (follow)
Commit message (Expand)AuthorAgeFilesLines
* hush: fix exec builtin in a better way (+ "glob in exec" bug fixed)Denys Vlasenko2009-10-191-3/+2
* hush: add support for special vars in bracesMike Frysinger2009-06-016-8/+6
* hush: fix problems with case in subshells and with "case esac"Denys Vlasenko2009-05-231-1/+1
* hush_test: update test output to match new getopt() outputMike Frysinger2009-05-211-1/+1
* hush: make getopt32 usable in builtins. use it in unset.Denis Vlasenko2009-04-261-3/+2
* hush: fix SEGV in % expansionDenis Vlasenko2009-04-262-0/+2
* hush: fix handling of } which is not a closing one in { cmd; }Denis Vlasenko2009-04-192-0/+6
* hush: fix "if { echo foo; } then { echo bar; } fi" parsingDenis Vlasenko2009-04-161-1/+1
* hush: tweak testsDenis Vlasenko2009-04-102-36/+36
* hush: tighten up "for" variable name check.Denis Vlasenko2009-04-101-2/+2
* add test cases for parameter substitution with unset/null stringsMike Frysinger2009-04-092-0/+38
* hush: deal with some easier TODOsDenis Vlasenko2009-04-093-14/+14
* use sleep rather than usleepMike Frysinger2009-04-071-2/+4
* implement support for parameter substitution via #/% operatorsMike Frysinger2009-04-072-0/+38
* hush: fix passing of $n on NOMMUDenis Vlasenko2009-04-052-0/+20
* hush: fix bug with local environment vars in pipes; simplify parse_stream()Denis Vlasenko2009-04-032-0/+13
* hust_test/*: use "$THIS_SH" instead of hushDenis Vlasenko2009-03-315-48/+48
* implement `unset` semantics as required by POSIXMike Frysinger2009-03-302-0/+55
* test for invalid named variablesMike Frysinger2009-03-282-0/+7
* add hush tests for parameter expansionMike Frysinger2009-03-2810-0/+210
* 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-092-0/+15
* hush: support $_NUMBERS variable namesDenis Vlasenko2008-07-314-0/+6
* cosmetics in hush testsuitesDenis Vlasenko2008-06-182-3/+1
* fix globbing in unquoted $* and $@Denis Vlasenko2008-06-182-0/+14
* hush: fix hush-bugs/glob_and_vars.tests testcase:Denis Vlasenko2008-06-162-0/+3
* hush: fix some fallout from prev commits, add testsuiteDenis Vlasenko2008-06-102-0/+10
* hush: fix $ expansion in redirections, add testcase for thatDenis Vlasenko2007-11-232-0/+16
* hush: fix a bit different instance of "No EOL" bug,Denis Vlasenko2007-05-232-2/+3
* hush: more fixes to variable expansion, more testcasesDenis Vlasenko2007-05-143-0/+20
* hush: move towards more correct variable expansionDenis Vlasenko2007-05-142-0/+80
* hush: fix '{ false; echo $?; }' bug.Denis Vlasenko2007-05-134-2/+14
* hush: reinstate hush_test, add testcases for process substDenis Vlasenko2007-05-112-0/+14
* hush: fix bug in interactive shell introduced yesterdayDenis Vlasenko2007-05-112-14/+0
* hush: fix "unterminated last line loops forever" bugDenis Vlasenko2007-05-102-0/+14