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