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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump version to 1.34.1
1_34_1
Denys Vlasenko
2021-09-30
1
-1
/
+1
*
awk: never return NULL from awk_printf()
Denys Vlasenko
2021-09-30
1
-4
/
+4
*
awk: code shrink
Denys Vlasenko
2021-09-30
1
-8
/
+7
*
awk: code shrink: avoid duplicate NUL checks and strlen()
Denys Vlasenko
2021-09-30
1
-21
/
+33
*
awk: fix read beyond end of buffer
Ron Yorston
2021-09-30
1
-11
/
+13
*
chat: hopefully fix infinite spinning on input EOF
Denys Vlasenko
2021-09-30
1
-30
/
+34
*
awk: fix printf %%
Daniel Thau
2021-09-30
3
-1
/
+19
*
ash: regressions in process substitution
Ron Yorston
2021-09-30
1
-3
/
+7
*
udhcp: fix build breakage on MIPS
Denys Vlasenko
2021-08-20
1
-12
/
+0
*
Bump version to 1.34.0
1_34_0
Denys Vlasenko
2021-08-19
1
-1
/
+1
*
scripts/randomtest.loop: let user know about SKIP_MOUNT_MAND_TESTS
Denys Vlasenko
2021-08-16
1
-3
/
+8
*
fdisk: indentation fix
Denys Vlasenko
2021-08-16
1
-4
/
+4
*
busybox: fix "busybox --help busybox" not showing correct text
Denys Vlasenko
2021-08-16
1
-1
/
+5
*
awk: fix testsuite
Denys Vlasenko
2021-08-16
1
-1
/
+1
*
vi: fix compile-time error if !ENABLE_FEATURE_VI_SETOPTS
Denys Vlasenko
2021-08-16
1
-0
/
+1
*
tar: fix testsuite
Denys Vlasenko
2021-08-16
1
-7
/
+10
*
dd: tweak --help
Denys Vlasenko
2021-08-15
1
-2
/
+2
*
dd: fix testsuite
Denys Vlasenko
2021-08-15
1
-0
/
+2
*
*: remove remains of FEATURE_TOUCH_NODEREF
Denys Vlasenko
2021-08-15
3
-5
/
+0
*
taskset: disallow "taskset -p 0"
Denys Vlasenko
2021-08-15
1
-2
/
+2
*
touch: fix SEGV if !ENABLE_FEATURE_TOUCH_SUSV3
Denys Vlasenko
2021-08-15
1
-0
/
+2
*
cut: fix testsuite
Denys Vlasenko
2021-08-15
1
-0
/
+2
*
hush: fix "error: invalid preprocessing directive ##"
Denys Vlasenko
2021-08-15
1
-1
/
+1
*
traceroute: fix compile error due to FreeBSD compat
Denys Vlasenko
2021-08-15
1
-1
/
+6
*
cp: fix build failure with long options disabled
Ron Yorston
2021-08-15
1
-3
/
+1
*
tar: exclude files before updating hardlink info list
Harald van Dijk
2021-08-02
1
-5
/
+5
*
tar: simplify addition of --exclude=GLOB to the expansion of -X EXCLFILE
Denys Vlasenko
2021-08-02
1
-6
/
+7
*
hush: tweak ${var/pattern/repl} optimization
Denys Vlasenko
2021-07-27
1
-5
/
+4
*
hush: optimize ${var/pattern/repl} for trivial patterns
Denys Vlasenko
2021-07-27
2
-2
/
+14
*
shell: update psubst testcases
Denys Vlasenko
2021-07-27
8
-6
/
+53
*
hush: add missed "undef"
Denys Vlasenko
2021-07-27
1
-3
/
+3
*
hush: implement $'str' bashism
Denys Vlasenko
2021-07-26
7
-1
/
+138
*
ahell: update testsuite
Denys Vlasenko
2021-07-25
7
-3
/
+33
*
ash: speed up ${v//pattern/repl}
Denys Vlasenko
2021-07-25
1
-7
/
+10
*
ash: speed up ${v//pattern/repl} if !ASH_OPTIMIZE_FOR_SIZE
Denys Vlasenko
2021-07-22
1
-3
/
+27
*
cut: add toybox-compatible options -O OUTSEP, -D, -F LIST
Rob Landley
2021-07-20
2
-97
/
+174
*
awk: whitespace and debugging tweaks
Denys Vlasenko
2021-07-14
1
-67
/
+66
*
vi: remove redundant assignment
Denys Vlasenko
2021-07-14
1
-1
/
+0
*
awk: disallow break/continue outside of loops
Denys Vlasenko
2021-07-14
2
-9
/
+6
*
awk: tighten parsing - disallow extra semicolons
Denys Vlasenko
2021-07-14
1
-16
/
+24
*
vi: fix regex search compilation error
Ron Yorston
2021-07-13
1
-1
/
+1
*
vi: somewhat more readable code, no logic changes
Denys Vlasenko
2021-07-13
1
-8
/
+9
*
vi: allow delimiter in ':s' to be escaped
Ron Yorston
2021-07-13
1
-2
/
+17
*
vi: allow regular expressions in ':s' commands
Denys Vlasenko
2021-07-13
1
-15
/
+116
*
vi: improve handling of anchored searches
Ron Yorston
2021-07-13
1
-0
/
+2
*
vi: use basic regular expressions for search
Ron Yorston
2021-07-13
1
-2
/
+2
*
vi: allow 'gg' to specify a range
Ron Yorston
2021-07-13
1
-1
/
+2
*
awk: in parsing, remove superfluous NEWLINE check; optimize builtin arg evalu...
Denys Vlasenko
2021-07-12
1
-5
/
+6
*
awk: fix printf "%-10c", 0
Denys Vlasenko
2021-07-12
2
-4
/
+13
*
awk: fix corner case in awk_printf
Denys Vlasenko
2021-07-11
1
-4
/
+4
[next]