index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
cmd_test.c
Age
Commit message (
Expand
)
Author
2016-01-25
Move all command code into its own directory
Simon Glass
2015-06-30
mtd, nand: Move common functions from cmd_nand.c to common place
Heiko Schocher
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-23
Add 'true' and 'false' commands
Peter Tyser
2009-11-23
command.c: Break commands out to appropriate cmd_*.c files
Peter Tyser