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
/
testsuite
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
make: fix single-suffix inference rule regression
Ron Yorston
2025-01-21
1
-0
/
+10
*
make: support GNU/BSD suffixes and inference rules
Ron Yorston
2025-01-14
1
-0
/
+30
*
Merge branch 'busybox' into merge
merge
Ron Yorston
2024-12-30
2
-12
/
+134
|
\
|
*
cut: fix up -D/-s behavior with -F
Denys Vlasenko
2024-12-20
1
-2
/
+33
|
*
cut: fix -F n-m to match toybox
Denys Vlasenko
2024-12-14
1
-3
/
+18
|
*
cut: fix handling of -d ''
Denys Vlasenko
2024-12-13
1
-0
/
+12
|
*
cut: fix -d$'\n' --output-delimiter=@@ behavior
Denys Vlasenko
2024-12-10
1
-0
/
+26
|
*
cut: implement --output-delimiter
Denys Vlasenko
2024-12-10
1
-8
/
+24
|
*
cut: fix "echo 1.2 | cut -d. -f1,3" (print "1", not "1.")
Denys Vlasenko
2024-12-10
1
-2
/
+9
|
*
cut: improve detection of invalid ranges
Ron Yorston
2024-12-10
1
-1
/
+4
|
*
cut: fix "-s" flag to omit blank lines
Colin McAllister
2024-12-10
1
-0
/
+9
|
*
hexdump: fix regression with -n4 -e '"%u"'
Natanael Copa
2024-12-09
1
-0
/
+6
|
*
ed: fix line insertion before current line. Closes 15081
Ron Yorston
2024-09-27
1
-0
/
+21
*
|
cut: detect error when bounds are reversed
Ron Yorston
2024-10-22
1
-1
/
+4
*
|
make: changes to .DEFAULT/inference rules
Ron Yorston
2024-10-20
1
-12
/
+20
*
|
make: reinstate conditional skipping of command lines
Ron Yorston
2024-09-10
1
-0
/
+2
*
|
make: disallow inference rules for phony targets
Ron Yorston
2024-08-10
1
-0
/
+14
*
|
make: allow empty commands
Ron Yorston
2024-08-08
1
-0
/
+11
*
|
ed: fix line insertion before current line
Ron Yorston
2024-07-18
1
-0
/
+21
*
|
Merge branch 'busybox' into merge
Ron Yorston
2024-07-10
1
-11
/
+20
|
\
|
|
*
awk: restore assignment precedence to be lower than ternary ?:
Denys Vlasenko
2024-07-09
1
-11
/
+20
*
|
make: update for POSIX 2024
Ron Yorston
2024-06-14
1
-2
/
+2
*
|
make: move test for complex chain of macro assignments
Ron Yorston
2024-06-01
1
-14
/
+14
*
|
make: fix detection of target rules (take 2)
Ron Yorston
2024-05-31
1
-0
/
+23
*
|
make: allow :::= macro assignment on command line
Ron Yorston
2024-05-29
1
-0
/
+24
*
|
make: relax the test 'Return error if command fails'
Ron Yorston
2024-05-29
1
-1
/
+1
*
|
make: fixes to -q option
Ron Yorston
2024-05-28
1
-0
/
+7
*
|
make: fixes to -t option
Ron Yorston
2024-05-28
1
-0
/
+26
*
|
make: fix tests for BSD
Ron Yorston
2024-05-24
1
-4
/
+4
*
|
make: add support for ifeq/ifneq
Ron Yorston
2024-05-22
1
-0
/
+14
*
|
make: set $< and $* for target rules
Ron Yorston
2024-05-22
1
-0
/
+13
*
|
make: add support for CURDIR macro
Ron Yorston
2024-05-22
1
-0
/
+25
*
|
make: allow mixed macros and targets on command line
Ron Yorston
2024-04-21
1
-0
/
+11
*
|
make: skip shell -e option when running commands
Ron Yorston
2024-04-20
1
-0
/
+7
*
|
make: allow '#' to be escaped with a backslash
Ron Yorston
2024-03-11
1
-0
/
+9
*
|
Merge branch 'busybox' into merge
Ron Yorston
2024-01-05
2
-0
/
+44
|
\
|
|
*
time: implement %% and \escapes in -f FMT
Denys Vlasenko
2024-01-01
1
-0
/
+37
|
*
awk: fix handling of empty fields
Denys Vlasenko
2023-12-31
1
-0
/
+7
*
|
make: proper handling of build failure with '-k'
Ron Yorston
2023-12-22
1
-0
/
+14
*
|
Merge branch 'busybox' into merge
FRP-5236-g7dff7f376
Ron Yorston
2023-12-05
1
-0
/
+20
|
\
|
|
*
start-stop-daemon: add -d DIR chdir option
ejaaskel
2023-11-07
1
-0
/
+20
*
|
make: fix detection of target rules
Ron Yorston
2023-10-23
1
-0
/
+8
*
|
make: return non-zero exit status when a command fails
Ron Yorston
2023-09-12
1
-0
/
+8
*
|
Add test for .DEFAULT rule for prerequisite
Ron Yorston
2023-08-24
1
-0
/
+7
*
|
testsuite: skip some tests in native build
Ron Yorston
2023-08-19
2
-0
/
+6
*
|
diff: more changes to --binary
Ron Yorston
2023-08-06
1
-0
/
+63
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-06-16
4
-0
/
+404
|
\
|
|
*
awk: fix subst code to handle "start of word" pattern correctly (needs REG_ST...
Denys Vlasenko
2023-06-08
1
-13
/
+15
|
*
awk: fix backslash handling in sub() builtins
Denys Vlasenko
2023-06-03
1
-0
/
+47
|
*
awk: fix precedence of = relative to ==
Denys Vlasenko
2023-05-30
1
-0
/
+5
[next]