summaryrefslogtreecommitdiff
path: root/common/cmd_test.c
AgeCommit message (Expand)Author
2014-02-19cmd_test: implement -e test for file existenceStephen Warren
2014-02-19cmd_test: evaluate to false without any argumentsStephen Warren
2014-02-19cmd_test: implement ! on sub-expressionsStephen Warren
2014-02-19cmd_test: check for binary operators before unaryStephen Warren
2014-02-19cmd_test: use table lookup for parsingStephen Warren
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-04-08common/cmd_test: Avoid macro expansionYork Sun
2012-11-04common/cmd_*.c: sparse fixesKim Phillips
2012-10-03Change dead code in "test" cmd to debug outputJoe Hershberger
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk
2009-11-23Add 'true' and 'false' commandsPeter Tyser
2009-11-23command.c: Break commands out to appropriate cmd_*.c filesPeter Tyser