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
*
cut: "it's legal to pass an empty list" seems to be untrue
Denys Vlasenko
2024-12-13
1
-46
/
+44
*
cut: whitespace fixes
Denys Vlasenko
2024-12-13
1
-3
/
+3
*
cut: tweak comments
Denys Vlasenko
2024-12-13
1
-3
/
+2
*
cut: fix handling of -d ''
Denys Vlasenko
2024-12-13
2
-1
/
+13
*
cut: prevent infinite loop if -F REGEX matches empty delimiter
Denys Vlasenko
2024-12-13
1
-1
/
+3
*
cut: tweak --help
Denys Vlasenko
2024-12-11
2
-11
/
+10
*
cut: fix -d$'\n' --output-delimiter=@@ behavior
Denys Vlasenko
2024-12-10
2
-7
/
+53
*
cut: implement --output-delimiter
Denys Vlasenko
2024-12-10
2
-10
/
+49
*
cut: with -F disabled in .config, don't show it in --help
Denys Vlasenko
2024-12-10
1
-5
/
+13
*
cut: comment out code which seems to be not needed
Denys Vlasenko
2024-12-10
1
-7
/
+7
*
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
*
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
*
test: -x can return 0/1 early if all X bits are the same
Denys Vlasenko
2024-10-07
1
-10
/
+10
*
ash: cache more of uid/gid syscalls
Denys Vlasenko
2024-10-07
4
-10
/
+30
*
ash: make "test -x" use cached groupinfo
Denys Vlasenko
2024-10-07
3
-6
/
+19
*
libbb: simplify parameter passing in is_in_supplementary_groups()
Denys Vlasenko
2024-10-07
4
-20
/
+34
*
ash: command -v CMD must skip (go to next path) when CMD exists, but is not e...
Denys Vlasenko
2024-10-07
1
-3
/
+51
*
libbb: move is_in_supplementary_groups() from test to libbb
Denys Vlasenko
2024-10-07
3
-19
/
+26
*
test: Invert return value of test_eaccess and rename it to test_st_mode
Denys Vlasenko
2024-10-06
1
-16
/
+11
*
test: code shrink
Denys Vlasenko
2024-10-06
1
-1
/
+1
*
networking/libiproute/iplink.c: fix support for older kernels
Thomas Devoogdt
2024-10-06
1
-0
/
+21
*
libbb: fix sha1 on !x86 if CONFIG_SHA1_HWACCEL=y
Rudi Heitbaum
2024-10-06
1
-0
/
+2
*
hush: whitespace and comment fixes
Denys Vlasenko
2024-09-28
1
-43
/
+27
*
ash: reject unknown long options
Ron Yorston
2024-09-27
1
-1
/
+2
*
lineedit: use stdout for shell history builtin
Ron Yorston
2024-09-27
1
-1
/
+1
*
ed: fix line insertion before current line. Closes 15081
Ron Yorston
2024-09-27
2
-0
/
+23
*
fixdep: add fstat error handling
Sam James
2024-09-27
1
-2
/
+9
*
libbb: send usage messages to correct stream
Ron Yorston
2024-09-27
1
-13
/
+17
*
libbb: use full_write1_str() to shrink busybox_main()
Ron Yorston
2024-09-27
1
-13
/
+11
*
lineedit: make save_history() FAST_FUNC
Denys Vlasenko
2024-09-27
2
-6
/
+6
*
Start 1.38.0 development cycle
Denys Vlasenko
2024-09-26
1
-2
/
+2
*
Bump version to 1.37.0
Denys Vlasenko
2024-09-26
1
-1
/
+1
*
wget: fix compile warnings when WGET_FTP is not selected
Denys Vlasenko
2024-09-26
2
-4
/
+7
*
ash: move hashvar() calls into findvar()
Ron Yorston
2024-07-14
1
-9
/
+8
[next]