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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
hush_test
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hush: fix mishandling of a'b'c=fff as assignments. They are not.
Denis Vlasenko
2008-08-04
4
-0
/
+57
*
hush: support $_NUMBERS variable names
Denis Vlasenko
2008-07-31
4
-0
/
+6
*
hush: fix "case ... in <newline> word)..."
Denis Vlasenko
2008-07-31
2
-0
/
+9
*
hush: small fix for repeated continue and fix for wrong loop depth count
Denis Vlasenko
2008-07-29
2
-0
/
+12
*
hush: fix break'ing out of {} and () groups; with testcase
Denis Vlasenko
2008-07-29
2
-0
/
+17
*
hush: add #defines to switch off break/continue if loops are not supported
Denis Vlasenko
2008-07-29
2
-0
/
+8
*
hush: fix "while false; ..." exitcode; add testsuites
Denis Vlasenko
2008-07-28
4
-0
/
+21
*
hush: support "break N" and "continue N"
Denis Vlasenko
2008-07-28
6
-0
/
+18
*
hush: finish and enable optional case...esac support. Code size cost:
Denis Vlasenko
2008-07-28
2
-0
/
+30
*
hush: support "for if in do done then; do echo $if; done" case
Denis Vlasenko
2008-07-06
2
-0
/
+6
*
hush: support "for v; do ... done" syntax (implied 'in "$@"')
Denis Vlasenko
2008-07-05
2
-0
/
+10
*
hush: fix a case where "$@" must expand to no word at all
Denis Vlasenko
2008-07-05
2
-0
/
+16
*
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: add testsuite for "no globbing in redirection" rule.
Denis Vlasenko
2008-06-18
6
-0
/
+51
*
hush: expand quote3.tests and move from hush-bugs to hush-parsing
Denis Vlasenko
2008-06-18
4
-11
/
+33
*
hush: fix $$ handling
Denis Vlasenko
2008-06-17
2
-0
/
+2
*
hush: fix "for a in; do echo 'I should never run'; done" bug
Denis Vlasenko
2008-06-17
2
-0
/
+0
*
move glob_and_assign.tests from hush-bugs to hush-glob
Denis Vlasenko
2008-06-17
2
-0
/
+0
*
hush: continue fixing quoting and subst: fix glob_and_assign.tests.
Denis Vlasenko
2008-06-17
3
-19
/
+24
*
hush: delete hush-bugs/glob_and_vars.tests for real
Denis Vlasenko
2008-06-16
1
-2
/
+0
*
hush: fix hush-bugs/glob_and_vars.tests testcase:
Denis Vlasenko
2008-06-16
5
-1
/
+7
*
hush: fix a bug where we were requiring semicolon here: (cmd;)
Denis Vlasenko
2008-06-14
3
-2
/
+1
*
hush: add support for ':'; create testsuite entries
Denis Vlasenko
2008-06-14
9
-5
/
+17
*
hush: support "! cmd | cmd" negation
Denis Vlasenko
2008-06-14
5
-2
/
+57
*
hush: fix for nested $()s with escapes + testsuite
Denis Vlasenko
2008-06-12
3
-1
/
+14
*
hush: more backtick and quoting fixes...
Denis Vlasenko
2008-06-10
2
-0
/
+17
*
hush: fix escaping of \[*?; add testsuites for these and for globbing
Denis Vlasenko
2008-06-10
6
-0
/
+20
*
hush: fix yet another fallout
Denis Vlasenko
2008-06-10
4
-1
/
+0
*
hush: fix some fallout from prev commits, add testsuite
Denis Vlasenko
2008-06-10
2
-0
/
+10
*
hush: add yet another bug to testsuite :(
Denis Vlasenko
2008-06-08
2
-0
/
+7
*
msh: create testsuite (based on hush one)
Denis Vlasenko
2008-03-02
1
-0
/
+3
*
hush: small fixes to docs/testsuite
Denis Vlasenko
2008-02-10
1
-1
/
+1
*
hush: reinstate `cmd` handling for NOMMU (with fat big warning).
Denis Vlasenko
2008-02-10
2
-1
/
+23
*
add expected output
Mike Frysinger
2007-12-25
1
-0
/
+2
*
hush: fix $ expansion in redirections, add testcase for that
Denis Vlasenko
2007-11-23
3
-0
/
+17
*
hush: plug memory leak
Denis Vlasenko
2007-11-23
2
-17
/
+40
*
hush: fix read builtin to not read ahead past eol and to not use
Denis Vlasenko
2007-06-13
2
-0
/
+8
*
hush: rework variable storage and environment handling.
Denis Vlasenko
2007-05-25
2
-0
/
+71
*
hush: improve 2 testsuite tests
Denis Vlasenko
2007-05-24
4
-2
/
+17
*
hush: add 2 tests for correct syntax error reporting
Denis Vlasenko
2007-05-24
2
-0
/
+2
*
hush: make syntax error messages a bit more useful
Denis Vlasenko
2007-05-23
2
-0
/
+0
*
hush: prepare testsuite for new, fixed error message format
Denis Vlasenko
2007-05-23
1
-1
/
+1
*
hush: fix job control with eval /bin/external_prog
Denis Vlasenko
2007-05-23
2
-0
/
+3
*
hush: fix a bit different instance of "No EOL" bug,
Denis Vlasenko
2007-05-23
4
-2
/
+11
*
fix execute bit on hush-misc/shift.tests
Denis Vlasenko
2007-05-23
1
-0
/
+0
*
shells: update README and testsuite. environment memory leak
Denis Vlasenko
2007-05-21
2
-0
/
+2
*
hush: fix shift + $0 bug; add testcase
Denis Vlasenko
2007-05-20
2
-0
/
+8
*
hush: make process substitution configurable; add a testcase
Denis Vlasenko
2007-05-20
2
-0
/
+4
*
hush: fix expansion of quoted $VAR, $* and $@
Denis Vlasenko
2007-05-16
8
-14
/
+19
[next]