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-misc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
hush: fix handling of \" in quoted/unquoted `cmd`
Denys Vlasenko
2010-09-12
2
-0
/
+16
*
hush: fix another corner case with backslashes in heredocs
Denys Vlasenko
2010-09-06
2
-0
/
+16
*
hush: fix backslash and terminator handling in <<[-]["]heredoc["]
Denys Vlasenko
2010-09-06
2
-0
/
+81
*
*: trailing empty lines removed
Denys Vlasenko
2010-07-26
1
-1
/
+0
*
whitespace fixes
Denys Vlasenko
2010-01-25
1
-1
/
+1
*
hush: two NOMMU fixes for bugs 877 and 883
Denys Vlasenko
2010-01-12
2
-0
/
+10
*
hush: fix exitcodes of killed processes
Denys Vlasenko
2010-01-04
2
-0
/
+14
*
hush: fix handling of empty arguments
Denys Vlasenko
2009-10-18
2
-0
/
+15
*
hush: do not process options after non-option args
Denys Vlasenko
2009-08-20
2
-0
/
+7
*
hush: fix \<newline> handling on NOMMU
Denys Vlasenko
2009-08-12
2
-0
/
+19
*
hush: add support for local builtin
Denys Vlasenko
2009-06-03
4
-0
/
+29
*
make compound.tests executable
Denys Vlasenko
2009-05-23
1
-0
/
+0
*
hush: fix problems with case in subshells and with "case esac"
Denys Vlasenko
2009-05-23
2
-6
/
+17
*
hush_test: add some pathological compound list tests
Mike Frysinger
2009-05-21
2
-0
/
+35
*
hush_test: test for subshell function syntax
Mike Frysinger
2009-05-21
2
-0
/
+12
*
hush_test: add subshelled case tests
Mike Frysinger
2009-05-21
1
-0
/
+12
*
TODO: add some
Denys Vlasenko
2009-05-13
1
-2
/
+2
*
hush: fix bug where in "var=val func" var's value is not visible in func
Denys Vlasenko
2009-05-04
2
-0
/
+6
*
hush: fix multiple redirections of the same fd (bug 227)
Denys Vlasenko
2009-05-02
2
-0
/
+9
*
hush: nommu fix for function passing
Denis Vlasenko
2009-04-26
2
-0
/
+9
*
hush: export -n support
Denis Vlasenko
2009-04-20
2
-0
/
+47
*
hush: add two testcases
Denis Vlasenko
2009-04-20
2
-0
/
+15
*
hush: fix stdin of backgrounded pipe
Denis Vlasenko
2009-04-20
2
-0
/
+17
*
hush: fix handling of } which is not a closing one in { cmd; }
Denis Vlasenko
2009-04-19
1
-1
/
+1
*
hush: return builtin by Bayram Kurumahmut (kbayram AT ubicom.com)
Denis Vlasenko
2009-04-17
2
-0
/
+12
*
hush: add function tests
Denis Vlasenko
2009-04-10
4
-0
/
+36
*
hush: fix some TODOs. TODO in export builting: +250 bytes.
Denis Vlasenko
2009-04-10
2
-0
/
+13
*
hush: tighten up "for" variable name check.
Denis Vlasenko
2009-04-10
5
-11
/
+27
*
hush: readability improvements.
Denis Vlasenko
2009-04-10
4
-0
/
+113
*
hush: fix EXIT trap recursion case; check redirection failures
Denis Vlasenko
2009-04-09
4
-0
/
+28
*
hush: more rodust detection of unterminated strings etc;
Denis Vlasenko
2009-04-08
2
-0
/
+12
*
hush: echo \2>file fix
Denis Vlasenko
2009-04-08
6
-0
/
+7
*
hush: fix heredoc expansion of $var and `cmd`
Denis Vlasenko
2009-04-07
4
-0
/
+21
*
add a pathological test case for here doc related to eof marker and other ugl...
Mike Frysinger
2009-04-07
2
-0
/
+17
*
hush: heredoc support, based on patch by Mike Frysinger (vapier AT gentoo.org)
Denis Vlasenko
2009-04-07
3
-11
/
+25
*
hush: fix "if false; then...fi" exitcode;
Denis Vlasenko
2009-04-06
2
-0
/
+3
*
make hush-misc/*.tests executable
Denis Vlasenko
2009-04-06
4
-0
/
+0
*
hush: fix a bunch of obscure while/until/continue bugs
Denis Vlasenko
2009-04-06
8
-0
/
+27
*
*.tests should be executable
Denis Vlasenko
2009-04-06
1
-0
/
+0
*
move hush-parsing/and-or.tests to hush-misc/*
Denis Vlasenko
2009-04-06
2
-0
/
+52
*
add tests for basic fd open/close/dupe
Mike Frysinger
2009-04-06
2
-0
/
+36
*
fix redir1 tests -- usleep isnt standard in $PATH
Mike Frysinger
2009-04-06
1
-1
/
+3
*
hush: fix "var=val >file" not creating file
Denis Vlasenko
2009-04-04
2
-0
/
+42
*
hush: finally make `cmd` safe on NOMMU
Denis Vlasenko
2009-04-03
1
-0
/
+2
*
hush: improve parse_stream: does not require parsing context struct;
Denis Vlasenko
2009-04-03
1
-1
/
+1
*
hush: fix mishandling of a'b'c=fff as assignments. They are not.
Denis Vlasenko
2008-08-04
4
-0
/
+57
*
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
[prev]
[next]