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: use glob() from libc
Denys Vlasenko
2016-09-21
1
-11
/
+91
|
*
ash: fix handling of bashism $'xxx' with high-bit chars. Closes 9236
Denys Vlasenko
2016-09-20
1
-0
/
+3
|
*
hush: document better where bad redirect syntax is detected
Denys Vlasenko
2016-09-20
1
-3
/
+20
|
*
ash: exit after subshell error when errexit option is set
Rostislav Skudnov
2016-09-17
3
-0
/
+8
|
*
fix "aloc" -> "alloc" typos
Denys Vlasenko
2016-09-17
1
-1
/
+1
|
*
ash: add a FIXME for bug 9246
Denys Vlasenko
2016-09-17
1
-0
/
+9
|
*
*: placate some compile warnings on OSX
Denys Vlasenko
2016-09-01
1
-2
/
+2
|
*
hush: fix "redirects can close script fd" bug
Denys Vlasenko
2016-08-22
3
-61
/
+170
|
*
hush: do not leak script fds into NOEXEC children
Denys Vlasenko
2016-08-20
1
-10
/
+68
|
*
hush: bit better comments in redirect code. No logic changes
Denys Vlasenko
2016-08-20
1
-11
/
+38
|
*
hush: `cmd` and arithmetic also need the fix for FILE rewind
Denys Vlasenko
2016-08-19
1
-32
/
+39
|
*
hush: fix a bug in FEATURE_SH_STANDALONE=y config. Closes 9186
Denys Vlasenko
2016-08-19
2
-4
/
+22
|
*
ash: fix handling of ${VAR: -2}
Denys Vlasenko
2016-07-25
3
-4
/
+25
|
*
config: disentangle PREFER_APPLETS from SH_STANDALONE and SH_NOFORK
Denys Vlasenko
2016-07-22
1
-2
/
+2
|
*
hush: fix a possible bug
Denys Vlasenko
2016-07-21
1
-1
/
+3
|
*
ash: do not leave SIGQUIT ignored on "exec CMD"
Denys Vlasenko
2016-07-16
3
-1
/
+20
*
|
ash: enable wait builtin command
Ron Yorston
2016-05-19
1
-4
/
+0
*
|
ash: use a macro to substitute waitpid_child for waitpid
Ron Yorston
2016-05-18
1
-4
/
+1
*
|
ash: fix use of pid/handle in waitpid_child
Ron Yorston
2016-05-18
1
-34
/
+65
*
|
win32: adjustments to spawn functions
Ron Yorston
2016-05-18
1
-2
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-05-16
6
-6
/
+13
|
\
|
|
*
*: slap on a few ALIGN1/2s where appropriate
Denys Vlasenko
2016-04-22
2
-4
/
+4
|
*
ash: bash-compatible $'...' shouldn't expand in double quotes
Ron Yorston
2016-04-15
5
-1
/
+7
|
*
Rewrite iteration through applet names to save a few bytes
Ron Yorston
2016-04-15
1
-1
/
+2
*
|
ash: adjustment to 'busybox' command in standalone shell mode
Ron Yorston
2016-04-22
1
-19
/
+5
*
|
ash: improve handling of invalid environment variable names
Ron Yorston
2016-04-05
1
-6
/
+6
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-04-04
5
-0
/
+13
|
\
|
|
*
ash_test: ignore generated files
Mike Frysinger
2016-03-22
1
-0
/
+7
|
*
ash_test: printenv: fix missing includes
Mike Frysinger
2016-03-22
1
-0
/
+1
|
*
ash: fix corruption of ${#var} if $var contains UTF-8 characters
Ron Yorston
2016-03-22
3
-0
/
+5
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-02-22
1
-2
/
+1
|
\
|
|
*
Fix compiling with musl's utmp stubs
Kylie McClain
2016-02-01
1
-1
/
+0
|
*
ash: suppress a compilation warning
Cristian Ionescu-Idbohrn
2016-01-02
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-11-06
20
-33
/
+228
|
\
|
|
*
ash: add support for bash 'function' keyword
Ron Yorston
2015-11-04
3
-31
/
+110
|
*
hush-misc/func_args1.tests: remove "UNFIXED BUG", it does not fail
Denys Vlasenko
2015-11-04
2
-3
/
+0
|
*
ash: copy function tests from hush testsuite
Ron Yorston
2015-11-04
16
-0
/
+119
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-10-31
18
-62
/
+107
|
\
|
|
*
ash: allow popredir to be called if the stack is empty
Ron Yorston
2015-10-30
1
-1
/
+1
|
*
ash: fix EXEXEC status clobbering
Ron Yorston
2015-10-30
1
-1
/
+1
|
*
ash: add tests for failures of the exec and command builtins
Ron Yorston
2015-10-30
4
-0
/
+13
|
*
hush: copy for.tests from ash testsuite
Denys Vlasenko
2015-10-29
2
-0
/
+6
|
*
ash: simplify EOF/newline handling in list parser
Ron Yorston
2015-10-29
1
-34
/
+29
|
*
Revert "ash: fix a SEGV case in an invalid heredoc" xxx
Ron Yorston
2015-10-29
1
-11
/
+4
|
*
ash: fix error during recursive processing of here document
Ron Yorston
2015-10-29
3
-2
/
+13
|
*
ash tests: make test print test name before it is run
Denys Vlasenko
2015-10-29
1
-2
/
+4
|
*
ash: only allow local variables in functions
Ron Yorston
2015-10-29
3
-0
/
+5
|
*
ash: respect -p flag when command builtin is run with -v/-V
Ron Yorston
2015-10-29
3
-4
/
+10
|
*
ash: fix command -- crash
Denys Vlasenko
2015-10-29
1
-3
/
+4
|
*
ash: save a few bytes in code to parse case statements
Ron Yorston
2015-10-29
1
-4
/
+2
[prev]
[next]