summaryrefslogtreecommitdiff
path: root/common/cmd_setexpr.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-15Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-05-02setexpr: add regex substring matching and substitutionWolfgang Denk1-3/+277
2013-05-02setexpr: simplify code, improve help messageWolfgang Denk1-7/+11
2013-03-01common: Use new numeric setenv functionsSimon Glass1-12/+27
2012-12-20Add a simple load option to setexprJoe Hershberger1-3/+16
2012-11-04common/cmd_*.c: sparse fixesKim Phillips1-1/+1
2012-03-07Convert cmd_usage() calls in common to use a return valueSimon Glass1-1/+1
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-4/+2
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2010-06-23Prepare v2010.06-rc3Wolfgang Denk1-1/+1
2010-03-22cmd_setexpr: allow memory addresses in expressionsFrans Meulenbroeks1-4/+30
2009-06-12General help message cleanupWolfgang Denk1-1/+1
2009-01-28Command usage cleanupPeter Tyser1-1/+1
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-1/+1
2008-03-26Add setexpr commandKumar Gala1-0/+70