Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
e789c3bea18181723c4ae7d761ec30926d182cfb
/
shell
/
hush_test
/
hush-misc
9809a82
hush: fix raw ^C handlisg in single-quoted strings
by Denys Vlasenko
· 7 years ago
6606c51
hush: add command2.tests from ash tests
by Denys Vlasenko
· 7 years ago
1f19112
hush: fix handling of ^C in eval
by Denys Vlasenko
· 7 years ago
932b997
hush: fix handling of raw ^C in scripts: "echo ^C"
by Denys Vlasenko
· 7 years ago
5b3d2eb
hush: fix "true | func_with_return" not allowing return.
by Denys Vlasenko
· 7 years ago
75481d3
hush: functions have priority over builtins (!)
by Denys Vlasenko
· 7 years ago
ca50caa
shell: some additions to *sh-misc/* tests
by Denys Vlasenko
· 7 years ago
9fda609
hush: add support for "set -e"
by Denys Vlasenko
· 7 years ago
840a435
hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?"
by Denys Vlasenko
· 7 years ago
e59591a
hush: Print error messages on shift -1
by Denys Vlasenko
· 7 years ago
b18b04c
shell: remove duplicate sigint1.tests (another copies are in signals/)
by Denys Vlasenko
· 7 years ago
cafb2d1
hush: add tickquote1.tests from ash testsuite
by Denys Vlasenko
· 7 years ago
10ad622
Spelling fixes in comments, documentation, tests and examples
by Denys Vlasenko
· 8 years ago
2b15590
hush: fix a bug in argv restoration after sourcing a file
by Denys Vlasenko
· 8 years ago
ea7d2f6
ash: fix error code regression
by Ron Yorston
· 8 years ago
02affb4
hush: rework "wait %jobspec" to work in non-interactive shells too
by Denys Vlasenko
· 8 years ago
672a55e
hush: allow { cmd } to not be terminated by semicolon in some cases
by Denys Vlasenko
· 8 years ago
7e67536
hush: fix "wait PID"
by Denys Vlasenko
· 8 years ago
c775f82
sh testsuite: add tests for exitcode on failure to exec
by Denys Vlasenko
· 8 years ago
9793fc5
hush testsuite: fix another false positive
by Denys Vlasenko
· 8 years ago
d3b4e5e
hust testsuite: fix a false positive
by Denys Vlasenko
· 8 years ago
a62bc80
ash testsuite: add most of hust tests which pass for ash
by Denys Vlasenko
· 8 years ago
c7a774d
sh testsuite: sync ash-misc/source* and hush-misc/source*
by Denys Vlasenko
· 8 years ago
c4cf542
sh testsuite: create hush-redir/* and move files around
by Denys Vlasenko
· 8 years ago
1b73f84
sh testsuite: create hush-heredoc/* and move files around
by Denys Vlasenko
· 8 years ago
5d6b872
hush testsuite: add many tests from ash testsuite
by Denys Vlasenko
· 8 years ago
a2633aa
hush: add func6.tests
by Denys Vlasenko
· 8 years ago
78c9c73
hush: fix 'eval ""' handling
by Denys Vlasenko
· 8 years ago
992e0ff
hush: fix ". EMPTY_LINE" not setting $? to 0
by Denys Vlasenko
· 8 years ago
928e2a7
ash: [EVAL] Make eval with empty arguments return 0
by Denys Vlasenko
· 8 years ago
eb17b6f
ash: eval: Return status in eval functions
by Denys Vlasenko
· 8 years ago
aa3576a
hush: fix "redirects can close script fd" bug
by Denys Vlasenko
· 8 years ago
bc9bee0
hush-misc/func_args1.tests: remove "UNFIXED BUG", it does not fail
by Denys Vlasenko
· 9 years ago
112889d
hush: copy for.tests from ash testsuite
by Denys Vlasenko
· 9 years ago
450a367
typo fix
by Denys Vlasenko
· 9 years ago
b5be13c
hush: fix a nommu bug where a part of function body is lost if run in a pipe
by Denys Vlasenko
· 9 years ago
c538d5b
hush: make ${#var} unicode-aware
by Denys Vlasenko
· 10 years ago
3beab83
hush: fix for "while false && true; do echo BUG; break; done". closes 6170
by Denys Vlasenko
· 12 years ago
88b532d
hush: source builtin should override $N only if it has args
by Denys Vlasenko
· 12 years ago
00ae989
hush: fix a corner case of empty "do \n done" structure
by Denys Vlasenko
· 14 years ago
29f9b72
hush: fix misparsing of "... do eval a= ...". Closes 3721
by Denys Vlasenko
· 14 years ago
c162bcd
hush: document a bug about aborting on sourced file error when non-interactive
by Denys Vlasenko
· 14 years ago
68d5cb5
hush: fix a case where return in sourced file has no effect
by Denys Vlasenko
· 14 years ago
bac0a25
slightly better wording in comments
by Denys Vlasenko
· 14 years ago
b12553f
ash: fix ash-signals/signal8 testcase failure
by Denys Vlasenko
· 14 years ago
8ee2ada
echo: do not retry on write errors
by Denys Vlasenko
· 14 years ago
7b4c0fd
hush: fix improper handling of newline and hash chars in few corner cases
by Denys Vlasenko
· 14 years ago
6696eac
hush: add support for "set -o pipefail"
by Denys Vlasenko
· 14 years ago
acd5bc8
hush: fix handling of \" in quoted/unquoted `cmd`
by Denys Vlasenko
· 14 years ago
c3adfac
hush: fix another corner case with backslashes in heredocs
by Denys Vlasenko
· 14 years ago
77b32cc
hush: fix backslash and terminator handling in <<[-]["]heredoc["]
by Denys Vlasenko
· 14 years ago
ba2dccc
*: trailing empty lines removed
by Denys Vlasenko
· 14 years ago
3581c62
whitespace fixes
by Denys Vlasenko
· 15 years ago
b70cef7
hush: two NOMMU fixes for bugs 877 and 883
by Denys Vlasenko
· 15 years ago
a4899ef
hush: fix exitcodes of killed processes
by Denys Vlasenko
· 15 years ago
f37eb39
hush: fix handling of empty arguments
by Denys Vlasenko
· 15 years ago
a67a962
hush: do not process options after non-option args
by Denys Vlasenko
· 15 years ago
cbfe6ad
hush: fix \<newline> handling on NOMMU
by Denys Vlasenko
· 15 years ago
295fef8
hush: add support for local builtin
by Denys Vlasenko
· 16 years ago
4f26c97
make compound.tests executable
by Denys Vlasenko
· 16 years ago
e9bda90
hush: fix problems with case in subshells and with "case esac"
by Denys Vlasenko
· 16 years ago
342a63d
hush_test: add some pathological compound list tests
by Mike Frysinger
· 16 years ago
12bcc76
hush_test: test for subshell function syntax
by Mike Frysinger
· 16 years ago
7b424fe
hush_test: add subshelled case tests
by Mike Frysinger
· 16 years ago
318a8e5
TODO: add some
by Denys Vlasenko
· 16 years ago
cb6ff25
hush: fix bug where in "var=val func" var's value is not visible in func
by Denys Vlasenko
· 16 years ago
1dd6cf8
hush: fix multiple redirections of the same fd (bug 227)
by Denys Vlasenko
· 16 years ago
5729300
hush: nommu fix for function passing
by Denis Vlasenko
· 16 years ago
ad4bd05
hush: export -n support
by Denis Vlasenko
· 16 years ago
d40fa39
hush: add two testcases
by Denis Vlasenko
· 16 years ago
8c64e03
hush: fix stdin of backgrounded pipe
by Denis Vlasenko
· 16 years ago
bf25fbc
hush: fix handling of } which is not a closing one in { cmd; }
by Denis Vlasenko
· 16 years ago
3d40d8e
hush: return builtin by Bayram Kurumahmut (kbayram AT ubicom.com) ~+200 bytes
by Denis Vlasenko
· 16 years ago
ce4acbb
hush: add function tests
by Denis Vlasenko
· 16 years ago
0b677d8
hush: fix some TODOs. TODO in export builting: +250 bytes.
by Denis Vlasenko
· 16 years ago
1fd1ea4
hush: tighten up "for" variable name check.
by Denis Vlasenko
· 16 years ago
c96865f
hush: readability improvements.
by Denis Vlasenko
· 16 years ago
efea9d2
hush: fix EXIT trap recursion case; check redirection failures
by Denis Vlasenko
· 16 years ago
5c090a9
hush: more rodust detection of unterminated strings etc;
by Denis Vlasenko
· 16 years ago
3dfb035
hush: echo \2>file fix
by Denis Vlasenko
· 16 years ago
02d6f1a
hush: fix heredoc expansion of $var and `cmd`
by Denis Vlasenko
· 16 years ago
b509c9c
add a pathological test case for here doc related to eof marker and other ugly corner cases
by Mike Frysinger
· 16 years ago
6c9be7f
hush: heredoc support, based on patch by Mike Frysinger (vapier AT gentoo.org)
by Denis Vlasenko
· 16 years ago
0e15138
hush: fix "if false; then...fi" exitcode; trim "keyword"-less hush by 10 bytes
by Denis Vlasenko
· 16 years ago
4ed67dd
make hush-misc/*.tests executable
by Denis Vlasenko
· 16 years ago
cd418a2
hush: fix a bunch of obscure while/until/continue bugs
by Denis Vlasenko
· 16 years ago
8f8d013
*.tests should be executable
by Denis Vlasenko
· 16 years ago
715f712
move hush-parsing/and-or.tests to hush-misc/*
by Denis Vlasenko
· 16 years ago
3c7167b
add tests for basic fd open/close/dupe
by Mike Frysinger
· 16 years ago
9052600
fix redir1 tests -- usleep isnt standard in $PATH
by Mike Frysinger
· 16 years ago
552433b
hush: fix "var=val >file" not creating file
by Denis Vlasenko
· 16 years ago
db2a9b6
hush: finally make `cmd` safe on NOMMU
by Denis Vlasenko
· 16 years ago
b6e6556
hush: improve parse_stream: does not require parsing context struct;
by Denis Vlasenko
· 16 years ago
2b576b8
hush: fix mishandling of a'b'c=fff as assignments. They are not.
by Denis Vlasenko
· 16 years ago
f173607
hush: fix "case ... in <newline> word)..."
by Denis Vlasenko
· 16 years ago
4554b72
hush: small fix for repeated continue and fix for wrong loop depth count
by Denis Vlasenko
· 16 years ago
fcf37c3
hush: fix break'ing out of {} and () groups; with testcase
by Denis Vlasenko
· 16 years ago
dadfb49
hush: add #defines to switch off break/continue if loops are not supported
by Denis Vlasenko
· 16 years ago
918a34b
hush: fix "while false; ..." exitcode; add testsuites
by Denis Vlasenko
· 16 years ago
6a2d40f
hush: support "break N" and "continue N"
by Denis Vlasenko
· 16 years ago
Next »