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
...
|
*
hush: fix a case when redirect to a closed fd #1 is not restoring (closing) it
Denys Vlasenko
2017-07-24
3
-7
/
+35
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-07-24
64
-210
/
+736
|
\
|
|
*
ash: add all hush parsing tests to ast tests
Denys Vlasenko
2017-07-24
49
-4
/
+331
|
*
hush: use mempcpy where useful
Denys Vlasenko
2017-07-24
1
-7
/
+4
|
*
ash: fix for last commit
Denys Vlasenko
2017-07-23
1
-1
/
+1
|
*
ash: use mempcpy() in more places
Denys Vlasenko
2017-07-23
1
-6
/
+5
|
*
ash: use mempcpy() where appropriate
Denys Vlasenko
2017-07-21
1
-2
/
+2
|
*
ash: suppress readonly1.tests false positive; add readonly0.tests
Denys Vlasenko
2017-07-21
4
-4
/
+62
|
*
ash: improve set -x to quote strings as necessary
Denys Vlasenko
2017-07-21
3
-11
/
+94
|
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
4
-141
/
+141
|
*
shell: optional support for read -t N.NNN, closes 10101
Denys Vlasenko
2017-07-20
6
-30
/
+93
|
*
ash: remove contradicting size info in config help
Denys Vlasenko
2017-07-18
1
-2
/
+1
|
*
hush: remove contradicting size info in config help
Denys Vlasenko
2017-07-18
1
-1
/
+1
|
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
3
-3
/
+3
|
*
hush: tweak "help" output
Denys Vlasenko
2017-07-18
1
-2
/
+2
*
|
ash: allow for filename extension in find_command
Ron Yorston
2017-07-24
1
-2
/
+9
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-07-18
75
-501
/
+1305
|
\
|
|
*
hush: fix readonly2.tests failure
Denys Vlasenko
2017-07-18
3
-0
/
+13
|
*
hush: another testcase for "READONLY_VAR=VAL BLTIN ..."
Denys Vlasenko
2017-07-18
4
-5
/
+27
|
*
hush: do not assign to readonly VAR in "VAR=VAL CMD" syntax too
Denys Vlasenko
2017-07-18
3
-12
/
+33
|
*
hush: add readonly testcase, fix fallout
Denys Vlasenko
2017-07-18
3
-9
/
+53
|
*
hush: convert exp/ro/local parameters to bitfields in one flag param
Denys Vlasenko
2017-07-18
1
-46
/
+35
|
*
hush: HUSH_READONLY depends on HUSH
Denys Vlasenko
2017-07-17
1
-0
/
+1
|
*
hush: forgot to emit error on (failing) second "readonly VAR=VAL"
Denys Vlasenko
2017-07-17
1
-3
/
+2
|
*
hush: smaller code in !READONLY configs
Denys Vlasenko
2017-07-17
1
-4
/
+7
|
*
hush: implement "readonly" builtin
Denys Vlasenko
2017-07-17
1
-36
/
+63
|
*
ash: more general format ${var:EXPR:EXPR}
Denys Vlasenko
2017-07-17
3
-17
/
+73
|
*
ash: "you disabled math" is wrong: user did not disable it, builder of ash did
Denys Vlasenko
2017-07-17
1
-1
/
+1
|
*
hush: small fix to last commit
Denys Vlasenko
2017-07-17
1
-1
/
+1
|
*
hush: support ${VAR:N:-M}
Denys Vlasenko
2017-07-17
3
-23
/
+72
|
*
shells: expand TODO comments, no code changes
Denys Vlasenko
2017-07-17
2
-5
/
+27
|
*
hush: fix "cmd1 && cmd2 &" handling on NOMMU
Denys Vlasenko
2017-07-16
1
-9
/
+13
|
*
shell: and_or_and_backgrounding.tests is no longer "UNFIXED BUG"
Denys Vlasenko
2017-07-15
2
-2
/
+0
|
*
hush: fix and_or_and_backgrounding.tests failure
Denys Vlasenko
2017-07-15
5
-1
/
+71
|
*
ash: protect WIFSTOPPED use with #if JOBS
Johannes Schindelin
2017-07-15
1
-3
/
+9
|
*
hush: make "wait %1" work even if the job is dead
Denys Vlasenko
2017-07-14
1
-39
/
+52
|
*
hush: remove superfluous comparison
Denys Vlasenko
2017-07-14
1
-1
/
+1
|
*
hush: add support for "set -e"
Denys Vlasenko
2017-07-14
7
-21
/
+96
|
*
hush: add TODO for "set -e"
Denys Vlasenko
2017-07-10
1
-0
/
+17
|
*
hush: simplify insert_job_into_table() a bit
Denys Vlasenko
2017-07-10
1
-15
/
+12
|
*
hush: rename a few functions
Denys Vlasenko
2017-07-10
1
-10
/
+10
|
*
hush: explain why wait5.tests is failing
Denys Vlasenko
2017-07-08
1
-0
/
+13
|
*
hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?"
Denys Vlasenko
2017-07-07
5
-5
/
+26
|
*
hush: fix two redirection testcase failures
Denys Vlasenko
2017-07-07
3
-68
/
+117
|
*
main: fix the case where user has "halt" as login shell. Closes 9986
Denys Vlasenko
2017-07-07
2
-2
/
+2
|
*
shell: sync redir/* tests
Denys Vlasenko
2017-07-06
4
-0
/
+22
|
*
ash: rename redir5.tests (hush has redir5.tests which is different)
Denys Vlasenko
2017-07-06
3
-2
/
+2
|
*
hush: add a TODO about redir3.tests failure
Denys Vlasenko
2017-07-06
3
-0
/
+12
|
*
hush: rename hush-redir/redir3.tests (ash has redir3.tests which id different)
Denys Vlasenko
2017-07-06
2
-0
/
+0
|
*
hush: Print error messages on shift -1
Denys Vlasenko
2017-07-06
4
-2
/
+33
[prev]
[next]