summaryrefslogtreecommitdiff
path: root/common/cmd_test.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-19cmd_test: implement -e test for file existenceStephen Warren1-0/+6
2014-02-19cmd_test: evaluate to false without any argumentsStephen Warren1-1/+1
2014-02-19cmd_test: implement ! on sub-expressionsStephen Warren1-19/+24
2014-02-19cmd_test: check for binary operators before unaryStephen Warren1-4/+4
2014-02-19cmd_test: use table lookup for parsingStephen Warren1-67/+110
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-04-08common/cmd_test: Avoid macro expansionYork Sun1-0/+9
2012-11-04common/cmd_*.c: sparse fixesKim Phillips1-3/+3
2012-10-04Change dead code in "test" cmd to debug outputJoe Hershberger1-3/+3
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-4/+4
2009-11-23Add 'true' and 'false' commandsPeter Tyser1-0/+22
2009-11-23command.c: Break commands out to appropriate cmd_*.c filesPeter Tyser1-0/+151