summaryrefslogtreecommitdiffstats
path: root/common/cmd_test.c
Commit message (Expand)AuthorAgeFilesLines
* mtd, nand: Move common functions from cmd_nand.c to common placeHeiko Schocher2015-06-301-9/+3
* cmd_test: implement -e test for file existenceStephen Warren2014-02-191-0/+6
* cmd_test: evaluate to false without any argumentsStephen Warren2014-02-191-1/+1
* cmd_test: implement ! on sub-expressionsStephen Warren2014-02-191-19/+24
* cmd_test: check for binary operators before unaryStephen Warren2014-02-191-4/+4
* cmd_test: use table lookup for parsingStephen Warren2014-02-191-67/+110
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* common/cmd_test: Avoid macro expansionYork Sun2013-04-081-0/+9
* common/cmd_*.c: sparse fixesKim Phillips2012-11-041-3/+3
* Change dead code in "test" cmd to debug outputJoe Hershberger2012-10-031-3/+3
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-041-4/+4
* Add 'true' and 'false' commandsPeter Tyser2009-11-231-0/+22
* command.c: Break commands out to appropriate cmd_*.c filesPeter Tyser2009-11-231-0/+151
OpenPOWER on IntegriCloud