index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
coreutils
/
test.c
Age
Commit message (
Expand
)
Author
2012-03-08
test: "test !" was accessing argv past NULL - fix it. Closes 4832
Denys Vlasenko
2011-03-31
move help text from include/usage.src.h to coreutils/*.c
Pere Orga
2011-03-08
printenv: fix environ == NULL segfault
Denys Vlasenko
2010-12-20
test: add examples when "%s: unknown operand" happens
Denys Vlasenko
2010-10-29
whitespace cleanup
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-06-06
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Denys Vlasenko
2010-06-04
partially migrate coreutils to Config.src and Kbuild.src
Denys Vlasenko
2010-06-03
test: "" is not a valid number. Closes bug 1915
Denys Vlasenko
2009-09-12
test: use index_in_strings
Denys Vlasenko
2009-07-17
test: fix "test !" and "test abc -a !". closes bug 465
Denys Vlasenko
2009-06-14
ash: fix . builtin
Denys Vlasenko
2009-06-13
test, tcpsvd, tcpsvd: shrink
Denys Vlasenko
2008-09-25
- update my name. No obj-code changes ;)
Bernhard Reutner-Fischer
2008-07-19
test: fix parser to prefer binop over unop, as coreutils does.
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-05-13
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-04-22
*: remove remaining instances of ".data" hack
Denis Vlasenko
2008-02-27
*: add optimization barrier to all "G trick" locations
Denis Vlasenko
2008-02-09
test: fix mishandling of 'test ! arg1 op arg2 more args'; add testsuite
Denis Vlasenko
2007-11-30
test: stop using lots of bss.
Denis Vlasenko
2007-11-16
- remove most of the forward declarations. No obj-code changes.
Bernhard Reutner-Fischer
2007-09-21
test: correct confusing placement of "const"
Denis Vlasenko
2007-06-30
introduce and use bb_basename()
Denis Vlasenko
2007-06-25
Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...
Denis Vlasenko
2007-06-25
test: suppress gcc warning
Denis Vlasenko
2007-06-21
test: shrink a bit
Denis Vlasenko
2007-06-15
- fix test -f ./exists
Bernhard Reutner-Fischer
2007-06-12
- fix testing primary expressions like '"-u" = "-u"'
Bernhard Reutner-Fischer
2007-06-08
test: fix thinko in previous commit
Denis Vlasenko
2007-06-08
test: recognize /path/to/[ case too
Denis Vlasenko
2007-06-06
- fix wrong not operator which was essentially ignored. got introduced in r18282
Bernhard Reutner-Fischer
2007-05-27
test: close bug 1371
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-01
test: code size saving, no logic changes
Denis Vlasenko
2007-04-10
audit small applets and mark some of them as NOFORK.
Denis Vlasenko
2007-04-02
test: comment out unused code
Denis Vlasenko
2007-03-30
- debloat test. untested.
Bernhard Reutner-Fischer
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2006-12-21
introduce LONE_CHAR (optimized strcmp with one-char string)
Denis Vlasenko
2006-11-27
style cleanup: return(a) -> return a, part 1
Denis Vlasenko
2006-08-22
"Jordan Crouse" <jordan.crouse@amd.com> says:
Rob Landley
2006-07-01
Remove all usage of the "register" storage class specifier.
"Robert P. J. Day"
2006-06-18
skip_whitespace() shouldn't claim its return value is const, it doesn't know
Rob Landley
2006-06-08
made "test" an ash built-in.
Paul Fox
2006-06-07
- reuse strings and messages. Saves about 600B
Bernhard Reutner-Fischer
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-01-25
just whitespace
Tim Riker
2005-04-16
In Bug 208, bernhardf writes:
Mike Frysinger
2005-04-14
add aliases == and [[ for = and [ to support more bash scripts
Mike Frysinger
[next]