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