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
*
Skip carriage return in read builtin command
Ron Yorston
2012-02-06
1
-1
/
+1
*
win32: ash: teach "cd" DOS path separator '\'
Nguyễn Thái Ngọc Duy
2011-01-14
1
-7
/
+8
*
Merge remote-tracking branch 'upstream/master'
Nguyễn Thái Ngọc Duy
2011-01-04
12
-238
/
+465
|
\
|
*
init: simpler handling of leading dash in commands
Denys Vlasenko
2010-12-25
1
-1
/
+1
|
*
hush: fix FEATURE_CLEAN_UP code (was freeing unallocated memory)
Denys Vlasenko
2010-12-21
1
-45
/
+49
|
*
hush: fix build breakage (variable declared in for())
Denys Vlasenko
2010-12-18
1
-21
/
+24
|
*
add if guards around include <malloc.h>
Denys Vlasenko
2010-12-05
1
-1
/
+5
|
*
hush: move G_x_mode define to the more appropriate place
Denys Vlasenko
2010-11-28
1
-5
/
+5
|
*
Support set -o xtrace/noexec alternates for set -x/-n
Dan Fandrich
2010-11-28
1
-6
/
+14
|
*
hush: display useful help text
Dan Fandrich
2010-11-28
1
-2
/
+8
|
*
fixes for bugs discovered by randomconfig builds and tests
Denys Vlasenko
2010-11-22
2
-3
/
+12
|
*
hush: fix improper handling of newline and hash chars in few corner cases
Denys Vlasenko
2010-11-22
7
-123
/
+160
|
*
hush: add support for "set -o pipefail"
Denys Vlasenko
2010-11-14
3
-23
/
+186
|
*
hush: preparatory patch for set -o pipefail support
Denys Vlasenko
2010-11-14
1
-4
/
+5
|
*
whitespace cleanup
Denys Vlasenko
2010-10-29
2
-13
/
+5
*
|
Merge commit 'e4dcba1c103dc28e927e004791e331aaf604383d'
Nguyễn Thái Ngọc Duy
2011-01-04
2
-4
/
+4
|
\
|
|
*
*: whitespace fixes
Denys Vlasenko
2010-10-28
2
-4
/
+4
*
|
Merge commit '06f719fd79fe15ce6fd5431bc58fcb22851de24d^'
Nguyễn Thái Ngọc Duy
2011-01-04
12
-540
/
+637
|
\
|
|
*
*: whitespace fixes
Denys Vlasenko
2010-10-05
1
-1
/
+1
|
*
hush: remove "doesn't support brace expansion" from config help text
Denys Vlasenko
2010-10-04
1
-2
/
+2
|
*
hush: remove brace expansion from TODO list in comments. No code changes.
Denys Vlasenko
2010-10-03
1
-4
/
+5
|
*
hush: small code shrink
Denys Vlasenko
2010-10-03
1
-2
/
+6
|
*
hush: add brace expansion testcase
Denys Vlasenko
2010-10-03
2
-0
/
+14
|
*
hush: implement brace expansion
Denys Vlasenko
2010-10-03
1
-5
/
+20
|
*
hush: preparatory patch, no code changes
Denys Vlasenko
2010-10-03
1
-25
/
+26
|
*
ash: fix signal and "set -e" interaction
Denys Vlasenko
2010-09-25
5
-6
/
+58
|
*
hush: use smaller EXP_FLAG_foo constants
Denys Vlasenko
2010-09-21
1
-11
/
+11
|
*
shell/math: better comment. no code changes
Denys Vlasenko
2010-09-17
1
-2
/
+2
|
*
hush: move shell_ver from globals to main's stack.
Denys Vlasenko
2010-09-16
1
-8
/
+9
|
*
shell/math: deconvolute and explain ?: handling. Give better error message
Denys Vlasenko
2010-09-16
6
-129
/
+144
|
*
shell/math: return string error indicator, not integer
Denys Vlasenko
2010-09-15
6
-131
/
+113
|
*
shell/math.c: stop using bss variable
Denys Vlasenko
2010-09-13
2
-22
/
+37
|
*
shell/math.c: rename arith_eval_hooks to arith_state, put error code into it
Denys Vlasenko
2010-09-13
4
-81
/
+78
|
*
shell/math.c: small code shrink; fixed incomprehensible comments
Denys Vlasenko
2010-09-13
1
-112
/
+113
|
*
shell: small code shrink
Denys Vlasenko
2010-09-13
1
-8
/
+9
|
*
shell: shrink arith code; and prepare for returning text error codes
Denys Vlasenko
2010-09-13
2
-65
/
+63
*
|
win32: ash: fix path_advance() not advancing correctly
Nguyễn Thái Ngọc Duy
2011-01-04
1
-1
/
+10
*
|
win32: ash: implement ^C (and Ctrl+Break)
Nguyễn Thái Ngọc Duy
2010-09-23
1
-0
/
+25
*
|
win32: ash: make waitpid return early if there is no child
Nguyễn Thái Ngọc Duy
2010-09-22
1
-0
/
+2
*
|
Merge remote branch 'origin/master'
Nguyễn Thái Ngọc Duy
2010-09-14
33
-3012
/
+3502
|
\
|
|
*
hush: optional support for history saving
Denys Vlasenko
2010-09-12
1
-0
/
+20
|
*
hush: move the EXIT trap comment. no code changes
Denys Vlasenko
2010-09-12
1
-2
/
+3
|
*
hush: fix EXIT trap display inside exit trap handler
Denys Vlasenko
2010-09-12
3
-4
/
+45
|
*
shell/match.c: shrink by dropping double bool inversion
Denys Vlasenko
2010-09-12
1
-6
/
+4
|
*
hush: fix handling of \" in quoted/unquoted `cmd`
Denys Vlasenko
2010-09-12
5
-22
/
+50
|
*
ash: shrink by folding an if check into setprompt; unindent big block
Denys Vlasenko
2010-09-12
1
-166
/
+149
|
*
ash: add missing casts to match CTLfoo; add TODO comments
Denys Vlasenko
2010-09-12
1
-8
/
+12
|
*
hush: remove forgotten commented-out block. no code changes
Denys Vlasenko
2010-09-10
1
-4
/
+0
|
*
hush: do fewer strdups in % and hash expansions
Denys Vlasenko
2010-09-10
3
-13
/
+30
|
*
hush: better function and parameter names
Denys Vlasenko
2010-09-10
1
-20
/
+55
[next]