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
*
Merge branch 'busybox' into merge
merge
Ron Yorston
2024-12-30
7
-208
/
+422
|
\
|
*
cut: code shrink
busybox
Denys Vlasenko
2024-12-21
1
-6
/
+5
|
*
cut: code shrink
Denys Vlasenko
2024-12-21
1
-9
/
+13
|
*
cut: fix up -D/-s behavior with -F
Denys Vlasenko
2024-12-20
2
-5
/
+36
|
*
cut: remove unnecessary initialization of regmatch_t
Denys Vlasenko
2024-12-20
1
-1
/
+1
|
*
cut: shorten error messages on bad syntax even more
Denys Vlasenko
2024-12-16
1
-10
/
+6
|
*
cut: shorten error messages on bad syntax
Denys Vlasenko
2024-12-16
1
-3
/
+3
|
*
cut: terminate cut_list[] so that we don't need "size of the array" variable
Denys Vlasenko
2024-12-16
1
-20
/
+25
|
*
cut: we can't get empty cut_list[], remove the check for that
Denys Vlasenko
2024-12-16
1
-8
/
+11
|
*
cut: disallow -f '' and -f '-'
Denys Vlasenko
2024-12-15
1
-15
/
+19
|
*
cut: fix -F n-m to match toybox
Denys Vlasenko
2024-12-14
2
-3
/
+28
|
*
cut: simplify getopt32 code
Denys Vlasenko
2024-12-13
1
-11
/
+8
|
*
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
*
|
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
[next]