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
/
docs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-08-29
vi: further changes to colon addresses
Ron Yorston
1
-49
/
+83
2021-08-29
bzip: make ftab[] and crc32table[] member arrays of EState, do not allocate
Denys Vlasenko
2
-8
/
+10
2021-08-29
shuf: in -i RANGE, accept numbers up to width of pointers
Denys Vlasenko
1
-10
/
+28
2021-08-23
shuf: with -i LOW-HIGH, do not allow any argv's
Denys Vlasenko
1
-0
/
+3
2021-08-23
shuf: tweak --help text
Denys Vlasenko
1
-4
/
+4
2021-08-23
mount: code shrink
Denys Vlasenko
1
-4
/
+4
2021-08-23
mount: with -w, do not fall back to read-only mounts
Denys Vlasenko
1
-7
/
+15
2021-08-22
tar,smemcap: silence compiler warning
Ron Yorston
1
-1
/
+1
2021-08-22
Regularize "NUL terminated input" --help texts
Denys Vlasenko
3
-3
/
+3
2021-08-22
shuf: speed-up when limited output is requested
Ron Yorston
1
-14
/
+15
2021-08-22
vi: code shrink print_literal()
Ron Yorston
1
-17
/
+2
2021-08-22
vi: searches in colon commands should wrap
Ron Yorston
1
-2
/
+7
2021-08-22
rev: correct output for long input lines
Ron Yorston
2
-0
/
+47
2021-08-20
tar,smemcap: commonalyze checksumming code for tar header
Denys Vlasenko
4
-44
/
+39
2021-08-20
vi: don't right shift empty lines
Ron Yorston
1
-2
/
+2
2021-08-20
vi: support ~/.exrc
Ron Yorston
1
-8
/
+33
2021-08-20
vi: changes to handling of -c and EXINIT
Ron Yorston
1
-58
/
+65
2021-08-20
udhcp: fix build breakage on MIPS
Denys Vlasenko
1
-12
/
+0
2021-08-19
Start 1.35.0 development cycle
Denys Vlasenko
1
-2
/
+2
2021-08-19
Bump version to 1.34.0
1_34_0
Denys Vlasenko
1
-1
/
+1
2021-08-16
scripts/randomtest.loop: let user know about SKIP_MOUNT_MAND_TESTS
Denys Vlasenko
1
-3
/
+8
2021-08-16
fdisk: indentation fix
Denys Vlasenko
1
-4
/
+4
2021-08-16
busybox: fix "busybox --help busybox" not showing correct text
Denys Vlasenko
1
-1
/
+5
2021-08-16
awk: fix testsuite
Denys Vlasenko
1
-1
/
+1
2021-08-16
vi: fix compile-time error if !ENABLE_FEATURE_VI_SETOPTS
Denys Vlasenko
1
-0
/
+1
2021-08-16
tar: fix testsuite
Denys Vlasenko
1
-7
/
+10
2021-08-15
dd: tweak --help
Denys Vlasenko
1
-2
/
+2
2021-08-15
dd: fix testsuite
Denys Vlasenko
1
-0
/
+2
2021-08-15
*: remove remains of FEATURE_TOUCH_NODEREF
Denys Vlasenko
3
-5
/
+0
2021-08-15
taskset: disallow "taskset -p 0"
Denys Vlasenko
1
-2
/
+2
2021-08-15
touch: fix SEGV if !ENABLE_FEATURE_TOUCH_SUSV3
Denys Vlasenko
1
-0
/
+2
2021-08-15
cut: fix testsuite
Denys Vlasenko
1
-0
/
+2
2021-08-15
hush: fix "error: invalid preprocessing directive ##"
Denys Vlasenko
1
-1
/
+1
2021-08-15
traceroute: fix compile error due to FreeBSD compat
Denys Vlasenko
1
-1
/
+6
2021-08-15
cp: fix build failure with long options disabled
Ron Yorston
1
-3
/
+1
2021-08-02
tar: exclude files before updating hardlink info list
Harald van Dijk
1
-5
/
+5
2021-08-02
tar: simplify addition of --exclude=GLOB to the expansion of -X EXCLFILE
Denys Vlasenko
1
-6
/
+7
2021-07-27
hush: tweak ${var/pattern/repl} optimization
Denys Vlasenko
1
-5
/
+4
2021-07-27
hush: optimize ${var/pattern/repl} for trivial patterns
Denys Vlasenko
2
-2
/
+14
2021-07-27
shell: update psubst testcases
Denys Vlasenko
8
-6
/
+53
2021-07-27
hush: add missed "undef"
Denys Vlasenko
1
-3
/
+3
2021-07-26
hush: implement $'str' bashism
Denys Vlasenko
7
-1
/
+138
2021-07-25
ahell: update testsuite
Denys Vlasenko
7
-3
/
+33
2021-07-25
ash: speed up ${v//pattern/repl}
Denys Vlasenko
1
-7
/
+10
2021-07-22
ash: speed up ${v//pattern/repl} if !ASH_OPTIMIZE_FOR_SIZE
Denys Vlasenko
1
-3
/
+27
2021-07-20
cut: add toybox-compatible options -O OUTSEP, -D, -F LIST
Rob Landley
2
-97
/
+174
2021-07-14
awk: whitespace and debugging tweaks
Denys Vlasenko
1
-67
/
+66
2021-07-14
vi: remove redundant assignment
Denys Vlasenko
1
-1
/
+0
2021-07-14
awk: disallow break/continue outside of loops
Denys Vlasenko
2
-9
/
+6
2021-07-14
awk: tighten parsing - disallow extra semicolons
Denys Vlasenko
1
-16
/
+24
[next]