summaryrefslogtreecommitdiff
path: root/coreutils/test.c
Commit message (Expand)AuthorAgeFilesLines
* test: fix mishandling of "test '(' = '('" and similarDenys Vlasenko2014-07-011-34/+35
* whitespace cleanup. no code changesDenys Vlasenko2013-01-141-1/+1
* test: "test !" was accessing argv past NULL - fix it. Closes 4832Denys Vlasenko2012-03-081-7/+8
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+23
* printenv: fix environ == NULL segfaultDenys Vlasenko2011-03-081-1/+1
* test: add examples when "%s: unknown operand" happensDenys Vlasenko2010-12-201-1/+4
* whitespace cleanupDenys Vlasenko2010-10-291-3/+3
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko2010-06-061-2/+2
* partially migrate coreutils to Config.src and Kbuild.srcDenys Vlasenko2010-06-041-0/+20
* test: "" is not a valid number. Closes bug 1915Denys Vlasenko2010-06-031-1/+1
* test: use index_in_stringsDenys Vlasenko2009-09-121-60/+96
* test: fix "test !" and "test abc -a !". closes bug 465Denys Vlasenko2009-07-171-3/+10
* ash: fix . builtinDenys Vlasenko2009-06-141-2/+44
* test, tcpsvd, tcpsvd: shrinkDenys Vlasenko2009-06-131-19/+33
* - update my name. No obj-code changes ;)Bernhard Reutner-Fischer2008-09-251-1/+1
* test: fix parser to prefer binop over unop, as coreutils does.Denis Vlasenko2008-07-191-60/+193
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-131-1/+1
* *: remove remaining instances of ".data" hackDenis Vlasenko2008-04-221-7/+6
* *: add optimization barrier to all "G trick" locationsDenis Vlasenko2008-02-271-0/+1
* test: fix mishandling of 'test ! arg1 op arg2 more args'; add testsuiteDenis Vlasenko2008-02-091-22/+27
* test: stop using lots of bss.Denis Vlasenko2007-11-301-28/+64
* - remove most of the forward declarations. No obj-code changes.Bernhard Reutner-Fischer2007-11-161-244/+241
* test: correct confusing placement of "const"Denis Vlasenko2007-09-211-1/+1
* introduce and use bb_basename()Denis Vlasenko2007-06-301-3/+2
* Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko2007-06-251-2/+1
* test: suppress gcc warningDenis Vlasenko2007-06-251-1/+1
* test: shrink a bitDenis Vlasenko2007-06-211-17/+6
* - fix test -f ./existsBernhard Reutner-Fischer2007-06-151-3/+8
* - fix testing primary expressions like '"-u" = "-u"'Bernhard Reutner-Fischer2007-06-121-2/+2
* test: fix thinko in previous commitDenis Vlasenko2007-06-081-1/+1
* test: recognize /path/to/[ case tooDenis Vlasenko2007-06-081-14/+19
* - fix wrong not operator which was essentially ignored. got introduced in r18282Bernhard Reutner-Fischer2007-06-061-1/+1
* test: close bug 1371Denis Vlasenko2007-05-271-5/+10
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* test: code size saving, no logic changesDenis Vlasenko2007-05-011-87/+90
* audit small applets and mark some of them as NOFORK.Denis Vlasenko2007-04-101-4/+3
* test: comment out unused codeDenis Vlasenko2007-04-021-0/+4
* - debloat test. untested.Bernhard Reutner-Fischer2007-03-301-111/+116
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko2006-12-211-4/+6
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-271-8/+8
* "Jordan Crouse" <jordan.crouse@amd.com> says:Rob Landley2006-08-221-3/+5
* Remove all usage of the "register" storage class specifier."Robert P. J. Day"2006-07-011-1/+1
* skip_whitespace() shouldn't claim its return value is const, it doesn't knowRob Landley2006-06-181-5/+2
* made "test" an ash built-in.Paul Fox2006-06-081-47/+76
* - reuse strings and messages. Saves about 600BBernhard Reutner-Fischer2006-06-071-15/+5
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* just whitespaceTim Riker2006-01-251-9/+9