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: force inlining of a trivial function
Denys Vlasenko
2017-07-26
1
-1
/
+1
*
ash: revert previous implementation of "A=1 A=2 B=$A cmd" code
Denys Vlasenko
2017-07-26
1
-47
/
+15
*
ash: [VAR] Fix loss of variables when hash collides
Denys Vlasenko
2017-07-26
1
-10
/
+16
*
ash: [VAR] Do not poplocalvars prematurely on regular utilities
Denys Vlasenko
2017-07-26
1
-4
/
+6
*
ash: [VAR] Fix poplocalvar on abnormal exit from function
Denys Vlasenko
2017-07-26
1
-5
/
+14
*
ash: [VAR] Replace cmdenviron with localvars
Denys Vlasenko
2017-07-26
1
-27
/
+34
*
ash: [VAR] Fix poplocalvar leak
Denys Vlasenko
2017-07-26
1
-1
/
+2
*
ash: [VAR] Add localvars nesting
Denys Vlasenko
2017-07-26
1
-13
/
+44
*
ash: alloc slightly smaller buffer in cvtnum(); faster unsetvar()
Denys Vlasenko
2017-07-26
1
-9
/
+13
*
ash: fix redir_leak.tests if STANDALONE=y
Denys Vlasenko
2017-07-26
1
-0
/
+1
*
shell: remove ${#+} tests, it is not a valid construct
Denys Vlasenko
2017-07-26
4
-6
/
+16
*
hush: fix ${##}, ${#?}, ${#!} handling
Denys Vlasenko
2017-07-26
7
-9
/
+106
*
ash: [SHELL] Optimize dash -c "command" to avoid a fork
Denys Vlasenko
2017-07-25
1
-7
/
+11
*
ash: allow "trap NUM [SIG]..." syntax
Denys Vlasenko
2017-07-25
2
-3
/
+8
*
ash: [REDIR] Replace GPL noclobberopen code with the FreeBSD version
Denys Vlasenko
2017-07-25
1
-64
/
+17
*
ash: sync up with dash with respect to redirection escaping
Denys Vlasenko
2017-07-25
1
-5
/
+1
*
ash: [VAR] Move unsetvar functionality into setvareq
Denys Vlasenko
2017-07-25
6
-46
/
+81
*
ash: import param_expand_default.tests from hush
Denys Vlasenko
2017-07-25
3
-2
/
+34
*
hush: treat ${#?} as "length of $?"
Denys Vlasenko
2017-07-25
5
-5
/
+115
*
ash: add a few tests from hush-vars/*
Denys Vlasenko
2017-07-25
10
-23
/
+283
*
ash: fix comment, no code changes
Denys Vlasenko
2017-07-24
1
-3
/
+0
*
ash: copy three tests from hush_test/hush-signals/*
Denys Vlasenko
2017-07-24
6
-0
/
+74
*
shell: some additions to *sh-misc/* tests
Denys Vlasenko
2017-07-24
7
-0
/
+34
*
ash: add most of hush process subst tests
Denys Vlasenko
2017-07-24
12
-0
/
+89
*
hush: fix a case when redirect to a closed fd #1 is not restoring (closing) it
Denys Vlasenko
2017-07-24
3
-7
/
+35
*
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
*
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
[next]