Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | cmd_test: implement -e test for file existence | Stephen Warren | 2014-02-19 | -0/+6 |
* | cmd_test: evaluate to false without any arguments | Stephen Warren | 2014-02-19 | -1/+1 |
* | cmd_test: implement ! on sub-expressions | Stephen Warren | 2014-02-19 | -19/+24 |
* | cmd_test: check for binary operators before unary | Stephen Warren | 2014-02-19 | -4/+4 |
* | cmd_test: use table lookup for parsing | Stephen Warren | 2014-02-19 | -67/+110 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -17/+1 |
* | common/cmd_test: Avoid macro expansion | York Sun | 2013-04-08 | -0/+9 |
* | common/cmd_*.c: sparse fixes | Kim Phillips | 2012-11-04 | -3/+3 |
* | Change dead code in "test" cmd to debug output | Joe Hershberger | 2012-10-03 | -3/+3 |
* | Make sure that argv[] argument pointers are not modified. | Wolfgang Denk | 2010-07-04 | -4/+4 |
* | Add 'true' and 'false' commands | Peter Tyser | 2009-11-23 | -0/+22 |
* | command.c: Break commands out to appropriate cmd_*.c files | Peter Tyser | 2009-11-23 | -0/+151 |