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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coreutils
/
test.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
test: correct confusing placement of "const"
Denis Vlasenko
2007-09-21
1
-1
/
+1
*
introduce and use bb_basename()
Denis Vlasenko
2007-06-30
1
-3
/
+2
*
Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...
Denis Vlasenko
2007-06-25
1
-2
/
+1
*
test: suppress gcc warning
Denis Vlasenko
2007-06-25
1
-1
/
+1
*
test: shrink a bit
Denis Vlasenko
2007-06-21
1
-17
/
+6
*
- fix test -f ./exists
Bernhard Reutner-Fischer
2007-06-15
1
-3
/
+8
*
- fix testing primary expressions like '"-u" = "-u"'
Bernhard Reutner-Fischer
2007-06-12
1
-2
/
+2
*
test: fix thinko in previous commit
Denis Vlasenko
2007-06-08
1
-1
/
+1
*
test: recognize /path/to/[ case too
Denis Vlasenko
2007-06-08
1
-14
/
+19
*
- fix wrong not operator which was essentially ignored. got introduced in r18282
Bernhard Reutner-Fischer
2007-06-06
1
-1
/
+1
*
test: close bug 1371
Denis Vlasenko
2007-05-27
1
-5
/
+10
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
test: code size saving, no logic changes
Denis Vlasenko
2007-05-01
1
-87
/
+90
*
audit small applets and mark some of them as NOFORK.
Denis Vlasenko
2007-04-10
1
-4
/
+3
*
test: comment out unused code
Denis Vlasenko
2007-04-02
1
-0
/
+4
*
- debloat test. untested.
Bernhard Reutner-Fischer
2007-03-30
1
-111
/
+116
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
introduce LONE_CHAR (optimized strcmp with one-char string)
Denis Vlasenko
2006-12-21
1
-4
/
+6
*
style cleanup: return(a) -> return a, part 1
Denis Vlasenko
2006-11-27
1
-8
/
+8
*
"Jordan Crouse" <jordan.crouse@amd.com> says:
Rob Landley
2006-08-22
1
-3
/
+5
*
Remove all usage of the "register" storage class specifier.
"Robert P. J. Day"
2006-07-01
1
-1
/
+1
*
skip_whitespace() shouldn't claim its return value is const, it doesn't know
Rob Landley
2006-06-18
1
-5
/
+2
*
made "test" an ash built-in.
Paul Fox
2006-06-08
1
-47
/
+76
*
- reuse strings and messages. Saves about 600B
Bernhard Reutner-Fischer
2006-06-07
1
-15
/
+5
[next]