index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
cmd_test.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd, nand: Move common functions from cmd_nand.c to common place
Heiko Schocher
2015-06-30
1
-9
/
+3
*
cmd_test: implement -e test for file existence
Stephen Warren
2014-02-19
1
-0
/
+6
*
cmd_test: evaluate to false without any arguments
Stephen Warren
2014-02-19
1
-1
/
+1
*
cmd_test: implement ! on sub-expressions
Stephen Warren
2014-02-19
1
-19
/
+24
*
cmd_test: check for binary operators before unary
Stephen Warren
2014-02-19
1
-4
/
+4
*
cmd_test: use table lookup for parsing
Stephen Warren
2014-02-19
1
-67
/
+110
*
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
1
-17
/
+1
*
common/cmd_test: Avoid macro expansion
York Sun
2013-04-08
1
-0
/
+9
*
common/cmd_*.c: sparse fixes
Kim Phillips
2012-11-04
1
-3
/
+3
*
Change dead code in "test" cmd to debug output
Joe Hershberger
2012-10-03
1
-3
/
+3
*
Make sure that argv[] argument pointers are not modified.
Wolfgang Denk
2010-07-04
1
-4
/
+4
*
Add 'true' and 'false' commands
Peter Tyser
2009-11-23
1
-0
/
+22
*
command.c: Break commands out to appropriate cmd_*.c files
Peter Tyser
2009-11-23
1
-0
/
+151