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
path:
root
/
win32
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-08-09
win32: code shrink character class detection
Ron Yorston
5
-18
/
+83
2021-08-09
win32: fix fnmatch(3) handling of xdigit
Ron Yorston
1
-1
/
+1
2021-08-09
win32: tidy up time conversions
Ron Yorston
1
-7
/
+3
2021-08-08
win32: code shrink
Ron Yorston
3
-12
/
+11
2021-08-06
win32: improved keycode detection
Ron Yorston
1
-42
/
+33
2021-08-06
win32: code shrink read_key()
Ron Yorston
1
-11
/
+5
2021-08-05
split: improve performance
Ron Yorston
1
-1
/
+7
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-08-02
win32: better detection of Alt key release
Ron Yorston
1
-1
/
+2
2021-08-01
ash: reset ANSI emulation at prompt
Ron Yorston
1
-0
/
+3
2021-07-28
win32: code shrink using is_prefixed_with()
Ron Yorston
3
-20
/
+27
2021-07-28
win32: code shrink has_exec_format()
Ron Yorston
1
-13
/
+11
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
win32: more efficient tests for executables
Ron Yorston
2
-4
/
+10
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-25
Update README
FRP-4264-gc79f13025
Ron Yorston
1
-2
/
+4
2021-07-25
win32: special case for devices files in stat(2)
Ron Yorston
1
-5
/
+20
2021-07-24
Update default configuration
Ron Yorston
2
-4
/
+4
2021-07-22
ash: speed up ${v//pattern/repl} if !ASH_OPTIMIZE_FOR_SIZE
Denys Vlasenko
1
-3
/
+27
2021-07-22
tar: use external program for lzma/xz compression
Ron Yorston
1
-3
/
+9
2021-07-20
cut: add toybox-compatible options -O OUTSEP, -D, -F LIST
Rob Landley
2
-97
/
+174
2021-07-17
mingw: update select(2) to latest gnulib version
Ron Yorston
1
-18
/
+36
2021-07-17
Update default configuration
Ron Yorston
2
-4
/
+4
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
2021-07-13
vi: fix regex search compilation error
Ron Yorston
1
-1
/
+1
2021-07-13
vi: somewhat more readable code, no logic changes
Denys Vlasenko
1
-8
/
+9
2021-07-13
vi: allow delimiter in ':s' to be escaped
Ron Yorston
1
-2
/
+17
2021-07-13
vi: allow regular expressions in ':s' commands
Denys Vlasenko
1
-15
/
+116
2021-07-13
vi: improve handling of anchored searches
Ron Yorston
1
-0
/
+2
2021-07-13
vi: use basic regular expressions for search
Ron Yorston
1
-2
/
+2
2021-07-13
vi: allow 'gg' to specify a range
Ron Yorston
1
-1
/
+2
2021-07-13
ash, libbb: don't affect POSIX build
Ron Yorston
2
-12
/
+17
2021-07-12
ash: tidy code, no functional change
Ron Yorston
1
-24
/
+14
2021-07-12
awk: in parsing, remove superfluous NEWLINE check; optimize builtin arg evalu...
Denys Vlasenko
1
-5
/
+6
2021-07-12
awk: fix printf "%-10c", 0
Denys Vlasenko
2
-4
/
+13
2021-07-11
awk: fix corner case in awk_printf
Denys Vlasenko
1
-4
/
+4
2021-07-11
tc: fix for parsing of "dev IFACE" and printing of "class list"
Denys Vlasenko
1
-20
/
+22
2021-07-11
winansi: add missing va_end()
Ron Yorston
1
-0
/
+1
2021-07-11
awk: unbreak "cmd" | getline
Denys Vlasenko
2
-1
/
+7
2021-07-11
awk: unbreak "printf('%c') can output NUL" testcase
Denys Vlasenko
1
-17
/
+26
2021-07-11
awk: undo TI_PRINT, it introduced a bug (print with any redirect acting as pr...
Denys Vlasenko
2
-3
/
+10
[prev]
[next]