summaryrefslogtreecommitdiff
path: root/common/cmd_setexpr.c
AgeCommit message (Expand)Author
2016-01-25Move all command code into its own directorySimon Glass
2015-05-14Use map_sysmem when accessing memory in setexprJoe Hershberger
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-05-01setexpr: add regex substring matching and substitutionWolfgang Denk
2013-05-01setexpr: simplify code, improve help messageWolfgang Denk
2013-02-28common: Use new numeric setenv functionsSimon Glass
2012-12-19Add a simple load option to setexprJoe Hershberger
2012-11-04common/cmd_*.c: sparse fixesKim Phillips
2012-03-06Convert cmd_usage() calls in common to use a return valueSimon Glass
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk
2010-06-23Prepare v2010.06-rc3Wolfgang Denk
2010-03-21cmd_setexpr: allow memory addresses in expressionsFrans Meulenbroeks
2009-06-12General help message cleanupWolfgang Denk
2009-01-28Command usage cleanupPeter Tyser
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser
2008-03-25Add setexpr commandKumar Gala