index
:
platform/upstream/busybox
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/kevinthierry/bump-1.22.1
sandbox/ronan/generic
sandbox/ronan/tizen
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_4.0
tizen_ivi_genivi
upstream
Domain: System / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
hush_test
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-22
hush: fix segfault in ${?:N:M}
Denys Vlasenko
4
-3
/
+31
2010-05-22
hush: fix "hush -c 'echo $#'" showing -1
Denys Vlasenko
2
-1
/
+11
2010-05-22
hush: support ${var:EXPR:EXPR}!
Denys Vlasenko
2
-44
/
+64
2010-05-22
hush: fix more obscure ${var%...} cases
Denys Vlasenko
4
-8
/
+22
2010-05-21
hush: fix a=abc; c=c; echo ${a%${c}}
Denys Vlasenko
3
-5
/
+12
2010-05-21
hush: handle expansions in ${var?expanded_word} constructs
Denys Vlasenko
2
-0
/
+35
2010-05-21
hush: handle ${var:NUM:} too
Denys Vlasenko
2
-0
/
+24
2010-05-21
hush: optional support for ${var:N:M} bashism
Denys Vlasenko
2
-0
/
+75
2010-05-20
hush: fix var=`exit 2` not setting $? to 2
Denys Vlasenko
2
-0
/
+49
2010-05-17
hush: fix hush-bugs/parse_err.tests
Denys Vlasenko
3
-3
/
+3
2010-05-17
add two more tests which currently fail
Denys Vlasenko
2
-0
/
+5
2010-01-25
whitespace fixes
Denys Vlasenko
1
-1
/
+1
2010-01-12
hush: use ash's read builtin
Denys Vlasenko
10
-0
/
+54
2010-01-12
hush: fix subshell.tests failure on NOMMU
Denys Vlasenko
2
-5
/
+20
2010-01-12
hush: two NOMMU fixes for bugs 877 and 883
Denys Vlasenko
2
-0
/
+10
2010-01-12
hush: plug a memory leak
Denys Vlasenko
2
-0
/
+31
2010-01-04
hush: fix exitcodes of killed processes
Denys Vlasenko
2
-0
/
+14
2009-11-17
hush: improve HUSH_BRACE_EXP code (still disabled). ~0 bytes
Denys Vlasenko
2
-0
/
+8
2009-11-16
hush: fix handling of words with braces. +65 bytes
Denys Vlasenko
2
-0
/
+14
2009-11-16
hush: fix exit code propagation from `cmd`. +45 bytes
Denys Vlasenko
2
-8
/
+4
2009-11-15
hush: wait for `cmd` to complete, and immediately store its exitcode in $?
Denys Vlasenko
2
-0
/
+2
2009-10-19
hush: fix exec builtin in a better way (+ "glob in exec" bug fixed)
Denys Vlasenko
1
-3
/
+2
2009-10-18
hush: fix handling of empty arguments
Denys Vlasenko
4
-4
/
+26
2009-10-18
hush: handle empty execs
Mike Frysinger
2
-0
/
+30
2009-09-30
typo fix in a comment in a testcase. oh well...
Denys Vlasenko
1
-1
/
+1
2009-09-27
ash,hush: make trap output short signal names, without SIG prefix
Denys Vlasenko
2
-9
/
+9
2009-09-25
hush: do not reset to default "" traps in subshell
Denys Vlasenko
2
-0
/
+26
2009-09-25
ash: better handling of EXIT trap in `trap` hack
Denys Vlasenko
2
-2
/
+10
2009-09-24
ash,hush: fix trap reporting: s/SIGEXIT/EXIT/
Denys Vlasenko
1
-6
/
+6
2009-09-23
hush: fix `trap`
Denys Vlasenko
2
-0
/
+9
2009-08-20
hush: do not process options after non-option args
Denys Vlasenko
2
-0
/
+7
2009-08-12
hust test: complain if busybox binary can't be found
Denys Vlasenko
1
-6
/
+10
2009-08-12
hush: fix \<newline> handling on NOMMU
Denys Vlasenko
3
-10
/
+29
2009-08-12
hush tests: remove the requirement that .config is in ../..
Denys Vlasenko
1
-4
/
+10
2009-08-12
hush: do not use ps -o in leak_argv1; do not hardcode path in negate
Denys Vlasenko
4
-50
/
+17
2009-06-09
hush: specially handle [[ - suppress globbing & multiword expansion
Denys Vlasenko
2
-0
/
+26
2009-06-03
hush: add support for local builtin
Denys Vlasenko
4
-0
/
+29
2009-06-01
hush_test: stop mixing tabs/spaces for indentation
Mike Frysinger
1
-37
/
+37
2009-06-01
hush: add support for special vars in braces
Mike Frysinger
6
-8
/
+6
2009-06-01
hush_test: filter test output to avoid C lib differences
Mike Frysinger
1
-0
/
+4
2009-05-28
hush: fix bug 353 (wrong handling of \x in assignments)
Denys Vlasenko
2
-0
/
+16
2009-05-23
make compound.tests executable
Denys Vlasenko
1
-0
/
+0
2009-05-23
hush: fix problems with case in subshells and with "case esac"
Denys Vlasenko
3
-7
/
+18
2009-05-21
hush_test: add some pathological compound list tests
Mike Frysinger
2
-0
/
+35
2009-05-21
hush_test: test for subshell function syntax
Mike Frysinger
2
-0
/
+12
2009-05-21
hush_test: add subshelled case tests
Mike Frysinger
1
-0
/
+12
2009-05-21
hush_test: update test output to match new getopt() output
Mike Frysinger
1
-1
/
+1
2009-05-21
hush_test: ignore generated files
Mike Frysinger
1
-0
/
+4
2009-05-13
TODO: add some
Denys Vlasenko
1
-2
/
+2
2009-05-04
hush: add more complex case to leak testcase, fix found breakage
Denys Vlasenko
1
-5
/
+4
[next]