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
/
coreutils
/
test.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'busybox' into merge
Ron Yorston
2017-01-04
1
-0
/
+2
|
\
|
*
Make it possible to select "sh" and "bash" aliases without selecting ash or hush
Denys Vlasenko
2016-12-23
1
-0
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-11-29
1
-7
/
+26
|
\
|
|
*
test: make [ and [[ forms individually selectable
Denys Vlasenko
2016-11-23
1
-5
/
+21
|
*
Convert all coreutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-5
/
+8
*
|
Merge branch busybox (up to "ash: comment out free(p) just before...")
Ron Yorston
2016-10-19
1
-0
/
+1
|
\
|
|
*
test: fix compile error in last commit
Denys Vlasenko
2016-10-02
1
-1
/
+1
|
*
test: memory leak: free group id list
Denys Vlasenko
2016-10-02
1
-0
/
+1
*
|
Merge branch 'busybox' into merge
FRP
Ron Yorston
2015-05-18
1
-8
/
+3
|
\
|
|
*
special-case {true,false,test} --help
Denys Vlasenko
2015-04-21
1
-8
/
+3
*
|
test: fix access check bug; tweak fake file mode
Ron Yorston
2015-03-24
1
-4
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-10-06
1
-34
/
+35
|
\
|
|
*
test: fix mishandling of "test '(' = '('" and similar
Denys Vlasenko
2014-07-01
1
-34
/
+35
*
|
MinGW: rename execable -> executable
Ron Yorston
2014-05-06
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-05-06
1
-1
/
+1
|
\
|
*
|
Merge branch 'busybox' into merge
Ron Yorston
2013-02-07
1
-1
/
+1
|
\
|
|
*
whitespace cleanup. no code changes
Denys Vlasenko
2013-01-14
1
-1
/
+1
*
|
Use win32_execable_file() in test, which and execable.c
Ron Yorston
2012-05-09
1
-17
/
+9
*
|
Merge branch 'busybox' into merge
Ron Yorston
2012-03-23
1
-7
/
+8
|
\
|
|
*
test: "test !" was accessing argv past NULL - fix it. Closes 4832
Denys Vlasenko
2012-03-08
1
-7
/
+8
*
|
Merge commit 'b83c9704128dd106071184e4b00335a3b8486857' into merge
Ron Yorston
2012-03-22
1
-0
/
+23
|
\
|
|
*
move help text from include/usage.src.h to coreutils/*.c
Pere Orga
2011-03-31
1
-0
/
+23
*
|
Merge commit '19311bfa7b8e8c6effa9c375de9b0eb4338bee12' into merge
Ron Yorston
2012-03-22
1
-1
/
+1
|
\
|
|
*
printenv: fix environ == NULL segfault
Denys Vlasenko
2011-03-08
1
-1
/
+1
*
|
win32: test: make -r/-w work
Nguyễn Thái Ngọc Duy
2011-02-09
1
-0
/
+4
*
|
Merge remote-tracking branch 'upstream/master'
Nguyễn Thái Ngọc Duy
2011-01-04
1
-4
/
+7
|
\
|
|
*
test: add examples when "%s: unknown operand" happens
Denys Vlasenko
2010-12-20
1
-1
/
+4
|
*
whitespace cleanup
Denys Vlasenko
2010-10-29
1
-3
/
+3
*
|
Merge branch 'origin/master' (early part)
Nguyễn Thái Ngọc Duy
2010-09-14
1
-1
/
+1
|
\
|
|
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
|
Merge branch 'origin/master' (early part)
Nguyễn Thái Ngọc Duy
2010-09-14
1
-0
/
+20
|
\
|
|
*
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Denys Vlasenko
2010-06-06
1
-2
/
+2
|
*
partially migrate coreutils to Config.src and Kbuild.src
Denys Vlasenko
2010-06-04
1
-0
/
+20
*
|
Merge branch 'origin/master' (early part)
Nguyễn Thái Ngọc Duy
2010-09-14
1
-1
/
+1
|
\
|
|
*
test: "" is not a valid number. Closes bug 1915
Denys Vlasenko
2010-06-03
1
-1
/
+1
*
|
win32: test: support .com executables
Nguyễn Thái Ngọc Duy
2010-09-14
1
-6
/
+11
*
|
win32: test: teach -x about .exe files
Nguyễn Thái Ngọc Duy
2010-09-10
1
-0
/
+18
|
/
*
test: use index_in_strings
Denys Vlasenko
2009-09-12
1
-60
/
+96
*
test: fix "test !" and "test abc -a !". closes bug 465
Denys Vlasenko
2009-07-17
1
-3
/
+10
*
ash: fix . builtin
Denys Vlasenko
2009-06-14
1
-2
/
+44
*
test, tcpsvd, tcpsvd: shrink
Denys Vlasenko
2009-06-13
1
-19
/
+33
*
- update my name. No obj-code changes ;)
Bernhard Reutner-Fischer
2008-09-25
1
-1
/
+1
*
test: fix parser to prefer binop over unop, as coreutils does.
Denis Vlasenko
2008-07-19
1
-60
/
+193
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-1
/
+1
*
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-13
1
-1
/
+1
*
*: remove remaining instances of ".data" hack
Denis Vlasenko
2008-04-22
1
-7
/
+6
*
*: add optimization barrier to all "G trick" locations
Denis Vlasenko
2008-02-27
1
-0
/
+1
*
test: fix mishandling of 'test ! arg1 op arg2 more args'; add testsuite
Denis Vlasenko
2008-02-09
1
-22
/
+27
*
test: stop using lots of bss.
Denis Vlasenko
2007-11-30
1
-28
/
+64
*
- remove most of the forward declarations. No obj-code changes.
Bernhard Reutner-Fischer
2007-11-16
1
-244
/
+241
[next]