aboutsummaryrefslogtreecommitdiff
path: root/coreutils/test.c
AgeCommit message (Expand)Author
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga
2011-03-08printenv: fix environ == NULL segfaultDenys Vlasenko
2010-12-20test: add examples when "%s: unknown operand" happensDenys Vlasenko
2010-10-29whitespace cleanupDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko
2010-06-04partially migrate coreutils to Config.src and Kbuild.srcDenys Vlasenko
2010-06-03test: "" is not a valid number. Closes bug 1915Denys Vlasenko
2009-09-12test: use index_in_stringsDenys Vlasenko
2009-07-17test: fix "test !" and "test abc -a !". closes bug 465Denys Vlasenko
2009-06-14ash: fix . builtinDenys Vlasenko
2009-06-13test, tcpsvd, tcpsvd: shrinkDenys Vlasenko
2008-09-25- update my name. No obj-code changes ;)Bernhard Reutner-Fischer
2008-07-19test: 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-13more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-04-22*: remove remaining instances of ".data" hackDenis Vlasenko
2008-02-27*: add optimization barrier to all "G trick" locationsDenis Vlasenko
2008-02-09test: fix mishandling of 'test ! arg1 op arg2 more args'; add testsuiteDenis Vlasenko
2007-11-30test: 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-21test: correct confusing placement of "const"Denis Vlasenko
2007-06-30introduce and use bb_basename()Denis Vlasenko
2007-06-25Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko
2007-06-25test: suppress gcc warningDenis Vlasenko
2007-06-21test: shrink a bitDenis Vlasenko
2007-06-15- fix test -f ./existsBernhard Reutner-Fischer
2007-06-12- fix testing primary expressions like '"-u" = "-u"'Bernhard Reutner-Fischer
2007-06-08test: fix thinko in previous commitDenis Vlasenko
2007-06-08test: recognize /path/to/[ case tooDenis Vlasenko
2007-06-06- fix wrong not operator which was essentially ignored. got introduced in r18282Bernhard Reutner-Fischer
2007-05-27test: close bug 1371Denis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-05-01test: code size saving, no logic changesDenis Vlasenko
2007-04-10audit small applets and mark some of them as NOFORK.Denis Vlasenko
2007-04-02test: comment out unused codeDenis Vlasenko
2007-03-30- debloat test. untested.Bernhard Reutner-Fischer
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2006-12-21introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko
2006-11-27style cleanup: return(a) -> return a, part 1Denis Vlasenko
2006-08-22"Jordan Crouse" <jordan.crouse@amd.com> says:Rob Landley
2006-07-01Remove all usage of the "register" storage class specifier."Robert P. J. Day"
2006-06-18skip_whitespace() shouldn't claim its return value is const, it doesn't knowRob Landley
2006-06-08made "test" an ash built-in.Paul Fox
2006-06-07- reuse strings and messages. Saves about 600BBernhard Reutner-Fischer
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2006-01-25just whitespaceTim Riker
2005-04-16In Bug 208, bernhardf writes:Mike Frysinger
2005-04-14add aliases == and [[ for = and [ to support more bash scriptsMike Frysinger
2004-08-11Patch from Bastian Blank to add 64 bit support to the test command.Glenn L McGrath