summaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-vars (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | globbing is now done _after_ variable/`cmd` substitution function old new delta expand_strvec_to_strvec 7 353 +346 expand_variables 1348 1383 +35 add_string_to_strings - 28 +28 globhack 114 - -114 done_word 778 579 -199 ------------------------------------------------------------------------------ (add/remove: 1/1 grow/shrink: 2/1 up/down: 409/-313) Total: 96 bytes
* 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
| | | | add testsuite for that. Expand another testsuite.
* 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 a few cases in FOR v IN ... construct unfortunately, code growth is big - ~600 bytes
* hush: fix '{ false; echo $?; }' bug.Denis Vlasenko2007-05-134-2/+14
| | | | | hush: expand testsuite. variable expansion is still very broken
* 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 `process subst` (2 bugs) NB: will delete and re-add hush_test in order to change file modes
* hush: fix "unterminated last line loops forever" bugDenis Vlasenko2007-05-102-0/+14
hush: add testsuite infrastructure