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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
whitespace fixes
Denys Vlasenko
2010-01-25
1
-1
/
+1
*
hush: use ash's read builtin
Denys Vlasenko
2010-01-12
10
-0
/
+54
*
hush: fix subshell.tests failure on NOMMU
Denys Vlasenko
2010-01-12
2
-5
/
+20
*
hush: two NOMMU fixes for bugs 877 and 883
Denys Vlasenko
2010-01-12
2
-0
/
+10
*
hush: plug a memory leak
Denys Vlasenko
2010-01-12
2
-0
/
+31
*
hush: fix exitcodes of killed processes
Denys Vlasenko
2010-01-04
2
-0
/
+14
*
hush: improve HUSH_BRACE_EXP code (still disabled). ~0 bytes
Denys Vlasenko
2009-11-17
2
-0
/
+8
*
hush: fix handling of words with braces. +65 bytes
Denys Vlasenko
2009-11-16
2
-0
/
+14
*
hush: fix exit code propagation from `cmd`. +45 bytes
Denys Vlasenko
2009-11-16
2
-8
/
+4
*
hush: wait for `cmd` to complete, and immediately store its exitcode in $?
Denys Vlasenko
2009-11-15
2
-0
/
+2
*
hush: fix exec builtin in a better way (+ "glob in exec" bug fixed)
Denys Vlasenko
2009-10-19
1
-3
/
+2
*
hush: fix handling of empty arguments
Denys Vlasenko
2009-10-18
4
-4
/
+26
*
hush: handle empty execs
Mike Frysinger
2009-10-18
2
-0
/
+30
*
typo fix in a comment in a testcase. oh well...
Denys Vlasenko
2009-09-30
1
-1
/
+1
*
ash,hush: make trap output short signal names, without SIG prefix
Denys Vlasenko
2009-09-27
2
-9
/
+9
*
hush: do not reset to default "" traps in subshell
Denys Vlasenko
2009-09-25
2
-0
/
+26
*
ash: better handling of EXIT trap in `trap` hack
Denys Vlasenko
2009-09-25
2
-2
/
+10
*
ash,hush: fix trap reporting: s/SIGEXIT/EXIT/
Denys Vlasenko
2009-09-24
1
-6
/
+6
*
hush: fix `trap`
Denys Vlasenko
2009-09-23
2
-0
/
+9
*
hush: do not process options after non-option args
Denys Vlasenko
2009-08-20
2
-0
/
+7
*
hust test: complain if busybox binary can't be found
Denys Vlasenko
2009-08-12
1
-6
/
+10
*
hush: fix \<newline> handling on NOMMU
Denys Vlasenko
2009-08-12
3
-10
/
+29
*
hush tests: remove the requirement that .config is in ../..
Denys Vlasenko
2009-08-12
1
-4
/
+10
*
hush: do not use ps -o in leak_argv1; do not hardcode path in negate
Denys Vlasenko
2009-08-12
4
-50
/
+17
*
hush: specially handle [[ - suppress globbing & multiword expansion
Denys Vlasenko
2009-06-09
2
-0
/
+26
*
hush: add support for local builtin
Denys Vlasenko
2009-06-03
4
-0
/
+29
*
hush_test: stop mixing tabs/spaces for indentation
Mike Frysinger
2009-06-01
1
-37
/
+37
*
hush: add support for special vars in braces
Mike Frysinger
2009-06-01
6
-8
/
+6
*
hush_test: filter test output to avoid C lib differences
Mike Frysinger
2009-06-01
1
-0
/
+4
*
hush: fix bug 353 (wrong handling of \x in assignments)
Denys Vlasenko
2009-05-28
2
-0
/
+16
*
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
3
-7
/
+18
*
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
*
hush_test: update test output to match new getopt() output
Mike Frysinger
2009-05-21
1
-1
/
+1
*
hush_test: ignore generated files
Mike Frysinger
2009-05-21
1
-0
/
+4
*
TODO: add some
Denys Vlasenko
2009-05-13
1
-2
/
+2
*
hush: add more complex case to leak testcase, fix found breakage
Denys Vlasenko
2009-05-04
1
-5
/
+4
*
hush: fix bug where in "var=val func" var's value is not visible in func
Denys Vlasenko
2009-05-04
2
-2
/
+0
*
hush: fix \<newline> handling
Denys Vlasenko
2009-05-03
3
-0
/
+8
*
hush: fix multiple redirections of the same fd (bug 227)
Denys Vlasenko
2009-05-02
2
-0
/
+9
*
make leak test more robust by unsetting all vars
Denis Vlasenko
2009-04-26
1
-2
/
+5
*
hush: make getopt32 usable in builtins. use it in unset.
Denis Vlasenko
2009-04-26
1
-3
/
+2
*
hush: nommu fix for function passing
Denis Vlasenko
2009-04-26
3
-0
/
+11
*
hush: fix SEGV in % expansion
Denis Vlasenko
2009-04-26
3
-3
/
+5
*
hush: export -n support
Denis Vlasenko
2009-04-20
2
-0
/
+47
*
hush: add two testcases
Denis Vlasenko
2009-04-20
4
-0
/
+23
*
hush: fix stdin of backgrounded pipe
Denis Vlasenko
2009-04-20
2
-0
/
+17
*
hush: fix "export not_yet_defined_var", fix parsing of "cmd | }"
Denis Vlasenko
2009-04-19
2
-0
/
+3
[prev]
[next]