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
*
config: update size information
Denys Vlasenko
2018-12-28
3
-3
/
+3
*
randomconfig fixes
Denys Vlasenko
2018-12-27
1
-1
/
+1
*
inetd: suppress aliasing warning
Denys Vlasenko
2018-12-08
2
-2
/
+2
*
suppress gcc 8 aliasing warnings
Denys Vlasenko
2018-12-08
2
-2
/
+2
*
hush: allow hush to run embedded scripts
Ron Yorston
2018-11-27
3
-15
/
+31
*
ash: reset tokpushback before prompting while parsing heredoc
Christoph Schulz
2018-11-20
1
-0
/
+1
*
Treat custom and applet scripts as applets
Ron Yorston
2018-11-17
1
-15
/
+4
*
ash: ensure variables are fully initialised when unset
Ron Yorston
2018-11-16
1
-3
/
+2
*
hush: correct description for HUSH_TICK config option
Ron Yorston
2018-11-14
1
-1
/
+1
*
ash: minor fixes
Ron Yorston
2018-11-06
1
-1
/
+5
*
ash: fix thinko in last commit
Denys Vlasenko
2018-11-01
1
-5
/
+1
*
ash: in tryexec(), ensure we don't try to run embedded scripts as applets
Ron Yorston
2018-11-01
1
-0
/
+8
*
ash: recognize embedded scripts in SH_STANDALONE mode
Ron Yorston
2018-11-01
1
-0
/
+12
*
claenups for previous commit
Denys Vlasenko
2018-11-01
1
-8
/
+3
*
ash: allow shell scripts to be embedded in the binary
Denys Vlasenko
2018-11-01
1
-1
/
+32
*
hush: tweak comment, no code changes
Denys Vlasenko
2018-08-14
1
-4
/
+4
*
hush: add a comment on how globbing (should) work
Denys Vlasenko
2018-08-11
1
-0
/
+35
*
ash: expand: Do not quote backslashes in unquoted parameter expansion
Denys Vlasenko
2018-08-07
5
-6
/
+32
*
hush: adopt ash's quote_in_varexp1.tests
Denys Vlasenko
2018-08-05
2
-0
/
+4
*
ash: exec: Return 126 on most errors in shellexec
Denys Vlasenko
2018-08-05
1
-4
/
+4
*
ash: eval: Restore input files in evalcommand
Denys Vlasenko
2018-08-05
1
-2
/
+12
*
ash: parser: Fix parsing of ${}
Denys Vlasenko
2018-08-05
1
-2
/
+3
*
ash,hush: fold shell_builtin_read() way-too-many params into a struct param
Denys Vlasenko
2018-08-05
4
-84
/
+64
*
hush: set IFS to default on startup
Denys Vlasenko
2018-08-05
1
-11
/
+10
*
hush: fix fallout from FILE->HFILE conversion
Denys Vlasenko
2018-08-05
1
-2
/
+8
*
ash: expand: Fix ghost fields with unquoted $@/$*
Denys Vlasenko
2018-08-05
5
-12
/
+36
*
ash: var: Set IFS to fixed value at start time
Denys Vlasenko
2018-08-05
1
-0
/
+1
*
ash: eval: Variable assignments on functions are no longer persistent
Denys Vlasenko
2018-08-05
6
-10
/
+5
*
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
[next]