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
...
|
*
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
*
|
busybox: bring help handling into line with upstream
Ron Yorston
2021-08-16
1
-5
/
+5
*
|
win32: code shrink uname(2)
Ron Yorston
2021-08-16
1
-8
/
+4
*
|
printf: improved error handling
Ron Yorston
2021-08-15
1
-19
/
+23
*
|
win32: implement utimes(2) using utimensat(2)
Ron Yorston
2021-08-15
1
-38
/
+18
*
|
win32: tidy up fetching of system directory
Ron Yorston
2021-08-14
1
-14
/
+17
*
|
win32: code shrink
Ron Yorston
2021-08-14
1
-14
/
+14
*
|
win32: treat devices as character special files
Ron Yorston
2021-08-13
1
-1
/
+3
*
|
find_mount_point: code shrink
Ron Yorston
2021-08-12
1
-8
/
+2
*
|
win32: better handling of nested symlinks
Ron Yorston
2021-08-12
3
-0
/
+14
*
|
timeout: make child handle static
Ron Yorston
2021-08-11
1
-1
/
+1
*
|
nproc: code shrink
Ron Yorston
2021-08-10
1
-24
/
+12
*
|
win32: code shrink character class detection
Ron Yorston
2021-08-09
5
-18
/
+83
*
|
win32: fix fnmatch(3) handling of xdigit
Ron Yorston
2021-08-09
1
-1
/
+1
*
|
win32: tidy up time conversions
Ron Yorston
2021-08-09
1
-7
/
+3
*
|
win32: code shrink
Ron Yorston
2021-08-08
3
-12
/
+11
*
|
win32: improved keycode detection
Ron Yorston
2021-08-06
1
-42
/
+33
*
|
win32: code shrink read_key()
Ron Yorston
2021-08-06
1
-11
/
+5
*
|
split: improve performance
Ron Yorston
2021-08-05
1
-1
/
+7
*
|
win32: better detection of Alt key release
Ron Yorston
2021-08-02
1
-1
/
+2
*
|
ash: reset ANSI emulation at prompt
Ron Yorston
2021-08-01
1
-0
/
+3
*
|
win32: code shrink using is_prefixed_with()
Ron Yorston
2021-07-28
3
-20
/
+27
*
|
win32: code shrink has_exec_format()
Ron Yorston
2021-07-28
1
-13
/
+11
*
|
win32: more efficient tests for executables
Ron Yorston
2021-07-26
2
-4
/
+10
*
|
Update README
FRP-4264-gc79f13025
Ron Yorston
2021-07-25
1
-2
/
+4
*
|
win32: special case for devices files in stat(2)
Ron Yorston
2021-07-25
1
-5
/
+20
*
|
Update default configuration
Ron Yorston
2021-07-24
2
-4
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-07-24
3
-100
/
+201
|
\
|
|
*
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
*
|
tar: use external program for lzma/xz compression
Ron Yorston
2021-07-22
1
-3
/
+9
*
|
mingw: update select(2) to latest gnulib version
Ron Yorston
2021-07-17
1
-18
/
+36
*
|
Update default configuration
Ron Yorston
2021-07-17
2
-4
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-07-17
4
-186
/
+358
|
\
|
|
*
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
[prev]
[next]