index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
propagate_sigint
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
/
examples
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-08-02
hush: do not accept "if() { echo; }" function def
Denys Vlasenko
5
-17
/
+60
2017-08-02
line editing: make read_line_input() not take timeout param
Denys Vlasenko
6
-20
/
+30
2017-08-02
hush: make SIGINT handling visually less confusing
Denys Vlasenko
1
-3
/
+3
2017-08-02
NOFORK fixes
Denys Vlasenko
6
-6
/
+48
2017-08-02
do not use `a' quoting style in comments
Denys Vlasenko
35
-42
/
+42
2017-08-02
config: do not use `a' quoting in help texts
Denys Vlasenko
6
-6
/
+6
2017-07-31
ash: align --login code with dash
Denys Vlasenko
1
-13
/
+17
2017-07-31
test: fix 4-argument case
Denys Vlasenko
1
-9
/
+39
2017-07-31
hush: remove redundant "G_flag_return_in_progress = -1"
Denys Vlasenko
1
-1
/
+0
2017-07-31
hush: fix "true | func_with_return" not allowing return.
Denys Vlasenko
9
-8
/
+52
2017-07-31
ash: fix display of ">&-" redirect in job strings
Denys Vlasenko
1
-1
/
+8
2017-07-31
hush: functions have priority over builtins (!)
Denys Vlasenko
5
-14
/
+39
2017-07-31
hush: if STANDALONE, close interactive fd for NOEXECed children
Denys Vlasenko
1
-2
/
+15
2017-07-31
ash,hush: ">&10" redirects to script/tty fds should not work
Denys Vlasenko
2
-19
/
+72
2017-07-31
ash: significant overhaul of redirect saving logic
Denys Vlasenko
11
-143
/
+225
2017-07-31
hush: massage redirect code to be slightly more like ash
Denys Vlasenko
1
-37
/
+72
2017-07-31
ash: remove REDIR_SAVEFD2
Denys Vlasenko
1
-32
/
+37
2017-07-29
ash: if !ENABLE_ASH_EXPAND_PRMT, disable PSSYNTAX code
Denys Vlasenko
1
-2
/
+8
2017-07-29
ash: [REDIR] Fix popredir on abnormal exit from built-in
Denys Vlasenko
1
-26
/
+44
2017-07-29
ash: [PARSER] Add FAKEEOFMARK for expandstr
Denys Vlasenko
1
-19
/
+27
2017-07-29
hush: fix handling of empty heredoc EOF marker
Denys Vlasenko
5
-17
/
+63
2017-07-29
ash: [PARSER] Removed noexpand/length check on eofmark
Denys Vlasenko
3
-70
/
+52
2017-07-29
ash: "Undo all redirections" comment is wrong, delete it
Denys Vlasenko
1
-26
/
+22
2017-07-29
libbb: remove vdprintf
Ron Yorston
4
-27
/
+0
2017-07-29
ps: tweak outdated comment, no code changes
Denys Vlasenko
1
-5
/
+0
2017-07-29
ps: implement -o sid
Denys Vlasenko
1
-0
/
+6
2017-07-29
standalone shell / prefer_applets: fix "exe" in comm fields
Denys Vlasenko
1
-0
/
+18
2017-07-29
ash: make tryexec(cmd) parameter const char
Denys Vlasenko
1
-4
/
+4
2017-07-29
shell: make standalone shell tab-complete "busybox"
Denys Vlasenko
2
-6
/
+21
2017-07-28
ash: support platforms that don't have '%m' printf specifier
Ron Yorston
2
-5
/
+21
2017-07-28
ash: less hackish implementation of evaltreenr()
Denys Vlasenko
2
-6
/
+21
2017-07-27
unzip: fix regression on big-endian machines
Natanael Copa
1
-0
/
+1
2017-07-27
config: more tweaking of help texts
Denys Vlasenko
4
-6
/
+6
2017-07-27
rdate: tweak comments, no code changes
Denys Vlasenko
1
-5
/
+4
2017-07-27
inetd: improve --helpt text and config help text.
Denys Vlasenko
2
-12
/
+31
2017-07-27
tweak examples/var_service/*
Denys Vlasenko
2
-7
/
+9
2017-07-27
ed: fix "\n" removal in command line; make "w" set "dirty = 0"
Denys Vlasenko
1
-20
/
+24
2017-07-27
ed: code shrink
Denys Vlasenko
1
-51
/
+43
2017-07-27
ed: fix --help and reorder functions, no code changes
Denys Vlasenko
1
-548
/
+516
2017-07-27
swapon: do not use FEATURE_MOUNT_LABEL, have your own FEATURE_SWAPONOFF_LABEL
Denys Vlasenko
3
-2
/
+11
2017-07-27
config: trim/improve item names and help texts, take 2
Denys Vlasenko
16
-74
/
+81
2017-07-27
config: trim/improve item names and help texts.
Denys Vlasenko
2
-53
/
+48
2017-07-26
ash: force inlining of a trivial function
Denys Vlasenko
1
-1
/
+1
2017-07-26
ash: revert previous implementation of "A=1 A=2 B=$A cmd" code
Denys Vlasenko
1
-47
/
+15
2017-07-26
ash: [VAR] Fix loss of variables when hash collides
Denys Vlasenko
1
-10
/
+16
2017-07-26
ash: [VAR] Do not poplocalvars prematurely on regular utilities
Denys Vlasenko
1
-4
/
+6
2017-07-26
ash: [VAR] Fix poplocalvar on abnormal exit from function
Denys Vlasenko
1
-5
/
+14
2017-07-26
ash: [VAR] Replace cmdenviron with localvars
Denys Vlasenko
1
-27
/
+34
2017-07-26
ash: [VAR] Fix poplocalvar leak
Denys Vlasenko
1
-1
/
+2
2017-07-26
ash: [VAR] Add localvars nesting
Denys Vlasenko
1
-13
/
+44
[next]