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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ash,hush: properly handle ${v//pattern/repl} if pattern starts with /
Denys Vlasenko
2018-08-04
6
-1
/
+28
*
hush: speed up ${var:+ARG} for literal ARGs
Denys Vlasenko
2018-07-31
1
-27
/
+31
*
hush: fix another case where empty "for" wasn't setting exitcode to 0
Denys Vlasenko
2018-07-28
5
-1
/
+13
*
hush: disable debug_indent increment/decrement for HUSH_DEBUG < 2 builds
Denys Vlasenko
2018-07-28
1
-2
/
+2
*
hush: make "set -x" output don't redirectable when fd#2 redirected
Denys Vlasenko
2018-07-28
1
-45
/
+84
*
hush: make "set -x" output closer to bash
Denys Vlasenko
2018-07-27
1
-18
/
+60
*
hush: fix "set -x" output prefix overlapping for v="..`cmd`.." case
Denys Vlasenko
2018-07-27
1
-14
/
+20
*
hush: in some cases, expand_on_ifs() relied of uninitialized memory
Denys Vlasenko
2018-07-27
1
-2
/
+13
*
hush: improve set -x: make "+++" indent level increase in `cmd` and eval.
Denys Vlasenko
2018-07-26
1
-9
/
+19
*
hush: fix/explain corner cases of redirection colliding with script fd
Denys Vlasenko
2018-07-24
1
-12
/
+49
*
hush: add "heredoc.tests" from ash, tweak ash "is a function" message
Denys Vlasenko
2018-07-24
4
-2
/
+120
*
hush: fix nested redirects colliding with script fds
Denys Vlasenko
2018-07-24
7
-98
/
+174
*
hush: handle backslash-newline in heredoc terminators
Denys Vlasenko
2018-07-24
5
-2
/
+28
*
hush: fix handling of heredocs not enclosed in groups where they are "declared"
Denys Vlasenko
2018-07-24
7
-45
/
+84
*
hush: fix heredoc handling in the "cmd <<EOF ;<newline>" case
Denys Vlasenko
2018-07-23
7
-24
/
+50
*
hush: fix handling of heredocs starting with empty lines
Denys Vlasenko
2018-07-23
5
-0
/
+20
*
hush: never glob result of dquoted "${v:+/bin/c*}"
Denys Vlasenko
2018-07-20
5
-1
/
+53
*
hush: tidy up code after previous commits
Denys Vlasenko
2018-07-20
1
-48
/
+43
*
hush: better names for o_free_unsafe() / o_free(), no logic changes
Denys Vlasenko
2018-07-20
1
-16
/
+17
*
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
*
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
[prev]
[next]