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
/
AUTHORS
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-08-03
hush: remove a comment about already fixed bug
Denis Vlasenko
1
-2
/
+0
2008-08-03
makedevs: shrink by Vladimir
Denis Vlasenko
1
-17
/
+17
2008-08-03
ssd: fix -K/-S mixup in help text
Denis Vlasenko
1
-6
/
+6
2008-08-03
xargs: update help text
Denis Vlasenko
1
-6
/
+9
2008-08-03
xargs: fix xargs -e; added test for that
Denis Vlasenko
2
-1
/
+26
2008-08-03
halt: signal init regardless of ENABLE_INIT
Denis Vlasenko
1
-2
/
+5
2008-08-01
nameif: shrink (by Vladimir)
Denis Vlasenko
1
-28
/
+16
2008-08-01
makedevs: fix help text discrepancies
Denis Vlasenko
1
-15
/
+16
2008-08-01
makedevs: shrink (by Vladimir); testsuite
Denis Vlasenko
3
-86
/
+375
2008-07-31
hush: support $_NUMBERS variable names
Denis Vlasenko
5
-4
/
+19
2008-07-31
hush: fix "case ... in <newline> word)..."
Denis Vlasenko
3
-1
/
+20
2008-07-31
hush: support "pattern1|pattern2...)" in case statements
Denis Vlasenko
1
-8
/
+18
2008-07-30
tr: fix yet another access past the end of a string (bug 4374)
Denis Vlasenko
1
-3
/
+5
2008-07-30
chpst: large code shrink by Vladimir
Denis Vlasenko
2
-231
/
+209
2008-07-30
ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1"
Denis Vlasenko
3
-1
/
+20
2008-07-29
hush: trivial code shrink
Denis Vlasenko
1
-8
/
+4
2008-07-29
hush: use G.xxx instead of #define xxx G.xxx. We have too many globals
Denis Vlasenko
1
-234
/
+198
2008-07-29
randomconfig fix
Denis Vlasenko
1
-2
/
+2
2008-07-29
hush: small fix for repeated continue and fix for wrong loop depth count
Denis Vlasenko
3
-1
/
+17
2008-07-29
hush: fix inverted check (was making all break's to act as "break 99999")
Denis Vlasenko
1
-1
/
+1
2008-07-29
hush: fix break'ing out of {} and () groups; with testcase
Denis Vlasenko
3
-13
/
+43
2008-07-29
randomconfig fixes
Denis Vlasenko
2
-3
/
+7
2008-07-29
hush: add #defines to switch off break/continue if loops are not supported
Denis Vlasenko
8
-7
/
+30
2008-07-29
modprobe: support for /etc/modprobe.d, by Timo Teras.
Denis Vlasenko
1
-63
/
+106
2008-07-29
libbb: dump: do not use uninitialized memory. close bug 4364.
Denis Vlasenko
1
-4
/
+3
2008-07-28
tr: fix "tr [=" case. Closes bug 4374.
Denis Vlasenko
1
-0
/
+2
2008-07-28
hush: fix "while false; ..." exitcode; add testsuites
Denis Vlasenko
5
-1
/
+24
2008-07-28
hush: support "break N" and "continue N"
Denis Vlasenko
7
-35
/
+82
2008-07-28
hush: implement break and continue
Denis Vlasenko
2
-77
/
+107
2008-07-28
hush: in run_list(), some loop_top ops seems to be superfluous.
Denis Vlasenko
1
-15
/
+15
2008-07-28
hush: in run_list(), last_cond_code seems to be superfluous. comment it out
Denis Vlasenko
1
-16
/
+18
2008-07-28
hush: explain run_list() in detail; small optimizations
Denis Vlasenko
1
-92
/
+109
2008-07-28
documentation fix
Denis Vlasenko
1
-3
/
+3
2008-07-28
hush: finish and enable optional case...esac support. Code size cost:
Denis Vlasenko
4
-13
/
+69
2008-07-27
fbset: shrink code a bit more
Denis Vlasenko
1
-20
/
+15
2008-07-27
fbset: code shrink
Denis Vlasenko
1
-30
/
+14
2008-07-27
netstat: code shrink
Denis Vlasenko
1
-197
/
+96
2008-07-27
style fix, no code changes
Denis Vlasenko
1
-2
/
+2
2008-07-27
netstat: optional -p support by L. Gabriel Somlo <somlo AT cmu.edu>
Denis Vlasenko
5
-23
/
+276
2008-07-26
whitespace fix
Denis Vlasenko
1
-16
/
+16
2008-07-26
man: a forgotten chunk of lask commit (config file parser fixes)
Denis Vlasenko
1
-20
/
+16
2008-07-26
fix several problems with config parser:
Denis Vlasenko
18
-145
/
+163
2008-07-26
man: ignore (not complain) lines with less than 2 tokens
Denis Vlasenko
1
-1
/
+3
2008-07-26
tr: fix "access past the end of a string" bug 4354
Denis Vlasenko
1
-1
/
+1
2008-07-26
mdev: do not complain if mdev.conf does not exist;
Denis Vlasenko
3
-145
/
+166
2008-07-26
unzip: move check for unsupported zip features to better place
Denis Vlasenko
1
-15
/
+17
2008-07-26
unzip: give better error message when presented with unsupported
Denis Vlasenko
3
-0
/
+6
2008-07-26
ash: add slightly different testcase
Denis Vlasenko
4
-2
/
+23
2008-07-26
fix example of vcsa creation
Denis Vlasenko
1
-1
/
+1
2008-07-26
ash: fix testcase to not sleep for whole 10 seconds,
Denis Vlasenko
2
-12
/
+11
[prev]
[next]