index
:
delta/busybox.git
0_60_stable
1_00_stable
1_00_stable_10817
1_10_stable
1_11_stable
1_12_stable
1_13_stable
1_14_stable
1_15_stable
1_16_stable
1_17_stable
1_18_stable
1_19_stable
1_1_stable
1_20_stable
1_21_stable
1_22_stable
1_23_stable
1_24_stable
1_25_stable
1_26_stable
1_27_stable
1_28_stable
1_29_stable
1_30_stable
1_31_stable
1_32_stable
1_33_stable
1_34_stable
1_35_stable
1_36_stable
1_3_stable
1_4_stable
1_5_stable
1_6_stable
1_7_stable
1_8_stable
1_9_stable
baserock/1.22.1-openwrt
baserock/1.23.2-openwrt
baserock/build-essential
baserock/danielfirth/RT144
baserock/danielsilverstone/vagrant-support
baserock/jjardon/build-essential
baserock/liw/S8704-always-ntpd
baserock/morph
baserock/pedroalvarez/build-essential
baserock/pedroalvarez/enable-patch
baserock/radiofree/busyboxfix
baserock/radiofree/ntpdscript
baserock/richardmaw/S5892/boot-sequencing
baserock/richardmaw/S8564/ro-staging-area
baserock/richardmaw/S9245/init
baserock/richardmaw/add-read-dash-d
baserock/robkendrick/mips64
baserock/tiagogomes/bbgawk
master
git.busybox.net: busybox.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
Commit message (
Expand
)
Author
Age
Files
Lines
*
hush: pass functions to child shells on NOMMU
Denis Vlasenko
2009-04-12
1
-43
/
+98
*
ash: fix warning in debug build
Denis Vlasenko
2009-04-12
1
-1
/
+3
*
hush: remove functions from TODOs
Denis Vlasenko
2009-04-11
1
-2
/
+0
*
hush: improve debugging output
Denis Vlasenko
2009-04-11
1
-101
/
+126
*
hush: fix "while...do f1() {a;}; f1; f1 {b;}; f1; done" bug
Denis Vlasenko
2009-04-11
2
-21
/
+59
*
hush: tweak tests
Denis Vlasenko
2009-04-10
3
-37
/
+109
*
hush: add function tests
Denis Vlasenko
2009-04-10
7
-19
/
+65
*
hush: pass $n to functions
Denis Vlasenko
2009-04-10
1
-12
/
+50
*
hush: fix a few thinkos in function support; make it work on NOMMU;
Denis Vlasenko
2009-04-10
1
-69
/
+120
*
hush: first stab at function support. argv passing is not coded yet.
Denis Vlasenko
2009-04-10
1
-64
/
+169
*
hush: reinstate accidentally reverted comment fix
Denis Vlasenko
2009-04-10
1
-1
/
+2
*
hush: fix some TODOs. TODO in export builting: +250 bytes.
Denis Vlasenko
2009-04-10
3
-51
/
+89
*
hush: tighten up "for" variable name check.
Denis Vlasenko
2009-04-10
9
-24
/
+82
*
hush: fix typo in comment
Denis Vlasenko
2009-04-10
1
-1
/
+2
*
fix segfault on syntax error code path
Denis Vlasenko
2009-04-10
1
-6
/
+7
*
hush: readability improvements.
Denis Vlasenko
2009-04-10
5
-97
/
+232
*
add test cases for parameter substitution with unset/null strings
Mike Frysinger
2009-04-09
2
-0
/
+38
*
dont crash if the variable we do substitution on is not set
Mike Frysinger
2009-04-09
1
-12
/
+14
*
hush: shrink and make more versatile error-reporting machinery
Denis Vlasenko
2009-04-09
1
-39
/
+46
*
hush: deal with some easier TODOs
Denis Vlasenko
2009-04-09
5
-157
/
+214
*
hush: plug the leak of expanded heredoc
Denis Vlasenko
2009-04-09
6
-10
/
+49
*
hush: fix EXIT trap recursion case; check redirection failures
Denis Vlasenko
2009-04-09
5
-30
/
+74
*
*: make "pragma GCC visibility push(hidden)" less ugly
Denis Vlasenko
2009-04-09
2
-2
/
+10
*
skip some tests when fancy echo support is turned off
Mike Frysinger
2009-04-09
3
-0
/
+6
*
we arent testing `echo -n` here so use printf instead
Mike Frysinger
2009-04-09
1
-6
/
+6
*
source the .config so tests can signal they need to be skipped due to feature...
Mike Frysinger
2009-04-09
1
-2
/
+11
*
hush: typo in comment
Denis Vlasenko
2009-04-09
1
-1
/
+1
*
hush: fix thinko in re_execute_shell; pass even less junk to heredoc helper
Denis Vlasenko
2009-04-09
1
-8
/
+19
*
hush: more rodust detection of unterminated strings etc;
Denis Vlasenko
2009-04-08
7
-31
/
+177
*
expand leak_all1.tests
Denis Vlasenko
2009-04-08
1
-2
/
+8
*
slight tweak to the leak detector
Denis Vlasenko
2009-04-08
1
-3
/
+3
*
hush: plug leak in run_pipe(). NOMMU only.
Denis Vlasenko
2009-04-08
1
-10
/
+42
*
hush: add a leak test which currently fails
Denis Vlasenko
2009-04-08
2
-0
/
+44
*
hush: add leak detector helper; fix/add tests for it
Denis Vlasenko
2009-04-08
7
-133
/
+126
*
hush: echo \2>file fix
Denis Vlasenko
2009-04-08
7
-8
/
+28
*
hush: fix heredoc expansion of $var and `cmd`
Denis Vlasenko
2009-04-07
5
-60
/
+120
*
hush: fix wrong comment
Denis Vlasenko
2009-04-07
1
-1
/
+2
*
hush: fix heredoc <<- handling.
Denis Vlasenko
2009-04-07
1
-137
/
+135
*
hush: NOMMU-safe support of big heredocs
Denis Vlasenko
2009-04-07
1
-127
/
+177
*
here documents have been added, so drop from TODO
Mike Frysinger
2009-04-07
1
-1
/
+0
*
use sleep rather than usleep
Mike Frysinger
2009-04-07
1
-2
/
+4
*
add a pathological test case for here doc related to eof marker and other ugl...
Mike Frysinger
2009-04-07
2
-0
/
+17
*
implement support for parameter substitution via #/% operators
Mike Frysinger
2009-04-07
6
-25
/
+243
*
hush: heredoc support, based on patch by Mike Frysinger (vapier AT gentoo.org)
Denis Vlasenko
2009-04-07
4
-115
/
+319
*
hush: s/last_return_code/last_exitcode/g
Denis Vlasenko
2009-04-06
1
-19
/
+19
*
hush: fix "if false; then...fi" exitcode;
Denis Vlasenko
2009-04-06
3
-4
/
+12
*
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
10
-20
/
+66
*
*.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
/
+0
[next]