index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
cron_changes
dscho-kill-gently
embed
fix_backslash
join2
long_paths
manifest
master
merge
merge_1_19
merge_1_20
mount_point
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
zstd
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
...
|
*
cut: fix "echo 1.2 | cut -d. -f1,3" (print "1", not "1.")
Denys Vlasenko
2024-12-10
2
-7
/
+27
|
*
cut: with -F, do not regcomp() pattern for every file
Denys Vlasenko
2024-12-10
1
-18
/
+24
|
*
cut: rename "cut_lists" to "cut_list"
Denys Vlasenko
2024-12-10
1
-19
/
+20
|
*
cut: rename some variables to hopefully better names
Denys Vlasenko
2024-12-10
1
-13
/
+19
|
*
cut: "orig_line" is redundant, remove it
Denys Vlasenko
2024-12-10
1
-2
/
+1
|
*
cut: allocate "printed" only if OPT_CHAR or OPT_BYTE
Denys Vlasenko
2024-12-10
1
-3
/
+4
|
*
cut: localize 'spos' variable, convert !NUMVAR to NUMVAR == 0
Denys Vlasenko
2024-12-10
1
-5
/
+6
|
*
cut: simplify OPT_ names, eliminate one variable
Denys Vlasenko
2024-12-10
1
-24
/
+27
|
*
cut: improve detection of invalid ranges
Ron Yorston
2024-12-10
2
-12
/
+12
|
*
cut: fix "-s" flag to omit blank lines
Colin McAllister
2024-12-10
2
-5
/
+24
|
*
hexdump: fix regression with -n4 -e '"%u"'
Natanael Copa
2024-12-09
2
-2
/
+10
|
*
libbb: tidy argument checks in getopt32()
Ron Yorston
2024-12-09
1
-8
/
+5
|
*
chpst: fix error check of nice(2) call
Christian Franke
2024-12-09
1
-1
/
+2
|
*
hush: fix G.argv0_for_re_execing to avoid endless loop
Hajime Tazaki
2024-12-09
1
-0
/
+3
*
|
xargs: allow for quotes in commands on Windows
Ron Yorston
2024-12-30
1
-2
/
+103
*
|
win32: code shrink quote_arg()
Ron Yorston
2024-12-30
1
-24
/
+20
*
|
ash: strip trailing slash from directory if necessary
Ron Yorston
2024-12-29
1
-0
/
+5
*
|
ash: match behaviour of cmd.exe in cd builtin
Ron Yorston
2024-11-19
3
-0
/
+15
*
|
tar: try harder to detect old tar files
Ron Yorston
2024-11-08
1
-0
/
+5
*
|
nproc: remove old code
Ron Yorston
2024-11-07
1
-3
/
+1
*
|
libarchive: pdpmake requires some ar functions
Ron Yorston
2024-11-06
1
-0
/
+1
*
|
win32: drop stream i/o workaround
Ron Yorston
2024-10-30
1
-9
/
+0
*
|
win32: try harder to prevent output to stdout
Ron Yorston
2024-10-29
1
-1
/
+0
*
|
win32: more problems with stream i/o and MSVCRT
Ron Yorston
2024-10-29
1
-0
/
+16
*
|
ash: fix waiting for status of background job
Ron Yorston
2024-10-28
1
-1
/
+0
*
|
ash: correctly identify nofork applets in error message
Ron Yorston
2024-10-28
1
-0
/
+8
*
|
cut: improve detection of invalid ranges
Ron Yorston
2024-10-28
1
-8
/
+11
*
|
win32: update poll(2) to match latest gnulib version
Ron Yorston
2024-10-25
1
-5
/
+6
*
|
win32: workaround for pipe writability in poll(2)
Ron Yorston
2024-10-25
1
-0
/
+13
*
|
make: .WAIT shoudn't have prerequisites
Ron Yorston
2024-10-23
1
-1
/
+1
*
|
cut: detect error when bounds are reversed
Ron Yorston
2024-10-22
2
-1
/
+11
*
|
make: enforce restrictions on prerequisites/commands
Ron Yorston
2024-10-20
1
-9
/
+45
*
|
make: changes to .DEFAULT/inference rules
Ron Yorston
2024-10-20
2
-19
/
+38
*
|
make: fix test for empty command in inference rule
Ron Yorston
2024-10-20
1
-1
/
+1
*
|
make: relax definition of comment line
Ron Yorston
2024-10-18
1
-1
/
+1
*
|
make: improve chaining of implicit rules
Ron Yorston
2024-10-17
1
-3
/
+19
*
|
make: look for PDPmakefile
Ron Yorston
2024-10-17
1
-10
/
+9
*
|
ash: update comment
Ron Yorston
2024-10-13
1
-1
/
+0
*
|
win32: close exec'ing process if possible
Ron Yorston
2024-10-13
1
-0
/
+3
*
|
kill: fix regression in 'kill -9'
Ron Yorston
2024-10-12
1
-6
/
+7
*
|
win32: fix problem interrupting shell loop
Ron Yorston
2024-10-11
1
-11
/
+13
*
|
win32: fix regression in chdir(2)
Ron Yorston
2024-10-10
1
-7
/
+9
*
|
id: code shrink
Ron Yorston
2024-10-09
3
-1
/
+23
*
|
test: code shrink supplementary groups
Ron Yorston
2024-10-09
2
-0
/
+8
*
|
Merge branch 'busybox' into merge
Ron Yorston
2024-10-08
7
-66
/
+102
|
\
|
|
*
hexdump: accept hex numbers in -n, closes 16195
Denys Vlasenko
2024-10-08
1
-3
/
+8
|
*
libbb: modify find_executable() to not temporarily write to PATH
Denys Vlasenko
2024-10-08
4
-54
/
+48
|
*
hush: fix "type ./cat" and "command -v ./cat" to not scan PATH
Denys Vlasenko
2024-10-07
1
-13
/
+33
|
*
hush: make "test -x" use cached groupinfo
Denys Vlasenko
2024-10-07
1
-7
/
+22
*
|
libbb: code shrink supplementary group test
Ron Yorston
2024-10-08
2
-0
/
+10
[prev]
[next]