index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
propagate_sigint
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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
hush: fix handling of '' in ${var:+ARG}
Denys Vlasenko
2018-07-20
7
-3
/
+217
|
*
hush: fix word splitting in ${v:+ARG} - dollar_altvalue1 test
Denys Vlasenko
2018-07-20
5
-61
/
+284
|
*
hush: expand_vars_to_list() should not assume it starts new word
Denys Vlasenko
2018-07-20
1
-8
/
+10
|
*
hush: remove pointless "next" var, simplify expand_vars_to_list()
Denys Vlasenko
2018-07-20
1
-19
/
+16
|
*
hush: store "ended_in_ifs" flag in o_string
Denys Vlasenko
2018-07-20
1
-18
/
+19
|
*
hush: propagate (output,n) parameters into expand_one_var()
Denys Vlasenko
2018-07-20
1
-14
/
+49
|
*
hush: make expand_vars_to_list() a bit more sane
Denys Vlasenko
2018-07-20
1
-28
/
+32
|
*
hush: reduce indentation, no code changes
Denys Vlasenko
2018-07-18
1
-27
/
+25
|
*
hush: fix 'x=; echo ${x:-"$@"}' producing 'BUG in varexp2' message
Denys Vlasenko
2018-07-18
1
-7
/
+14
|
*
hush: smaller code to set o_string to ""
Denys Vlasenko
2018-07-18
1
-4
/
+2
|
*
whitespace fixes
Denys Vlasenko
2018-07-17
2
-9
/
+9
|
*
hush: faster/smaller code to check for presense of multiple chars in string
Denys Vlasenko
2018-07-17
1
-13
/
+18
|
*
hush: improve ${var#...}, ${var:+...} and ${var/.../...} - handle quoting
Denys Vlasenko
2018-07-17
19
-57
/
+291
|
*
hush: shrink code in builtin_eval
Denys Vlasenko
2018-07-15
1
-26
/
+26
|
*
hush: unset_local_var_len is only used by unset_local_var
Denys Vlasenko
2018-06-26
1
-1
/
+1
|
*
hush: fix compile problem found by randomconfig
Denys Vlasenko
2018-06-26
1
-1
/
+2
|
*
hush: fix dup_CLOEXEC() call without "avoid_fd" parameter
Denys Vlasenko
2018-06-26
1
-1
/
+1
|
*
hush: fix for !ENABLE_HUSH_MODE_X configuration
Denys Vlasenko
2018-06-26
1
-2
/
+2
|
*
hush: variable nesting code is used also if HUSH_FUNCTIONS is not enabled
Denys Vlasenko
2018-06-26
1
-52
/
+52
|
*
randomconfig fixes
Denys Vlasenko
2018-06-26
1
-0
/
+2
|
*
restore documentation on the build config language
Kartik Agaram
2018-06-06
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-05-13
32
-294
/
+1066
|
\
|
|
*
ash: expand: Fix buffer overflow in expandmeta
Denys Vlasenko
2018-04-14
1
-25
/
+42
|
*
shell: add 6856 $IFS tests to testsuites
Denys Vlasenko
2018-04-11
4
-0
/
+516
|
*
hush: fix recent breakage from parse_stream() changes
Denys Vlasenko
2018-04-11
5
-22
/
+32
|
*
hush: fix IFS handling in read
Denys Vlasenko
2018-04-11
3
-1
/
+54
|
*
hush: IFS fixes
Denys Vlasenko
2018-04-11
5
-2
/
+54
|
*
hush: fix "$v" expansion in case patterns when v='[a]'
Denys Vlasenko
2018-04-11
5
-16
/
+52
|
*
ash: parser: Allow newlines within parameter substitution
Denys Vlasenko
2018-04-11
5
-1
/
+26
|
*
hush: optimize parse_stream()
Denys Vlasenko
2018-04-11
1
-28
/
+31
|
*
hush: do not drop backslash from eval 'echo ok\'
Denys Vlasenko
2018-04-11
6
-8
/
+22
|
*
shell: add comments about [[, no code changes
Denys Vlasenko
2018-04-10
2
-1
/
+26
|
*
hush: fix handling of \<eof> in double-quoted strings
Denys Vlasenko
2018-04-10
3
-5
/
+12
|
*
hush: fix eval 'echo ok\'
Denys Vlasenko
2018-04-10
3
-5
/
+11
|
*
hush: simplify \<newline> code, part 3
Denys Vlasenko
2018-04-10
1
-55
/
+45
|
*
hush: simplify \<newline> code, part 2
Denys Vlasenko
2018-04-10
1
-30
/
+30
|
*
hush: simplify \<newline> code, part 1
Denys Vlasenko
2018-04-10
1
-11
/
+11
|
*
hush: put "current word" structure into parsing context
Denys Vlasenko
2018-04-10
1
-122
/
+120
|
*
ash: if "[[" bashism is not supported, do not handle it anywhere
Denys Vlasenko
2018-04-10
1
-0
/
+2
|
*
ash: trivial code shrink
Denys Vlasenko
2018-04-10
1
-1
/
+2
|
*
hush: fix var_leaks.tests and var_preserved.tests on NOMMU
Denys Vlasenko
2018-04-09
1
-49
/
+59
|
*
hush: fix func_return2.tests on NOMMU
Denys Vlasenko
2018-04-09
1
-0
/
+7
*
|
ash: make loopnest a global variable
Ron Yorston
2018-04-13
1
-1
/
+2
*
|
ash: make commandname a global variable
Ron Yorston
2018-04-12
1
-2
/
+7
*
|
ash: make struct forkshell a local variable in evalbackcmd
Ron Yorston
2018-04-10
1
-7
/
+7
*
|
ash: make 'read -s' work
Ron Yorston
2018-04-10
1
-1
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-04-09
56
-516
/
+840
|
\
|
|
*
bzip2: fix two crashes on corrupted archives
Denys Vlasenko
2018-04-08
1
-1
/
+0
|
*
libbb.h: always include sys/resource.h
Denys Vlasenko
2018-04-08
1
-1
/
+0
|
*
hush: fix prompt in multi-line $(())
Denys Vlasenko
2018-04-07
1
-12
/
+22
[prev]
[next]