Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
f7ad927c2059ef9cd1cd6befeb43f26b92f6369f
/
shell
/
hush_test
/
hush-parsing
6e42b89
hush: fix remaining known two bugs with IFS expansion. Closes 4027.
by Denys Vlasenko
· 13 years ago
7b4c0fd
hush: fix improper handling of newline and hash chars in few corner cases
by Denys Vlasenko
· 14 years ago
3227d3f
hush: fix hush-bugs/parse_err.tests
by Denys Vlasenko
· 15 years ago
f3e2818
hush: improve HUSH_BRACE_EXP code (still disabled). ~0 bytes
by Denys Vlasenko
· 15 years ago
d8389ad
hush: fix handling of words with braces. +65 bytes
by Denys Vlasenko
· 15 years ago
0951606
hush: do not use ps -o in leak_argv1; do not hardcode path in negate
by Denys Vlasenko
· 15 years ago
e640cb4
hush: fix bug 353 (wrong handling of \x in assignments)
by Denys Vlasenko
· 16 years ago
e19e193
hush: fix \<newline> handling
by Denys Vlasenko
· 16 years ago
bf25fbc
hush: fix handling of } which is not a closing one in { cmd; }
by Denis Vlasenko
· 16 years ago
bb92951
hush: fix "if { echo foo; } then { echo bar; } fi" parsing
by Denis Vlasenko
· 16 years ago
327fd47
skip some tests when fancy echo support is turned off
by Mike Frysinger
· 16 years ago
c3d9195
we arent testing `echo -n` here so use printf instead
by Mike Frysinger
· 16 years ago
715f712
move hush-parsing/and-or.tests to hush-misc/*
by Denis Vlasenko
· 16 years ago
3a64833
add some brute force logic tests
by Mike Frysinger
· 16 years ago
feecc7b
hush: tweak testsuite
by Denis Vlasenko
· 16 years ago
a8b6dff
hush: fix bug 207 and "hush -c" parameter passing.
by Denis Vlasenko
· 16 years ago
afdcd12
hush: fix a case where "$@" must expand to no word at all
by Denis Vlasenko
· 16 years ago
ab876cd
hush: add testsuite for "no globbing in redirection" rule.
by Denis Vlasenko
· 17 years ago
985de15
hush: expand quote3.tests and move from hush-bugs to hush-parsing
by Denis Vlasenko
· 17 years ago
a844200
hush: support "! cmd | cmd" negation
by Denis Vlasenko
· 17 years ago
43360e5
hush: fix escaping of \[*?; add testsuites for these and for globbing
by Denis Vlasenko
· 17 years ago
90e485c
hush: make syntax error messages a bit more useful
by Denis Vlasenko
· 18 years ago
1a73586
hush: fix a bit different instance of "No EOL" bug,
by Denis Vlasenko
· 18 years ago
8805eeb
shells: update README and testsuite. environment memory leak
by Denis Vlasenko
· 18 years ago
1f4cf51
hush: fix expansion of quoted $VAR, $* and $@
by Denis Vlasenko
· 18 years ago
8f6bdb4
hush: fix incorrect processing of echo "'$var'".
by Denis Vlasenko
· 18 years ago
d605094
hush: move testsuite files from hush-bugs to hush-parsing
by Denis Vlasenko
· 18 years ago
119b995
hush: reinstate hush_test, add testcases for process subst
by Denis Vlasenko
· 18 years ago
3e9aaae
hush: fix bug in interactive shell introduced yesterday
by Denis Vlasenko
· 18 years ago
e0a3367
hush: fix "unterminated last line loops forever" bug
by Denis Vlasenko
· 18 years ago