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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
hush: fix mishandling of "true | f() { echo QWE; }"
Denys Vlasenko
2018-04-03
1
-0
/
+9
|
*
hush: fix "set -e; false || x=1; echo OK"
Denys Vlasenko
2018-04-03
5
-7
/
+43
|
*
hush: one-word, no-globbing handling of local/export/readonly args
Denys Vlasenko
2018-04-03
1
-21
/
+32
|
*
ash: parser: Fix parameter expansion inside inner double quotes
Denys Vlasenko
2018-04-02
3
-2
/
+8
|
*
hush: fix a backslash-removal bug in case
Denys Vlasenko
2018-04-02
5
-3
/
+37
|
*
ash: expand: Fix bugs with words connected to the right of $@
Denys Vlasenko
2018-04-02
5
-4
/
+13
|
*
ash: redir: Fix typo in noclobber code
Denys Vlasenko
2018-04-02
1
-1
/
+1
|
*
ash: parser: Fix single-quoted patterns in here-documents
Denys Vlasenko
2018-04-02
3
-1
/
+16
|
*
hush: remove stray debugging printout
Denys Vlasenko
2018-04-02
1
-1
/
+0
|
*
ash: parser: Add syntax stack for recursive parsing
Denys Vlasenko
2018-04-02
19
-121
/
+168
*
|
win32: more backslash to slash conversions
Ron Yorston
2018-04-08
1
-0
/
+3
*
|
ps: indicate forkshell processes in listing
Ron Yorston
2018-04-05
1
-3
/
+4
*
|
ash: emulate raw input to read builtin
Ron Yorston
2018-04-05
1
-2
/
+36
*
|
ps: obtain applet names from other BusyBox processes
Ron Yorston
2018-04-04
1
-7
/
+0
*
|
ash: reinstate applet name variable after forkshell
Ron Yorston
2018-04-03
1
-0
/
+7
*
|
ash: minor forkshell fixes
Ron Yorston
2018-04-02
1
-7
/
+5
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-04-02
37
-107
/
+466
|
\
|
|
*
hush: update information comment about heredoc discrepancy
Denys Vlasenko
2018-04-01
1
-7
/
+12
|
*
libbb: new function bb_die_memory_exhausted
Denys Vlasenko
2018-04-01
1
-2
/
+2
|
*
hush: add a comment where we differ from bash wrt heredoc EOF mark handling
Denys Vlasenko
2018-04-01
3
-15
/
+8
|
*
parser: Fix backquote support in here-document EOF mark
Denys Vlasenko
2018-04-01
5
-0
/
+36
|
*
ash,hush: handle a few more bkslash-newline cases
Denys Vlasenko
2018-04-01
10
-3
/
+53
|
*
shells: fix var_LINENO1.tests false positive, add it to ash tests too
Denys Vlasenko
2018-03-31
3
-1
/
+15
|
*
hush: fix heredoc_bkslash_newline1.tests failure
Denys Vlasenko
2018-03-31
1
-35
/
+42
|
*
ash: use pgetc_eatbnl() in more places
Denys Vlasenko
2018-03-31
7
-35
/
+191
|
*
ash: 'nolog' and 'debug' options cause "$-" to wreak havoc
Martijn Dekker
2018-03-31
1
-1
/
+1
|
*
hush: fix a signedness bug
Denys Vlasenko
2018-03-31
1
-1
/
+1
|
*
ash,hush: new test dollar_repl_slash_bash2.tests
Denys Vlasenko
2018-03-30
4
-0
/
+6
|
*
ash: fix "char == CTLfoo" comparison signedness bug
Denys Vlasenko
2018-03-30
1
-3
/
+3
|
*
ash: use F_DUPFD_CLOEXEC and O_CLOEXEC
Denys Vlasenko
2018-03-30
1
-9
/
+16
|
*
hush: add a FIXME comment
Denys Vlasenko
2018-03-28
1
-0
/
+6
|
*
ash,hush: fix "saved" redirected fds still visible in children
Denys Vlasenko
2018-03-28
14
-13
/
+92
*
|
ash: add some debug for the forkshell data block
Ron Yorston
2018-04-01
1
-0
/
+87
*
|
ash: align funcblocksize handling with upstream
Ron Yorston
2018-04-01
1
-68
/
+76
*
|
ash: align funcstring handling with upstream
Ron Yorston
2018-04-01
1
-27
/
+30
*
|
ash: reorder items in forkshell data block
Ron Yorston
2018-04-01
1
-48
/
+47
*
|
ash: revise handling of builtin environment variables during fork
Ron Yorston
2018-03-31
1
-32
/
+24
*
|
ash: copy environment variables when importing them
Ron Yorston
2018-03-30
1
-0
/
+4
*
|
ash: use SIGTERM to kill processes
Ron Yorston
2018-03-27
1
-1
/
+9
*
|
win32: allow use of shell's PRNG for /dev/urandom
Ron Yorston
2018-03-22
3
-0
/
+15
*
|
win32: add a function to convert backslashes to slashes
Ron Yorston
2018-03-18
1
-6
/
+2
*
|
ash: remove special treatment of device files
Ron Yorston
2018-03-15
1
-20
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-03-15
22
-11
/
+137
|
\
|
|
*
hush: code shrink
Denys Vlasenko
2018-03-06
1
-6
/
+7
|
*
hush: fix a='a\\'; echo "${a%\\\\}"
Denys Vlasenko
2018-03-02
10
-3
/
+39
|
*
shell: tweak bkslash_in_varexp.tests, add bkslash_in_varexp1.tests
Denys Vlasenko
2018-03-02
8
-5
/
+50
|
*
shell: two new tests, both fail for ash and hush
Denys Vlasenko
2018-03-02
8
-0
/
+44
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-03-01
6
-17
/
+122
|
\
|
|
*
hush: simplify process_command_subs()
Denys Vlasenko
2018-02-13
1
-11
/
+9
|
*
ash : fix double-quoted "\z" handling
Denys Vlasenko
2018-02-13
5
-6
/
+113
[prev]
[next]