index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
hush_test
/
hush-vars
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hush: add recent ash tests to hush testsuite too (they all pass for hush)
Denys Vlasenko
2015-05-18
18
-0
/
+29
*
hush: partially fix wrong expansion on $IFS (bug 4027).
Denys Vlasenko
2011-08-01
2
-0
/
+20
*
hush: do fewer strdups in % and hash expansions
Denys Vlasenko
2010-09-10
2
-0
/
+14
*
hush: fix var_bash5.tests failure
Denys Vlasenko
2010-09-10
2
-6
/
+31
*
hush: make parse_dollar flag quited status regardless of glob escaping status
Denys Vlasenko
2010-09-09
2
-13
/
+13
*
hush: fix globbing+backslashes in unquoted $var expansion
Denys Vlasenko
2010-09-06
2
-13
/
+64
*
hush: add support for ${var/pattern/repl}, conditional on bash compat
Denys Vlasenko
2010-09-05
10
-0
/
+212
*
hush: fix handling of backslashes in variable assignment
Denys Vlasenko
2010-09-04
2
-0
/
+34
*
hush: fix multimple dependent variable expansion cases
Denys Vlasenko
2010-07-16
2
-0
/
+27
*
hush: fix segfault in ${?:N:M}
Denys Vlasenko
2010-05-22
4
-3
/
+31
*
hush: fix "hush -c 'echo $#'" showing -1
Denys Vlasenko
2010-05-22
2
-1
/
+11
*
hush: support ${var:EXPR:EXPR}!
Denys Vlasenko
2010-05-22
2
-44
/
+64
*
hush: fix more obscure ${var%...} cases
Denys Vlasenko
2010-05-22
2
-0
/
+2
*
hush: fix a=abc; c=c; echo ${a%${c}}
Denys Vlasenko
2010-05-21
3
-5
/
+12
*
hush: handle expansions in ${var?expanded_word} constructs
Denys Vlasenko
2010-05-21
2
-0
/
+35
*
hush: handle ${var:NUM:} too
Denys Vlasenko
2010-05-21
2
-0
/
+24
*
hush: optional support for ${var:N:M} bashism
Denys Vlasenko
2010-05-21
2
-0
/
+75
*
hush: fix exec builtin in a better way (+ "glob in exec" bug fixed)
Denys Vlasenko
2009-10-19
1
-3
/
+2
*
hush: add support for special vars in braces
Mike Frysinger
2009-06-01
6
-8
/
+6
*
hush: fix problems with case in subshells and with "case esac"
Denys Vlasenko
2009-05-23
1
-1
/
+1
*
hush_test: update test output to match new getopt() output
Mike Frysinger
2009-05-21
1
-1
/
+1
*
hush: make getopt32 usable in builtins. use it in unset.
Denis Vlasenko
2009-04-26
1
-3
/
+2
*
hush: fix SEGV in % expansion
Denis Vlasenko
2009-04-26
2
-0
/
+2
*
hush: fix handling of } which is not a closing one in { cmd; }
Denis Vlasenko
2009-04-19
2
-0
/
+6
*
hush: fix "if { echo foo; } then { echo bar; } fi" parsing
Denis Vlasenko
2009-04-16
1
-1
/
+1
*
hush: tweak tests
Denis Vlasenko
2009-04-10
2
-36
/
+36
*
hush: tighten up "for" variable name check.
Denis Vlasenko
2009-04-10
1
-2
/
+2
*
add test cases for parameter substitution with unset/null strings
Mike Frysinger
2009-04-09
2
-0
/
+38
*
hush: deal with some easier TODOs
Denis Vlasenko
2009-04-09
3
-14
/
+14
*
use sleep rather than usleep
Mike Frysinger
2009-04-07
1
-2
/
+4
*
implement support for parameter substitution via #/% operators
Mike Frysinger
2009-04-07
2
-0
/
+38
*
hush: fix passing of $n on NOMMU
Denis Vlasenko
2009-04-05
2
-0
/
+20
*
hush: fix bug with local environment vars in pipes; simplify parse_stream()
Denis Vlasenko
2009-04-03
2
-0
/
+13
*
hust_test/*: use "$THIS_SH" instead of hush
Denis Vlasenko
2009-03-31
5
-48
/
+48
*
implement `unset` semantics as required by POSIX
Mike Frysinger
2009-03-30
2
-0
/
+55
*
test for invalid named variables
Mike Frysinger
2009-03-28
2
-0
/
+7
*
add hush tests for parameter expansion
Mike Frysinger
2009-03-28
10
-0
/
+210
*
hush: fix NOMMU bug (analogous to preceding commit for MMU)
Denis Vlasenko
2008-10-13
2
-7
/
+7
*
testcase for the last fix
Denis Vlasenko
2008-10-13
2
-0
/
+20
*
hush: fix environment and memory leaks, add tests for them
Denis Vlasenko
2008-10-09
2
-0
/
+15
*
hush: support $_NUMBERS variable names
Denis Vlasenko
2008-07-31
4
-0
/
+6
*
cosmetics in hush testsuites
Denis Vlasenko
2008-06-18
2
-3
/
+1
*
fix globbing in unquoted $* and $@
Denis Vlasenko
2008-06-18
2
-0
/
+14
*
hush: fix hush-bugs/glob_and_vars.tests testcase:
Denis Vlasenko
2008-06-16
2
-0
/
+3
*
hush: fix some fallout from prev commits, add testsuite
Denis Vlasenko
2008-06-10
2
-0
/
+10
*
hush: fix $ expansion in redirections, add testcase for that
Denis Vlasenko
2007-11-23
2
-0
/
+16
*
hush: fix a bit different instance of "No EOL" bug,
Denis Vlasenko
2007-05-23
2
-2
/
+3
*
hush: more fixes to variable expansion, more testcases
Denis Vlasenko
2007-05-14
3
-0
/
+20
*
hush: move towards more correct variable expansion
Denis Vlasenko
2007-05-14
2
-0
/
+80
*
hush: fix '{ false; echo $?; }' bug.
Denis Vlasenko
2007-05-13
4
-2
/
+14
[next]